What problem does it solve?
This Skill helps teams turn root-cause analysis into a minimal, maintainable code change that fixes a bug without introducing regressions.
Core Features & Use Cases
- Fix implementation from diagnosis: Reviews the recommended remediation approach and plans the smallest safe change that addresses the underlying cause.
- Change safety and quality gates: Creates a feature branch, implements targeted fixes, and runs formatting, linting, build/compile, and security checks.
- Verification and documentation: Ensures error paths and state/condition enumeration are complete, then writes implementation notes with file/line references for traceability.
Quick Start
Implement the bug fix for the diagnosed issue by reviewing the root-cause artifacts (if present), creating the required feature branch, applying the minimal code changes, running quality checks, and writing implementation notes to artifacts/bugfix/fixes/implementation-notes.md.