Testing & QA skills
Instruction sets that teach Claude Code how to handle a specific, repeatable task.
285 of 2,255 entries
swift-protocol-di-testing
★ 229,918Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
affaan-mupdated 15d agoMITpython-testing
★ 229,918Estrategias de pruebas Python usando pytest, metodología TDD, fixtures, mocking, parametrización y requisitos de cobertura.
affaan-mupdated 15d agoMITreact-testing
★ 229,918React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
affaan-mupdated 15d agoMITe2e-testing
★ 229,918Patrones de pruebas E2E con Playwright, Page Object Model, configuración, integración CI/CD, gestión de artefactos y estrategias para pruebas inestables.
affaan-mupdated 15d agoMITlaravel-verification
★ 229,918Bucle de verificación para proyectos Laravel: verificaciones de entorno, linting, análisis estático, pruebas con cobertura, escaneos de seguridad y preparación para despliegue.
affaan-mupdated 15d agoMITspringboot-tdd
★ 229,918Desarrollo guiado por pruebas para Spring Boot usando JUnit 5, Mockito, MockMvc, Testcontainers y JaCoCo. Usar al agregar funcionalidades, corregir bugs o refactorizar.
affaan-mupdated 15d agoMITkotlin-testing
★ 229,918Patrones de pruebas Kotlin con Kotest, MockK, pruebas de coroutines, pruebas basadas en propiedades y cobertura con Kover. Sigue la metodología TDD con prácticas idiomáticas de Kotlin.
affaan-mupdated 15d agoMITspringboot-verification
★ 229,918Bucle de verificación para proyectos Spring Boot: build, análisis estático, pruebas con cobertura, escaneos de seguridad y revisión de diff antes del lanzamiento o PR.
affaan-mupdated 15d agoMITrust-testing
★ 229,918Patrones de pruebas en Rust incluyendo pruebas unitarias, de integración, async, basadas en propiedades, mocking y cobertura. Sigue la metodología TDD.
affaan-mupdated 15d agoMITcompetitive-platform-analysis
★ 229,918>-
affaan-mupdated 15d agoMITquarkus-verification
★ 229,918Bucle de verificación para proyectos Quarkus: build, análisis estático, pruebas con cobertura, escaneos de seguridad, compilación nativa y revisión de diff antes del lanzamiento o PR.
affaan-mupdated 15d agoMITgolang-testing
★ 229,918Patrones de pruebas Go incluyendo pruebas basadas en tablas, subpruebas, benchmarks, fuzzing y cobertura de código. Sigue la metodología TDD con prácticas idiomáticas de Go.
affaan-mupdated 15d agoMITeval-harness
★ 229,918Framework formal de evaluación para sesiones de Claude Code que implementa principios de desarrollo orientado a evals (EDD)
affaan-mupdated 15d agoMITverification-loop
★ 229,918Sistema de verificación completo para sesiones de Claude Code.
affaan-mupdated 15d agoMITdjango-tdd
★ 229,918Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
affaan-mupdated 15d agoMITquarkus-tdd
★ 229,918Desarrollo guiado por pruebas para Quarkus 3.x LTS usando JUnit 5, Mockito, REST Assured, pruebas Camel y JaCoCo. Usar al agregar funcionalidades, corregir bugs o refactorizar servicios orientados a eventos.
affaan-mupdated 15d agoMITtdd-workflow
★ 229,918Usar este skill al escribir nuevas funcionalidades, corregir bugs o refactorizar código. Aplica el desarrollo guiado por pruebas con 80%+ de cobertura incluyendo pruebas unitarias, de integración y E2E.
affaan-mupdated 15d agoMITinstructor
★ 215,185Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
NousResearchupdated 14d agoMIThyperliquid
★ 215,185Hyperliquid market data, account history, trade review.
NousResearchupdated 14d agoMITweb-pentest
★ 215,185|
NousResearchupdated 14d agoMITsubagent-driven-development
★ 215,185Execute plans via delegate_task subagents (2-stage review).
NousResearchupdated 14d agoMITsystematic-debugging
★ 215,1854-phase root cause debugging: understand bugs before fixing.
NousResearchupdated 14d agoMITpython-debugpy
★ 215,185Debug Python: pdb REPL + debugpy remote (DAP).
NousResearchupdated 14d agoMITdogfood
★ 215,185Exploratory QA of web apps: find bugs, evidence, reports.
NousResearchupdated 14d agoMITblogwatcher
★ 215,185Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool.
NousResearchupdated 14d agoMITadversarial-ux-test
★ 215,185Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only.
NousResearchupdated 14d agoMITtest-driven-development
★ 215,185TDD: enforce RED-GREEN-REFACTOR, tests before code.
NousResearchupdated 14d agoMITdspy
★ 215,185DSPy: declarative LM programs, auto-optimize prompts, RAG.
NousResearchupdated 14d agoMITponytail
★ 83,490>
DietrichGebertupdated 19d agoMITtest-driven-development
★ 78,448Drives 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.
addyosmaniupdated 16d agoMITcode-simplification
★ 78,448Simplifies 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.
addyosmaniupdated 16d agoMITinterview-me
★ 78,448Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.
addyosmaniupdated 16d agoMITci-cd-and-automation
★ 78,448Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
addyosmaniupdated 16d agoMITdebugging-and-error-recovery
★ 78,448Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
addyosmaniupdated 16d agoMITcode-review-and-quality
★ 78,448Conducts 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.
addyosmaniupdated 16d agoMITidea-refine
★ 78,448Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".
addyosmaniupdated 16d agoMITcode-simplifier
★ 71,115Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
rtk-aiupdated 20d agoApache-2.0tdd-rust
★ 71,115TDD workflow for RTK filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-triggers on new filter implementation.
rtk-aiupdated 20d agoApache-2.0rtk-tdd
★ 71,115>
rtk-aiupdated 20d agoApache-2.0code-review
★ 71,084Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
shareAI-labupdated 1mo agoMITV3 Performance Optimization
★ 64,474Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite.
ruvnetupdated 14d agoMITagent-automation-smart-agent
★ 64,474Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent
ruvnetupdated 14d agoMITagent-researcher
★ 64,474Agent skill for researcher - invoke with $agent-researcher
ruvnetupdated 14d agoMITagent-tester
★ 64,474Agent skill for tester - invoke with $agent-tester
ruvnetupdated 14d agoMITagent-coder
★ 64,474Agent skill for coder - invoke with $agent-coder
ruvnetupdated 14d agoMITagent-worker-specialist
★ 64,474Agent skill for worker-specialist - invoke with $agent-worker-specialist
ruvnetupdated 14d agoMITAgentDB Learning Plugins
★ 64,474Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
ruvnetupdated 14d agoMITV3 Core Implementation
★ 64,474Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.
ruvnetupdated 14d agoMITbrowser-replay
★ 64,474Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift
ruvnetupdated 14d agoMITsparc-methodology
★ 64,474|
ruvnetupdated 14d agoMITagent-refinement
★ 64,474Agent skill for refinement - invoke with $agent-refinement
ruvnetupdated 14d agoMITagent-coordination
★ 64,474>
ruvnetupdated 14d agoMITagent-sparc-coordinator
★ 64,474Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator
ruvnetupdated 14d agoMITagent-tdd-london-swarm
★ 64,474Agent skill for tdd-london-swarm - invoke with $agent-tdd-london-swarm
ruvnetupdated 14d agoMITagent-test-long-runner
★ 64,474Agent skill for test-long-runner - invoke with $agent-test-long-runner
ruvnetupdated 14d agoMITagent-implementer-sparc-coder
★ 64,474Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
ruvnetupdated 14d agoMITV3 Swarm Coordination
★ 64,47415-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.
ruvnetupdated 14d agoMITbrowser-test
★ 64,474UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
ruvnetupdated 14d agoMITagent-orchestrator-task
★ 64,474Agent skill for orchestrator-task - invoke with $agent-orchestrator-task
ruvnetupdated 14d agoMITagent-production-validator
★ 64,474Agent skill for production-validator - invoke with $agent-production-validator
ruvnetupdated 14d agoMIT