.claude/skills/specsafe-qa/SKILL.md
Run QA validation on completed implementation. Moves spec from CODE to QA stage.
npx skillsauth add agentic-engineering-agency/specsafe specsafe-qaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run QA validation on implementation (CODE → QA stage).
When to use:
Input: The spec ID (e.g., SPEC-20240204-001)
Steps
Validate implementation is complete
Verify all tests are passing. Check that code meets requirements.
Move to QA stage
specsafe qa "<spec-id>"
This:
Show QA results
Display:
Output
After QA validation:
Guardrails
development
Generate tests from a SpecSafe specification (SPEC → TEST stage).
development
Show SpecSafe project status and metrics.
development
Run QA validation (CODE → QA stage).
development
Create a new SpecSafe specification using the TDD workflow.