Incident Hotfix
/install incident-hotfix
Incident Hotfix
Use this alongside broader incident-response skills when code-level action is required.
Workflow
- Classify severity using
references/severity-matrix.md - Create hotfix branch from current production tag/commit
- Reproduce and isolate with minimal failing test
- Patch with rollback plan
- Run focused CI checks
- Capture evidence bundle
- Merge + verify + postmortem actions
Step 1 — Create incident workspace
bash scripts/start_hotfix.sh --id INC-1234 --base main
This creates:
hotfix/INC-1234-\x3Cslug>branchdocs/incidents/INC-1234/folder- starter files for timeline, rollback, and actions
Step 2 — Evidence capture
bash scripts/capture_evidence.sh --id INC-1234
Collects into docs/incidents/INC-1234/evidence/:
- latest commits + diff summary
- changed files list
- local env snapshot (safe subset)
- test output logs
Step 3 — Patch gate
Before PR/merge, ensure:
- failing case reproduced (or clearly documented)
- minimal patch scope
- rollback command documented in
ROLLBACK.md - focused tests pass + no new lint/type failures
Step 4 — Postmortem actions
Use references/action-template.md to convert findings into concrete tasks:
- owner
- due date
- verification criteria
Required outputs
docs/incidents/\x3Cid>/TIMELINE.mddocs/incidents/\x3Cid>/ROLLBACK.mddocs/incidents/\x3Cid>/ACTIONS.mddocs/incidents/\x3Cid>/evidence/bundle
Notes
- Prefer smallest safe patch over broad refactor during incident.
- If root cause is uncertain, ship containment first, then permanent fix.
- Never merge hotfix without rollback path.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install incident-hotfix - After installation, invoke the skill by name or use
/incident-hotfix - Provide required inputs per the skill's parameter spec and get structured output
What is Incident Hotfix?
Coder-focused incident response and hotfix execution for production issues. Use when you need reproducible triage, patch/rollback decisions, CI-safe hotfix b... It is an AI Agent Skill for Claude Code / OpenClaw, with 408 downloads so far.
How do I install Incident Hotfix?
Run "/install incident-hotfix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Incident Hotfix free?
Yes, Incident Hotfix is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Incident Hotfix support?
Incident Hotfix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Incident Hotfix?
It is built and maintained by Broedkrummen (@broedkrummen); the current version is v0.1.0.