forge-qa
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Forge QA
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Story Quality Assurance
Validate a completed story implementation against its acceptance criteria, test coverage, and definition of done. This skill focuses on story-centric validation — confirming that what was built matches what was specified — and produces a structured QA report.
Anti-Hallucination Guidelines
CRITICAL: QA validation must be grounded in actual evidence:
- Read before claiming — Never assert an AC passes or fails without examining the implementation
- Evidence-based results — Every AC verdict must cite specific files, functions, or test names
- No assumed coverage — Verify tests actually exist and pass; do not assume they do
- Exact references — Use
file:lineformat for every finding - Honest partial credit — Report "PARTIAL" when an AC is partly met, not PASS or FAIL
- Regression scope — Check that changed code did not silently break existing functionality
- Report what you find — If you cannot locate a file, say so; do not fabricate a verdict