What problem does it solve?
This skill automates the end-to-end process of reading documented bugs, analyzing root causes, applying fixes with regression tests, and validating the full test suite. It prioritizes fixes by severity and updates the bug record with correction status, generating a final Bugfix report.
Core Features & Use Cases
- Read documented bugs from bugs.md and align fixes with the PRD and Tech Spec to ensure compliance with project rules.
- Plan, implement, and verify fixes in severity order (High to Low) with corresponding regression tests.
- Update bugs.md with status and generate a summarized Bugfix report.
- Use when asked to fix bugs, resolve issues, or run the bugfix workflow for a feature; not intended for new feature development, code review, or QA testing.
Quick Start
Execute the bugfix workflow for a feature as described to automatically identify, fix, test, and report on documented bugs.