spec-bugfix-verify
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
/spec-bugfix-verify - Bugfix Verification Phase
Phase 3 (bugfix). Lightweight verification: run tests, quality checks, confirm fix works.
Input: Bugfix plan with Status: COMPLETE
Output: Plan → VERIFIED (success) or loop back to implementation (failure)
Why no sub-agents: The regression test proves the fix works. The full test suite proves nothing else broke. Sub-agents would re-verify what tests already prove.
Critical Constraints
- NO review sub-agents — tests prove correctness for bugfixes
- NO stopping — everything automatic. Never ask "Should I fix these?"
- Fix ALL issues automatically — no permission needed
- Plan file is source of truth — re-read after auto-compaction