Skills に戻る
Repair

Hotfix

/hapo:hotfix

Diagnosis 後の narrow, evidence-backed repair。Scope を広げず cause を修正します。

Use When

  • Root cause が特定済み。
  • Fix は small and safe であるべき。
  • Production bug に targeted regression checks が必要。

Flow

01 / Evidence

Completed debug contract から始めるか、先に diagnose します。

02 / Scope

Confirmed cause に必要な file set に限定します。

03 / Fix

Symptom mask ではなく real repair を適用します。

04 / Verify

Reproduction と targeted regression checks を再実行します。

05 / Report

Cause、fix、evidence、residual risk、follow-up を報告します。

Output

Before/after proof を持つ focused repair。

Avoid

Broad redesign、speculative refactor、feature work には使いません。

Next Handoff

/hapo:test and /hapo:code-review