What problem does it solve?
This Skill ensures a proposed bug fix actually resolves the reported issue while preventing the same bug from reappearing and catching new side effects.
Core Features & Use Cases
- Regression testing: Creates a test that reproduces the original bug and proves it fails before the fix and passes after.
- Comprehensive verification: Covers unit, integration, and manual reproduction of the original steps, plus performance and security checks.
- Full suite validation: Runs the entire project test suite to detect unrelated breakages and updates formatting/linting for all modified files.
- Documented outcomes: Writes a verification report to artifacts/bugfix/tests/verification.md with summary, results, and recommendations.
Quick Start
Run the test phase for the current bugfix workflow to generate regression tests, execute the full test suite, and write the verification report to artifacts/bugfix/tests/verification.md.