Agent Skills·Category ·Testing
Category · 3,653 skills

Testing agent skills

Test-generation, coverage, fixtures, and TDD skills. Portable SKILL.md files that make your agent write the kind of tests your codebase expects, in whatever runner you use.

Browse all 3,653 Testing skills →

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, …
claude-codecodexcursorgemini-clilang:javascriptaemblocks
Testing
catalog-audit
Validate product data integration between Adobe Commerce and an AEM Edge Delivery Services storefront. Checks Catalog Service API connectivity, product data rendering accuracy, pri…
claude-codecodexcursorgemini-clitype:audittype:integrationadobe-commerce
Testing
debugging-code
Interactively debug source code by setting breakpoints, stepping through execution line by line, inspecting live variable state, evaluating expressions, and navigating the call sta…
claude-codecodexcursorgemini-clibreakpointssteppingvariables
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…
claude-codecodexcursorgemini-clitype:integrationplaywrighte2e
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…
claude-codecodexcursorgemini-clitype:reviewplaywrighte2e
Testing
agenttrace
Local-first TUI/CLI for post-run agent session audits — cost/token spikes, tool failures, retry loops, latency gaps, health scores, anomalies, session-to-session diffs. No upload, …
hermesawesome-hermes-agentbetaaudit
Testing
organizing-test-source-sets
Organizes Android test source sets including src/test/, src/androidTest/, sharedTest conventions, and KMP-style splits. Covers testImplementation, androidTestImplementation, and de…
claude-codecodexcursorgemini-cliandroidkotlintesting
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…
claude-codecodexcursorgemini-clijavajunitjakarta-validation
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…
claude-codecodexcursorgemini-cliqatest-designacceptance-criteria
Testing
pre-generation-check
Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and ar…
claude-codecodexcursorgemini-clitype:reviewvalidationsuno
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 …
claude-codecodexcursorgemini-clidistributedtestingfault-injection
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…
claude-codecodexcursorgemini-clitype:auditvisual-qaperformance
Testing
os-eval-runner
Stateless evaluation engine that scores and gates skill improvement iterations using headless Python scripts. Use for "evaluate this skill", "run autoresearch loop", "optimize this…
claude-codecodexcursorgemini-clilang:pythonevaluationpython
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…
claude-codecodexcursorgemini-clivitesttesting-libraryscenario-matrix
Testing
police
Triple Gate quality enforcement system. Triggers on non-trivial builds. Runs three self-drafts plus six specialized validators across four phases with task isolation, compaction sa…
claude-codecodexcursorgemini-clilang:pythonqualityvalidation
Testing
forge-clarify
Clarify and validate issues before planning. Reproduces bugs via browser, verifies UX expectations, and captures evidence screenshots. Moves issues from confirmed to clarified stat…
claude-codecodexcursorgemini-clitriagereproductionux
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…
claude-codecodexcursorgemini-clijavamockitoservice-layer
Testing
ontology-validator
Validate material sample annotations against ontology constraints by checking class and property existence, verifying domain and range consistency for object properties, assessing …
claude-codecodexcursorgemini-cliontologyvalidationannotations
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…
claude-codecodexcursorgemini-clifw:flutterfw:sveltetype:scanner
Testing
auditing-compose-performance
Runs an end-to-end Jetpack Compose performance audit for broad symptoms like sluggishness or rough scrolling. Sequences Measure → Diagnose → Fix → Verify phases across 25 focused s…
claude-codecodexcursorgemini-clitype:audittype:debugandroid
Testing
test-heuristics
Guides review, design, triage, and rationalization of test suites across unit, integration, e2e, property-based, contract, snapshot, mutation, and performance testing. Routes decis…
claude-codecodexcursorgemini-clitype:integrationtype:reviewheuristics
Testing
aif-verify
Verify completed implementation against the plan. Checks that all tasks were fully implemented, nothing was forgotten, code compiles, tests pass, and quality standards are met. Use…
claude-codecodexcursorgemini-cliverificationqavalidation
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,…
claude-codecodexcursorgemini-clitype:auditseleniumaccessibility
Testing
verify-agent-output
Validates deliverables and builds evidence during agent handoffs, including pre-execution expectations, structured proof collection, post-execution validation against external anch…
claude-codecodexcursorgemini-cliai:agentagenthandoff
Testing
ios-ettrace-performance
Capture and interpret ETTrace profiles for iOS simulator apps, including symbolicated launch and runtime flamegraphs. Use to profile app flows, gather performance traces, identify …
claude-codecodexcursorgemini-cliettraceperformanceflamegraph
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…
claude-codecodexcursorgemini-cliutilitiespure-functionsedge-cases
Testing
aktenauszug-strukturpruefung
Validates completeness of a case extract covering case identification, introduction, summary, factual chronology, procedural history, party submissions table, evidence table, and l…
claude-codecodexcursorgemini-clilegalvalidationchecklist
Testing
snapshot-testing
Apply snapshot testing for structural regression checks on complex outputs: capture serialized data, rendered DOM, or pixel visuals, then compare against approved baselines while m…
claude-codecodexcursorgemini-clitype:reviewsnapshotregression
Testing
Advanced Playwright E2E Framework
Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, dat…
claude-codecodexcursorgemini-clitool:dockertype:generatortype:integration
Testing
os-evolution-verifier
Verifies that os-architect produces real evolution. Dispatches os-architect in single-shot simulation, then checks for actual artifacts (new files, HANDOFF_BLOCK, plan files). Repo…
claude-codecodexcursorgemini-cliverificationos-architectartifacts
Testing
graph-audit
Verify every SKILL.md conforms to schema, manifest entries match frontmatter, and relation targets point to real sibling skills. Covers schema conformance, manifest sync, relation …
claude-codecodexcursorgemini-clitype:audittype:reviewvalidation
Testing
mcp-server-evaluations
Test MCP servers for quality and reliability. Verify tool functionality, test error handling, generate tests, and assess response quality using only curl. Apply when validating imp…
claude-codecodexcursorgemini-cliai:mcpmcptesting
Testing
qa-onboarding
Verification-first onboarding for a new QA engineer on the Go Bean & Brew project. Activates on onboarding prompts or any request to onboard a project via MD, Mem0, Helixir, or Git…
claude-codecodexcursorgemini-clionboardingqa-engineerverification
Testing
qa-run-light
Executes QA-*.md checklists via MCP Playwright for rapid lightweight reporting. Derives 7-category insights from a single QA file plus execution evidence. Excludes deep AI visual j…
claude-codecodexcursorgemini-cliqaplaywrightchecklist
Testing
boolti-mixpanel-validator
Validate and suggest Mixpanel event implementations for Boolti AppTracker following official conventions. Triggered by requests to add, modify, or review tracking code for AppTrack…
claude-codecodexcursorgemini-climixpanelanalyticsevent-tracking
Testing
batch-bug-shepherd
Moves batches of suspected bugs from raw issue lists to mergeable PRs. Spawns triage subagents per issue, cross-references against open PRs, shepherds community PRs or opens fixes …
claude-codecodexcursorgemini-clitype:reviewbugstriage
Testing
review-checklist
Checklist and format for code reviews: severity levels (CRITICAL/MAJOR/MINOR/NIT), verdict format (APPROVED/CHANGES_REQUESTED/BLOCKED), Django anti-patterns, N+1 detection, dbt che…
claude-codecodexcursorgemini-clilang:pythontype:reviewchecklist
Testing
test-documentation
Analyze, prioritize, and document test cases in TMS (Jira/Xray) as the bridge between manual QA and test automation. Supports module-driven, ticket-driven, bug-driven, and explorat…
claude-codecodexcursorgemini-clitype:integrationtestingqa
Testing
unit-test-boundary-conditions
Provides edge case, corner case, and boundary condition testing patterns for Java unit tests. Validates minimum/maximum values, null cases, empty collections, numeric overflow, flo…
claude-codecodexcursorgemini-clijavajunit5assertj
Testing
unit-test-scheduled-async
Provides patterns for unit testing Spring @Scheduled and @Async methods using JUnit 5, CompletableFuture, Awaitility, and Mockito. Covers mocking task execution, verifying executio…
claude-codecodexcursorgemini-clijavaspringscheduled
Testing
debugging-mastery
Use systematic debugging methodologies for finding and resolving complex bugs. Apply proactively when encountering difficult bugs, mysterious failures, or issues that resist simple…
claude-codecodexcursorgemini-clisystematiccomplex-bugsrace-conditions
Testing
mobile-flows-maestro
Creates and runs Maestro flows for iOS and Android apps, manages the Maestro MCP server, diagnoses flaky UI tests, and supports mobile E2E testing onboarding. Use for Maestro, mobi…
claude-codecodexcursorgemini-clifw:flutterlang:swifttype:debug
Testing
os-eval-lab-setup
Bootstraps a skill evaluation lab repo for an autoresearch improvement run. Trigger with "set up an eval lab", "bootstrap the eval repo", "prepare the test repo for skill evaluatio…
claude-codecodexcursorgemini-clieval-labrepo-bootstrapautoresearch
Testing
quizzing-before-approving
Administers a structured comprehension quiz on a scoped code change to verify genuine understanding before approving or merging. Generates 5–7 questions in three batched rounds usi…
claude-codecodexcursorgemini-clitype:reviewquizcode-review
Testing
dotnet-testing-advanced-xunit-upgrade-guide
Complete guide to upgrading xUnit from 2.9.x to 3.x, covering breaking changes, package updates, async void fixes, and IAsyncLifetime adjustments. Introduces new features including…
claude-codecodexcursorgemini-clilang:csharpxunit.net
Testing
mobile-test
Creates full mobile test coverage across unit, widget, integration, snapshot, and accessibility layers. Auto-detects Flutter, React Native, or native iOS/Android stacks and emits t…
claude-codecodexcursorgemini-clifw:fluttertype:integrationflutter
Testing
unit-test-caching
Provides patterns for unit testing Spring Cache annotations including @Cacheable, @CachePut, and @CacheEvict. Generates test code that mocks cache managers, verifies hit/miss behav…
claude-codecodexcursorgemini-clijavaspringcache
Testing
printing-the-semantics-tree
Diagnose semantics matching issues by dumping the tree via printToLog and printToString. Covers node output grammar, config sorting, Actions, FlagKey, MergeDescendants, ClearAndSet…
claude-codecodexcursorgemini-clitype:debugsemanticsaccessibility
Testing
kreuzblatt-konsistenzpruefung
Checks the third cube dimension for internal consistency after review execution. Scans all worksheets for contradictions across perspectives and generates widerspruchsbericht.md wi…
claude-codecodexcursorgemini-clitype:reviewspreadsheetconsistency-check
Testing
paper-autoraters
Execute the four paper-quality autoraters: Citation F1, Literature Review Quality (6-axis), SxS Overall Paper Quality, and SxS Literature Review Quality. Triggers on requests to sc…
claude-codecodexcursorgemini-clitype:reviewevaluationquality
Testing
beaver-build
Creates robust tests that catch issues before production. Surveys code, selects test targets, builds coverage with care, reinforces weak areas, and ships with confidence. Use for w…
claude-codecodexcursorgemini-clitestingcoveragequality-assurance
Testing
microbenchmarking
Handles BenchmarkDotNet usage for .NET microbenchmarking tasks including creation, execution, configuration, and review. Covers design, project setup, efficient running, and side-b…
claude-codecodexcursorgemini-clilang:csharptype:reviewbenchmarkdotnet
Testing
launching-activities-with-activityscenario
Launches, drives, and tears down Activities from instrumentation tests using ActivityScenario and ActivityScenarioRule. Covers launch methods, state transitions, recreation, onActi…
claude-codecodexcursorgemini-cliandroidactivityscenarioinstrumentation
Testing
gloss-review
Stage 8 interlinear evaluator — audit completeness and correctness of candidate interlinear artifacts, benchmark them against ground truth, and decide pass/block/promote. Use for e…
claude-codecodexcursorgemini-clitype:audittype:reviewinterlinear
Testing
mobile-sweep
Detects mobile layout issues including clipped content, undersized touch targets, text overflow, and modals exceeding viewport bounds. Captures screenshots at 360px, 390px, and 768…
claude-codecodexcursorgemini-clilayoutresponsiveaudit
Testing
tests-run
Run Unity EditMode or PlayMode tests with per-test results. Supports filtering by assembly, namespace, class, or method. Refreshes assets first and handles domain reloads after scr…
claude-codecodexcursorgemini-cliunityeditmodeplaymode
Testing
loom-test-strategy
Provides test strategy guidance including test pyramid design, coverage goals, categorization, flaky test diagnosis, infrastructure architecture, and risk-based prioritization acro…
claude-codecodexcursorgemini-clitype:debugtest-pyramidcoverage
Testing
spec-driven-qa
Validates code quality through six-phase spec-driven QA with Execute-Verify-Gate enforcement at every step. Enforces coverage thresholds, detects anti-patterns, validates spec comp…
claude-codecodexcursorgemini-cliqa6-phasecoverage
Testing
spec-driven-qa-remediation
Converts QA gap files into remediation stories through a seven-phase workflow with Execute-Verify-Gate enforcement. Applies reference loading, checkpoint persistence, and artifact …
claude-codecodexcursorgemini-cliremediation7-phasetechnical-debt
Testing
unit-test-config-properties
Provides patterns for unit testing @ConfigurationProperties classes. Validates property binding, tests validation constraints, verifies default values, checks type conversions, and…
claude-codecodexcursorgemini-clijavaspring-bootconfiguration

Showing the top 60 of 3,653. See the full list →