What problem does it solve?
This Skill precisely implements minimal, verified code fixes for bugs identified by other agents, ensuring code quality and security without introducing regressions.
Core Features & Use Cases
- Precise Bug Patching: Applies surgical fixes to specific lines and ranges in code files.
- Context-Aware Repair: Utilizes documentation lookups to ensure correct API usage in patches.
- Strategy Adherence: Respects fix strategies (safe-autofix, manual-review) to maintain appropriate intervention levels.
- Use Case: After a security agent identifies a critical vulnerability in
src/auth.ts related to input sanitization, the fixer skill applies a minimal patch to the specific lines, referencing documentation to ensure the correct sanitization function is used.
Quick Start
Use the fixer skill to apply the suggested patch for BUG-1 in the file src/utils.js.