What problem does it solve?
This Skill eliminates inconsistent, unlogged bug fixes that lack regression testing and violate project coding conventions, ensuring all fixes are traceable, testable, and aligned with team standards.
Core Features & Use Cases
- Dual Fix Modes: Choose between immediate fix for urgent issues or plan-first mode for complex bugs that require stakeholder review.
- Project-Conformant Fixes: Automatically applies project-specific rules from skill-context to avoid violating local coding conventions or architecture boundaries.
- Built-in Quality Guardrails: Mandates debug logging for all fixes and suggests regression test coverage to prevent future breakages.
- Handoff Integration: Supports autonomous bug fixing workflows via Handoff mode for coordinated task management.
- Use Case: A developer encountering a broken contract creation flow can use this skill to either apply an immediate fix with logging and a test suggestion, or generate a reviewable fix plan for team approval.
Quick Start
Use the aif-fix skill to fix the MetaMask signature validation error thrown during user wallet login, including adding debug logging and a regression test for invalid signature inputs.