fix-issue
Installation
SKILL.md
Fix Issue Skill
Purpose
Debug and fix bugs, issues, or failing tests through systematic reproduction, root cause analysis, minimal fixes, and comprehensive validation.
Core Principle: Always write failing test first, fix with minimal changes, validate with full test suite.
Prerequisites
- Clear issue description or failing test
- Access to relevant code and logs
- Test framework configured