What problem does it solve?
QA runs often produce pending issues that require manual, error‑prone fixes. This Skill automates the identification, test‑driven fixing, and verification of those issues, eliminating repetitive manual work.
Core Features & Use Cases
- Load & prioritize pending issues from
qa-issues.json by severity.
- TDD workflow: generate failing tests, implement fixes, run full test suite, and commit changes.
- Iterative QA: automatically re‑run QA after critical fixes and handle regressions with escalation rules.
- Use Case: After running
superharness qa on a codebase, invoke this Skill to automatically resolve all critical and major QA findings before merging.
Quick Start
Ask the AI to run the sh-fix skill on the current task to automatically fix pending QA issues using TDD and re‑validate them.