Back to skills
Repair
Hotfix
/hapo:hotfix
Narrow, evidence-backed repair after diagnosis. It fixes the cause without expanding scope.
Use When
- A root cause has been identified.
- The fix should be small and safe.
- A production bug needs targeted regression checks.
Flow
01 / Evidence
Start from a completed debug contract or diagnose first.
02 / Scope
Limit the file set to the confirmed cause.
03 / Fix
Apply the real repair, not a symptom mask.
04 / Verify
Re-run reproduction and targeted regression checks.
05 / Report
State cause, fix, evidence, residual risk, and follow-up.
Output
A focused repair with before/after proof.
Avoid
Do not use it for broad redesigns, speculative refactors, or feature work.
Next Handoff
/hapo:test and /hapo:code-review