Testing & QA Agent Skills

Testing & QA

392 skills
leandrobenjaminl
lend-ai-testing
Enforces a mandatory pre-commit/pre-PR testing gate: detects the test stack, runs the full suite, fixes failures, creates minimal tests when none exist, and verifies coverage before allowing commits.
0
nimoqup046-collab
ruby-pro
Provides guidance and best practices for writing idiomatic Ruby code, covering metaprogramming, Rails patterns, gem development, performance optimization, and testing.
2
sakamoto-family-smile
rust-testing
Provides Rust testing patterns covering unit, integration, async, property-based tests, mocking, and coverage, following TDD methodology.
0
lord1egypt
spike
Runs throwaway experiments to validate feasibility, compare approaches, and surface unknowns before committing to a real build.
2
pwdev-solucoes
flow-review
Reviews code diffs or explicit file sets through independent correctness and QA lenses, producing a severity-ordered verdict for pre-merge audits or review gates.
2 · bundle
sdiamante13
tw-ghost
Extracts a language-agnostic ghost package (spec, tests, install and verify docs) from an existing repository, preserving behavior via tests.yaml and evidence bundles.
7 · bundle
sdiamante13
legacy-code-safety
Guides adding characterization tests before modifying or refactoring untested legacy code, using the RGR workflow and strangler fig pattern to reduce risk.
7 · bundle
scoheart
webapp-testing
Tests local web applications with Playwright, including server lifecycle management, DOM inspection, and screenshot capture.
2 · bundle
luokai0
basjoofan
Runs API, performance, load, stress, and HTTP tests using the basjoofan CLI with configurable concurrency, duration, and statistics output.
10 · bundle
samyakjhaveri
fix-bug
Structured workflow to reproduce, diagnose, plan, fix, verify, and record a bug fix, requiring a deterministic reproduction before diagnosis and minimal changes only.
0
neuralblitz
cypress
Provides guidance and best practices for working with Cypress, covering setup, development, deployment, and troubleshooting.
1
auto-skiller
tdd-methodology
Guides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
1
auto-skiller
coding-rules-enforcer
Enforces language-specific coding rules, style guidelines, patterns, security, and testing standards by referencing a built-in guidelines bank.
1 · bundle
auto-skiller
ui-test
Runs adversarial UI tests in a real browser, covering functional, accessibility, responsive, and UX checks, with diff-driven, exploratory, and parallel workflows.
1 · bundle
mhassan0000
browser-qa
Automates visual testing and UI interaction verification using browser automation after deploying features.
1
mhassan0000
perl-testing
Write and run Perl tests using Test2::V0, Test::More, prove, mocking, and Devel::Cover coverage with a TDD workflow.
1
galyarderlabs
playwright-pro
Generates, reviews, fixes, and migrates Playwright end-to-end tests, with templates, agents, and integrations for TestRail and BrowserStack.
20 · bundle
oyi77
coding
Coordinates five specialized coding agents (linter, perf, refactor, security, test) to enforce quality gates across the development lifecycle, from lint enforcement through performance profiling, refactoring, security auditing, and test coverage.
10
chimeranext
static-analysis
Configures and runs static analysis and linting tools across multiple languages, integrating with CI/CD and security platforms.
4
chimeranext
load-testing-performance
Runs load, stress, and performance tests using k6, JMeter, and profiling tools, with capacity planning and benchmarking for APIs and backend services.
4 · bundle
tools-only
me
Implements features, fixes bugs, and refactors code by orchestrating domain-specific skills, following existing patterns, and verifying tests and lint pass.
7 · bundle
lucaspmarie-a11y
rust-pro
Provides expert guidance on modern Rust development, covering async patterns, advanced type system features, and production-ready systems programming.
5
softnanolab
open-pr
Creates a GitHub pull request with an auto-generated summary, running mandatory pre-commit and code-quality review gates, plus optional deep-review subagents, and posts findings into the PR body.
1
timlai666
bun-development
Accelerate JavaScript/TypeScript development with the Bun runtime, covering package management, bundling, testing, and migration from Node.js.
1
bobmatnyc
mypy
Catches type errors before runtime using static type checking with gradual typing, strict mode, and Protocol support for Python projects.
71 · bundle
nivkazdan
mocha-test-setup
Guides through mocha test setup with step-by-step instructions, best practices, and production-ready configurations.
4
schattenspiegel
altair-python
Build, review, debug, or test declarative statistical visualizations in Python with Altair and Vega-Lite, including chart marks, typed encodings, transforms, parameters, layers, facets, and specification export.
0 · bundle
schattenspiegel
xxhash-python
Provides guidance for using python-xxhash to implement fast non-cryptographic hashing, including algorithm selection, byte encoding, streaming updates, digest representation, and collision-aware identity for checksums, bucketing, and sampling.
0 · bundle
schattenspiegel
pandera-polars
Creates executable Polars dataframe contracts using Pandera's Polars backend for runtime validation of schemas, columns, and checks.
0 · bundle
schattenspiegel
pydantic-python
Write, review, debug, migrate, or test Python code using Pydantic v2 with explicit boundaries, validation, and serialization contracts.
0 · bundle
schattenspiegel
datetime-zoneinfo-python
Write, review, debug, or test Python datetime, date, timedelta, timezone, and zoneinfo code, especially UTC conversion, DST gaps and folds, recurring local schedules, parsing, and interval boundaries.
0 · bundle
deep-chavda
ai-engineering-standards
Enforces production-grade Python and AI engineering standards for FastAPI, LangChain/LangGraph, RAG pipelines, and LLM integrations, covering type safety, error handling, testing, and security.