hotfix
Installation
SKILL.md
Hotfix — emergency fix workflow
Apply a minimal, targeted fix fast. No brainstorm document, no plan document — but tests and review are still non-negotiable.
Bug Description
<bug_description>$ARGUMENTS</bug_description>
If the bug description above is empty, ask the user: "What's the bug? Paste a description, issue link, or error message."
DO NOT proceed until you have a bug description.
Phase 0 — Triage
Summarize the bug in one sentence. Identify:
- Symptom: what the user sees or what is broken
- Suspected area: which layer or component is likely involved (based on the description alone — do not read code yet)