fix-code
Installation
SKILL.md
Code Fix Helper
A skill for properly fixing code issues. Follows the core principles in .claude/rules/fix-guidelines.instructions.md to perform comprehensive and efficient fixes.
Fix Flow
Follow the common flow in .claude/rules/fix-guidelines.instructions.md.
Code-Specific Fix Guidelines
Code Deletion & Refactoring
- Search all instances of the target pattern (verify with Grep)
- Identify affected tests and documentation
- Fix all related locations at once
- Run build and tests