Testing
quality-playbook
Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test…
Testing
write-lookahead-test
Generate rigorous look-ahead bias tests for any module that touches market data, features, or signals. Use this skill whenever the user adds or modifies code in data/feature_engine…
Testing
react18-enzyme-to-rtl
Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), …
Testing
moviemonk-ai
Full build and safety test workflow for MovieMonk UX/Component changes. Validates that UI modifications maintain type safety, component consistency, responsive behavior, and test c…
Testing
dual-agent-harness
Build or run a soulbis ⚔️ ⊥ soulbae 🧙 dual-agent harness — a proposer and a prover held apart by a Fiat-Shamir Gap, so no result survives that the proposer could have tuned to. Use…
Testing
qa
QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a si…
Engineering
minor-defect-fix
Handles Jira minor-defect tickets end-to-end: analyzes the issue, patches the code, expands tests to 80% coverage, syncs specs in the separate repo, logs progress in Jira, and prep…
Testing
flake-axis-bisection
Isolates the trigger behind a known-flaky test by varying one axis at a time—order, isolation, workers, viewport, latency, repetition—while tracking pass/fail counts and checking w…
Testing
test-playwright
Drive a live localhost app through browser automation like a real user, exercising every page, flow, and component touched in the session. Hunt for issues across UI, backend, and D…
Testing
qa-pr
Runs an agent-driven QA pass on a PR preview URL using the kmikeym v0.01m SOP: cold sign-up, first prompt, in-app exploration, edit/theme change, publish, live URL test, and remix.…
Engineering
spec-driven-sprint
Drives a resumable, spec-driven sprint from a GitHub issue with anti-skip enforcement. Researches the fix surface, materializes a self-contained HTML spec with work cards and resum…
Testing
case
Import a TypR bug into cases/ and drive it from repro to fix. Use when the user hits a bug in a TypR project and wants it turned into a reproducible case (from a `typr case snapsho…
Testing
block-testing
Automated testing guidance for custom AEM Edge Delivery Services blocks. Analyzes block JavaScript and CSS for common issues including missing null checks, unscoped CSS selectors, …
AI / ML
forge-evals
Design evaluations for LLM features including golden datasets, rubric scoring, LLM-as-judge calibration, CI regression detection, online A/B tests, cost and latency budgets, and ad…
Testing
qa-agent
Autonomous QA agent using playwright-cli. Reads the codebase, explores a running local app, attempts to reproduce a bug described in plain language, then creates a structured GitHu…
Testing
sap-sac-test-automation
Designs capability-gated browser discovery and deterministic Playwright test suites for SAP Analytics Cloud stories, dashboards, planning workflows, comments, permissions, and visu…
Testing
test-convert
Gera testes robustos e comportamentais para o Convert (React + Redux + Axios) seguindo BDD e as diretrizes do knowledge base. Analisa componentes, serviços, validações e cálculos e…
Testing
loop-evals
Designs the evaluation harness for agent loops, establishing trustworthy verification through a 7-layer suite with false-completion-rate and repair-productivity as core metrics. En…
Testing
playwright-e2e-builder
Plans and builds comprehensive Playwright E2E test suites using Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration. Conduct…
Testing
forge-qa-warfare-v2
Delivers exhaustive actor-based QA coverage for FitnessMealPlanner across all roles, endpoints, states, inputs, and assertions. Executes a 9-phase pipeline integrating six speciali…
Testing
chaos-tdd-fault-injection
Design deterministic fault-injection tests that declare guarded behavior first, then implement minimal guards at protocol seams for LLM and external I/O failures. Use to harden pip…
Testing
playwright-e2e-execution-run
Executes an existing Playwright end-to-end suite against a confirmed non-production target and returns a structured run report including pass/fail counts, flaky tests, durations, a…
Security
test-red-team
Red-teams any web, React Native, or hybrid app by driving browser automation, Android WebView, or native device interaction against a feature coverage matrix. Attacks UI, data flow…
Testing
shape-test-plan
Orchestrates stateful phased test rollouts for existing products by writing a durable plan at context/foundation/test-plan.md then sequencing through research, planning, and implem…
Testing
schoolos-migration-guard
Checks Django 5.2 + PostgreSQL 16 migrations for unsafe operations on live data: exclusive locks, data loss, backward-incompatible changes, NOT NULL without defaults, irreversible …
Testing
unit-test-bean-validation
Provides patterns for unit testing Jakarta Bean Validation (JSR-380) constraints including @Valid, @NotNull, @Min, @Max, and @Email with Hibernate Validator. Generates custom valid…
Engineering
muse-dev-patterns
Guides engineering discipline for triaging gate failures, probing live paths, validating tests, calibrating thresholds from measurement, and landing slices with proper writeback. A…
Testing
pev-test-design
Analyzes Acceptance Criteria using six classical QA techniques: equivalence partitioning, boundary value analysis, decision tables, state transitions, error guessing, and checklist…
Testing
designing-distributed-system-tests
Designs claim-driven test plans for distributed or stateful systems involving persistence, replication, consensus, or partial failure. Investigates product guarantees then creates …
Testing
qa-testing-routing
Routes QA and testing tasks across visual QA, certification, performance, API, accessibility, tools, and workflow optimization. Handles evidence-based bug reporting with screenshot…
Testing
qa-tester
Ensures 100% scenario coverage for any project feature. Builds a mandatory scenario matrix before writing tests, covering success paths, errors, missing fields, partial combination…
Testing
grpc-mock
Provides in-memory gRPC server mocking for client tests across languages: Go bufconn + mockgen, Python pytest-grpc with stub patching, JVM in-process servers, and Node fake servers…
Testing
kafka-shadowtraffic-java
Generates a Java TestContainers test class that runs ShadowTraffic in-process to populate Kafka topics with synthetic data. Builds the ShadowTraffic config, adapts it for container…
Testing
unit-test-service-layer
Provides patterns for unit testing service layers with Mockito. Creates isolated tests that mock repository calls, verify method invocations, test exception scenarios, and stub ext…
Testing
qa-docs
Generates SIAE-compliant Master Test Plan (.docx) and Product Risk Analysis (.xlsx) via a 6-phase interactive workflow. Accepts scope from JIRA, chat or docs; analyzes requirements…
Testing
aoa-eval
Routes evaluation work by surfacing session readiness packets, checking local and central eval surfaces, then selecting apply, local intake, design, or mining paths while respectin…
Testing
persona-test
Exploratory browser testing driven by user personas. Uses a Plan-Act-Reflect loop with screenshots to identify UX and functional issues, then outputs structured P0-P3 reports plus …
Testing
rspec-testing-pyramid
Provides RSpec testing guidance for Ruby on Rails following a pyramid strategy—model and request specs over system specs. Includes FactoryBot patterns, shared examples, VCR for HTT…
Testing
accessibility-test
Automated WCAG 2.1 AA accessibility testing with axe-core and Lighthouse CI. Auto-detects frameworks, discovers routes, installs Playwright for page scanning and jest-axe for compo…
Engineering
spdd
Guides creation of new systems, MVPs, or modules via six-step prompt-driven methodology: decompose requirements, analyze context, craft structured REASONS prompts, generate code, a…
Testing
regle-advanced
Advanced Regle form validation: collection rules with $each, async/$pending handling, server/externalErrors, $reset options, global config via defineRegleConfig, discriminated unio…
Testing
midnight-verify:verify-wallet-sdk
Determines wallet SDK claim type and routes verification: pre-flight type checks, source investigation, or devnet E2E fallback. Handles @midnight-ntwrk/wallet-sdk claims, WalletFac…
Testing
shape-tdd
Executes approved plans phase-by-phase using TDD (red→green→refactor) only on unimplemented phases. Reads plan.md and Progress, writes failing tests first, implements minimal passi…
Testing
visa-inspector
Defines acceptance criteria, prospective parity tests, and validation metrics to confirm implementation matches discovered specifications. Produces `acceptance_specs.md` and Gherki…
Security
false-positive-reduction
Runs a false-positive reduction cycle on playbook sets: extracts overlapping patterns, classifies real risks, adds match.none discriminators, and validates via review and test comm…
Testing
dos-witness-claim
Route subagent claims through a witness step that extracts verifiable effects (git commits, files, DB rows) and confirms them via independent read-back before folding. Driven by do…
Testing
robotcode
Integrates Robot Framework and RobotCode CLI for test automation and RPA projects. Resolves against local `robot.toml` and project config to handle `.robot`/`.resource` files, run …
Testing
Capitalism
test('shows dashboard', async ({ page }) => { const player = makePlayer() const state = setupMockApi(page, { players: [player] }) state.currentUserId = player.id state.currentToken…
Testing
Cci Vs Code Demo
If authentication is required, use an `onBefore.js` engine script: ```javascript // ai-logs/backstop/engine_scripts/onBefore.js module.exports = async (page, scenario, vp) => { awa…
Engineering
gen-code
Generates implementation and test code from L3-phase acceptance criteria using TDD, runs lint/test validation loops, and records verification traces including AC checks and status …
Testing
product-flow-validation
Validates end-to-end product meaning across user flows after UI or interaction changes. Checks that entry copy, choices, runtime state, persistence, recovery, history, and return s…
Web
debug-browser
Debugs frontend, browser, runtime, build, hydration, routing, network, console, Playwright, visual regression, responsive, accessibility, and interaction issues in React/Next.js ap…
Testing
phy-test-data-factory
Generates realistic test data factories from database schemas or models (Prisma, SQLAlchemy, Django, TypeORM, Zod, Pydantic, SQL DDL). Produces TypeScript Faker.js factories, Pytho…
Testing
Schnechnen
Tests include: - `testConfig()`: Validates CONFIG structure - `testProblemGeneration()`: Verifies math problem constraints - `testHighscore()`: Tests localStorage highscore persist…
Testing
accessibility-selenium-testing
Accessibility testing toolkit using Selenium WebDriver 4+ with Java 21+ and axe-core. Validates WCAG 2.1/2.2 compliance, scans pages for a11y violations, tests keyboard navigation,…
Testing
terminal--artillery
Performs load testing and performance testing using Artillery with YAML-based scenario definitions. Activates for mentions of Artillery, YAML load test, WebSocket testing, Socket.i…
Testing
ai-sdlc-test-case-and-suite-synthesis
Generates detailed, executable test cases and full test suites—smoke, regression, UAT—mapped to requirements, roles, workflows, and risks. Supports fast assumption-driven mode or v…
Design
design-ship
End-to-end design handoff to pull request: imports a handoff bundle, generates Storybook stories and Playwright tests, runs diff-aware browser verification, and opens a PR with bun…
Testing
VSQA
Executes QA loops for Survivors (project-VSLike): runs TQA bot simulations with numeric validation and FQA human fun assessment. Triggers on slash commands /vsfqa or /vstqa, or phr…
Testing
unit-test-utility-methods
Provides patterns for testing utility classes, static methods, and helper functions. Validates pure functions, null handling, edge cases, and boundary conditions. Generates asserti…
Showing the top 60 of 4,091. See the full list →