No description
Find a file
Snider 42f536b351 docs: add /core:qa iterative QA fix loop skill task
Skill that runs QA and fixes issues iteratively:
- Detects Go/PHP project type
- Runs core go qa / core php qa
- Parses output, extracts actionable issues
- Fixes in priority order: fmt → lint → test
- Re-runs QA until all checks pass
- Stop hook prevents stopping until QA clean

Hooks:
- PostToolUse: qa-filter (suppress verbose, show failures only)
- Stop: qa-verify (block if QA still failing)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 19:03:32 +00:00
claude docs: add /core:qa iterative QA fix loop skill task 2026-02-01 19:03:32 +00:00
CLAUDE.md docs: establish core CLI-first philosophy 2026-02-01 18:31:54 +00:00