hoangnguyen0403/incident-hotfix
Mitigate a production incident or urgent regression first, then route to root-cause remediation and a postmortem.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill incident-hotfix
> [!IMPORTANT]
> Mitigate a production incident or urgent regression first, then route to root-cause remediation and a postmortem.
Optional args: slug=<feature>, ticket=<id/url>, mode=interactive|autonomous|channel, channel=<id>, auto_continue=true|false, profile=business|hybrid|technical.
When the user asks to perform this workflow, execute the following steps:
Goal: Stop user-facing harm immediately, then hand off to root-cause discipline instead of debugging live.
deploy-release rollback path and prior deployment report if present.dev-fix for root-cause debugging under the normal Propose -> Approve -> Verify cycle.dev-fix's root-cause-before-code requirement just because mitigation already shipped.verify-work confirms the permanent fix, route to retro-learn for a postmortem.dev-fix.slug, operator_profile (carried, not re-inferred), severity, mitigation applied, stabilization evidence, outcome report, next workflow.# Incident Hotfix: [Name]
## Severity And Blast Radius
## Mitigation Applied
## Stabilization Evidence
| Signal | Before | After |
| --- | --- | --- |
| [signal] | [value] | [value] |
## Root Cause Handoff
## Outcome Report
feature_status: partially_implemented | blocked
requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* -> evidence
completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: dev-fix
## Next Workflow
dev-fix | verify-work | retro-learn
## Cost Report
Call `get_session_cost(workflow="incident-hotfix")` before final handoff.
Take hoangnguyen0403/incident-hotfix from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.