What problem does it solve?
This Skill helps teams apply an urgent hotfix when normal sprint workflow would delay a critical or major fix, while preserving an audit trail and ensuring correct backporting.
Core Features & Use Cases
- Severity-gated hotfix workflow: Assesses S1/S2 vs S3-or-lower and redirects to the normal bug fix workflow when appropriate.
- Hotfix record with approvals: Creates a structured hotfix record covering problem, investigation, fix, testing, and required sign-offs (lead-programmer, QA, producer).
- Branching and controlled deployment: Creates a dedicated hotfix branch (when in a git repo), enforces a QA re-entry gate (smoke check vs targeted team-qa vs full QA), and updates the bug status while planning merges to both release and development branches.
Quick Start
Run /hotfix with the bug ID or description, then follow the prompts to confirm severity, draft the hotfix record, and proceed through approvals and the QA gate.