cyberneticlibrary

Validate features and test coverage

qaskillsetup L2381
majiayu000/claude-skill-registry
What it does

Execute QA workflow for feature verification and test writing

Best for

Comprehensive quality assurance covering feature verification, bug reporting, test creation, and coverage analysis in a structured workflow.

Inputs
  • · Feature branch, bug report, or test scope
  • · Acceptance criteria or test cases
Outputs
  • · QA pass/fail status with evidence
  • · New or improved test cases
  • · Bug report with reproduction steps
  • · Coverage gap recommendations
Requires
  • · Testing framework (Vitest, Jest, etc.)
  • · Project test suite
  • · Relevant TESTING.md and AGENTS.md docs
Preconditions
  • · Code change or feature branch to test
  • · Test infrastructure configured
  • · Acceptance criteria defined
Failure modes
  • · Test fails non-deterministically due to race condition
  • · Acceptance criteria unclear or contradictory
  • · Bug reproduction steps incomplete or environment-dependent
  • · Test scope too broad causing slow feedback loop
Trust signals
  • · Classifies QA task type before execution
  • · Requires reading TESTING.md and AGENTS.md for context
  • · Quality gate checks ensure deterministic tests and acceptance alignment