What problem does it solve?
This Skill helps you move from a bug report or review finding to a validated code fix without wandering into unrelated analysis or redesign work. It is built for diagnosing issues, narrowing down root causes, planning the safest patch, and applying targeted fixes with clear guardrails.
Core Features & Use Cases
- Structured bug diagnosis: Reproduces issues when possible, localizes likely fault areas, generates hypotheses, and verifies the most likely root cause before changing code.
- Multiple fix entry points: Works from direct user bug reports, prior bug-detection results, or review artifacts that already contain actionable findings.
- Risk-aware patching: Classifies fixes by scope, asks for confirmation when changes are riskier, and escalates architectural problems instead of forcing unsafe edits.
- Use case: When a user reports a runtime error, or a code review identifies warning-level defects, this Skill traces the issue to the source, proposes the smallest viable correction, applies it when appropriate, and summarizes regression risk and follow-up work.
Quick Start
Ask the AI to use the mvt-fix skill to diagnose a reported bug, confirm the root cause, and apply the smallest safe fix.