home/categories/testing-security
domain cluster

Testing & Security

QA, penetration testing, and code quality.

9326 اسکلزall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
code-quality
12.2K

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

addyosmani
addyosmani
testing-security
open
code-quality
12.2K

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

addyosmani
addyosmani
testing-security
open
code-quality
12.2K

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani
addyosmani
testing-security
open
security
12.2K

security-and-hardening

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

addyosmani
addyosmani
testing-security
open
testing
12.1K

encode

Translate constraint problems into SMT-LIB2 or Z3 Python API code. Handles common problem classes including scheduling, graph coloring, arithmetic puzzles, and verification conditions.

Z3Prover
Z3Prover
testing-security
open
code-quality
11.6K

code-review

Review code changes for bugs, style, and security issues

nearai
nearai
testing-security
open
security
11.6K

security-review

Security audit for code changes and PRs — OWASP top 10, auth flows, data handling, secrets exposure, supply chain risks. Writes findings as actionable items.

nearai
nearai
testing-security
open
code-quality
11.5K

commit

Create a conventional commit for PX4 changes

PX4
PX4
testing-security
open
code-quality
11.3K

review-code-style

Review all changed or newly added code in this repository for code style and quality issues. Check both staged and unstaged changes.

Milkdown
Milkdown
testing-security
open
security
11.3K

cloudflare

Deploy and manage Cloudflare Workers, Pages, and services via Code Mode MCP (API queries) + wrangler (deploys). OAuth auth for wrangler (tokens lack Pages perms). USE WHEN Cloudflare, worker, deploy, Pages, MCP server, wrangler, DNS, KV, R2, D1, Vectorize.

danielmiessler
danielmiessler
testing-security
open
code-quality
11.1K

brand-review

Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.

anthropics
anthropics
testing-security
open
testing
11.1K

e2e-migration-validator

Use this skill whenever a user wants to validate, review, or audit e2e tests that have been migrated from an old framework (typically in a `e2e-next/` directory) to the new `e2e-next/` framework. Triggers include: "review my migrated test", "validate this e2e test", "check my test migration", "did I migrate this correctly", "review e2e PR", "check test coverage after migration", or any request involving comparing old vs new e2e test files across the vcluster, vcluster-pro, or loft-enterprise repos. Always use this skill when an e2e test file or PR from one of these repos is provided for review — even if the user just says "take a look at this test".

loft-sh
loft-sh
testing-security
open
code-quality
11.1K

fix-clippy

Fix all clippy lint warnings in the project

quickwit-oss
quickwit-oss
testing-security
open
code-quality
11.1K

fmt

Run `make fmt` to check the code format.

quickwit-oss
quickwit-oss
testing-security
open
code-quality
10.9K

compat-review

Verify compat PR claims by running lodash vs es-toolkit/compat at runtime

toss
toss
testing-security
open
code-quality
10.9K

gc-safe-coding

Rules for writing and reviewing GC-safe C++ code in the Hermes VM runtime. Use when writing, modifying, or reviewing C++ runtime VM code that uses internal Hermes VM APIs (as opposed to code using JSI). This includes working with GC-managed types (HermesValue, Handle, PinnedValue, JSObject, StringPrimitive, etc.), Locals, GCScope, PseudoHandle, CallResult, or any function with _RJS suffix. Typically in lib/VM/, include/hermes/VM/, or API/hermes/.

facebook
facebook
testing-security
open
testing
10.9K

gpui-element

Implementing custom elements using GPUI's low-level Element API (vs. high-level Render/RenderOnce APIs). Use when you need maximum control over layout, prepaint, and paint phases for complex, performance-critical custom UI components that cannot be achieved with Render/RenderOnce traits.

longbridge
longbridge
testing-security
open
testing
10.9K

gpui-test

Writing tests for GPUI applications. Use when testing components, async operations, or UI behavior.

longbridge
longbridge
testing-security
open
code-quality
10.4K

qa-label

Label a PR as ready for QA so the QA server picks it up automatically

elie222
elie222
testing-security
open
code-quality
10.4K

review

Review code changes, auto-fix safe issues, and report bugs

elie222
elie222
testing-security
open
testing
10.4K

e2e

Run and debug E2E flow tests. Use when triggering E2E tests, checking test status, debugging failures with Axiom logs, or setting up local E2E testing.

elie222
elie222
testing-security
open
testing
10.4K

llm-test

Guidelines for writing tests for LLM-related functionality

elie222
elie222
testing-security
open
testing
10.4K

test-feature

End-to-end feature testing — browser QA, API verification, eval tests, or any combination. Covers browser interactions (via agent-browser CLI), Google Workspace operations (gws CLI), API calls, and LLM eval tests. Can also persist tests as reusable QA flows or eval files.

elie222
elie222
testing-security
open
testing
10.4K

testing

Guidelines for testing the application with Vitest, including unit tests, integration tests (emulator), AI tests, and eval suites for LLM features

elie222
elie222
testing-security
open
Previous
Page 26 / 389
Next