Testing Qa AI Skills
612 open-source Testing Qa AI skills that teach any AI model a new workflow.
Search and filter AI skills
AI skills directory results
Ln 11 Opportunity Evaluator
Evaluates new product opportunities through demand, channels and economics before committing to build.
Test Specialist
This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests,…
Qa Game
Add Playwright QA tests to a game — visual regression, gameplay verification, and performance. Use when the user says "add tests", "test my game", "add QA", "check for bugs", or "add visual regression…
Tester Detective
⚡ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.
Bitbucket Workflow
Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows
Writing Good Tests
Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation
Rstest Debugging
Diagnose Rstest startup, build, runtime, logging, memory, or performance problems using traces and comparable measurements.
Accessibility Design
Build accessibility into design decisions instead of treating it as late-stage options work.
Dotnet Add Testing
Adding test infrastructure to a .NET project. Scaffolds xUnit project, coverlet, layout.
Bench Recon
Audit existing performance testing — find missing benchmarks, stale baselines, and CI gaps. Use when asked "do we have benchmarks", "audit our performance testing", or "are our baselines stale".
Write Unit Tests
Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns,…
Generate Tests
Generate comprehensive tests for specified code
Timesfm Forecasting
Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports…
Recipe Add Integration Tests
Add integration/E2E tests to existing codebase using Design Docs
Ln 12 Product Requirements Builder
Defines product requirements, business rules and acceptance criteria for a committed intent; edits product docs only.
Blazor
Guidelines for Blazor development including component lifecycle, state management, and performance optimization
E2e Panther Playwright
Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios
Testing Flutter
. Use when writing tests, reviewing test coverage, or setting up testing.
Combat Design
Design combat verbs, enemy pressure, resource economy, readability, and tuning hooks.
Dotnet Ado Build Test
Configuring .NET build/test in Azure DevOps. DotNetCoreCLI task, Artifacts, test results.
Testing Best Practices
Unit testing, integration testing, and test-driven development principles. Use when writing tests, reviewing test code, improving test coverage, or setting up testing strategy. Triggers on "write…
Browser Qa
Automated browser-based security testing using Playwright and browser devtools. Interact with web applications as a user would — click, type, navigate — while monitoring network traffic, JavaScript…
Zero Day Discovery
0day自主发现引擎:变体分析/补丁间隙/差分/Fuzzing/污点推理/N-day武器化/猎人思维。Use when public vulns not found and need to discover 0day or weaponize N-day.
Figure Style
Publication-grade figure correctness and legibility rules. Load before drawing any plot and call `apply_figure_style()` — sets a role-mapped font-size ladder, outward ticks, frameless legends, and…
Eval Harness
Evaluation harness for testing agent and skill quality through structured benchmarks, regression tests, and quality scoring.
Responsiveness Check
Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav…
Ln 13 Interaction Design Builder
Designs user flows, interaction states and mockups for a defined product scope; does not implement UI code.
Holistic Testing Pact
Apply the Holistic Testing Model evolved with PACTS (Proactive, Autonomous, Collaborative, Targeted, Structured) principles. Use when designing comprehensive test strategies for Classical,…
E2e Testing
Write comprehensive end-to-end tests that verify complete user workflows, integration between components, and system behavior from user perspective using Playwright, Cypress, or similar frameworks.…
Strategy Interview
Use when the user wants to build or think through a strategy via guided conversation — for a company, product, team, career, or initiative. Triggers on "help me figure out our direction", "what should…
Test Automator
Test automation framework expert for creating and maintaining automated tests. Use when user asks to write tests, automate testing, or improve test coverage.
Test Driven Development
Drives development with tests using the red-green-refactor loop. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug…
Multi Service Orchestration
PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.
Android Testing
Write Android unit, Compose UI, and Hilt-integrated tests. Use when designing test behavior with MockK or coroutine test utilities; defer database/WorkManager-specific recipes to the owning feature…
Ln 51 Acceptance Test Builder
Builds, updates or retires scoped acceptance tests and verifies execution; does not repair product code.
Frontend Review Ci
Use when CI is slow (>10 min), flaky, or the user asks to optimize GitHub Actions for a frontend project. Analyzes `gh run list` history, identifies bottleneck steps, proposes sharding / cache /…
Blockchain
Expert guidelines for blockchain development including CosmWasm, Cosmos, and cross-chain patterns
Evolve Skill
Benchmark-gated skill evolution — consume bigpowers-benchmark report, propose plan-work change, edit skill via craft-skill, re-run benchmark, record ADR. Use when a skill underperforms on benchmark or…
Gplay Vitals Monitoring
Monitor Android app stability and performance from the Play Developer Reporting API via gplay vitals. Use to query crash/ANR rates, detect release regressions with anomaly detection, filter error…
Browser Devtools Mcp
Integrating Chrome DevTools and browser automation via MCP for live UI inspection, screenshot-to-code workflows, and visual debugging. Bridges the gap between design and implementation.
Economy Balancing
Design and tune currencies, sinks, rewards, prices, and inflation control so the economy supports progression and retention.
Slot Qa Engineer
Design and execute test plans for slot games covering math correctness, UI logic, performance, and compliance. Use when validating game rules, running regression tests, verifying error handling,…
Web3 Testing
Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or…
Ce Retune
Retune a skill corpus for a new model, measurement-first: mine the run archive for a baseline, establish a noise floor, audit the corpus adversarially, then cut in measured passes until a…
C Pro
Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization,…
Ln 52 Delivery Reviewer
Reviews a completed change for acceptance, regressions and release risk; read-only, not a whole-codebase audit.
Backend Dev Guidelines
Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when creating tRPC routers, public API endpoints, BullMQ queue processors, services, or working…
Frontend Review Deps
Use when auditing dependency health — outdated packages, CVE triage with attack-vector weighting, deprecated/declining library detection (trend-watch). Runs `audit-deps.sh` and `audit-trend-watch.sh`.…
Python Testing Patterns
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. 트리거: "pytest", "Python 테스트", "fixture", "mocking", "테스트 작성" 안티-트리거: "JavaScript 테스트", "Jest",…
Ai Distributed Training
Guides multi-GPU pre-training: DDP, FSDP2, ZeRO, tensor/pipeline/expert parallelism, fp8/Muon. Use when scaling a run, training MoE, or reproducing GPT-2 on rented GPUs.
Ios Design Review
Visual design audit for iOS apps on real hardware. (gstack)
