What problem does it solve?
This Skill streamlines an emergency hotfix workflow so critical bugs can be fixed quickly while preserving traceability, approvals, QA gating, and safe deployment practices.
Core Features & Use Cases
- Severity triage: Distinguishes S1/S2 incidents from lower-priority issues and recommends the normal workflow for S3 or lower.
- Hotfix record + audit trail: Creates and updates a structured hotfix record (problem, root cause, fix, testing, rollback, and approvals).
- Branching and controlled deployment: Creates a hotfix branch, ensures minimal code changes, and merges to both release and development branches.
- Approvals + QA gate: Collects lead-programmer, QA-tester, and producer approvals, then runs smoke check or scoped team QA based on required coverage.
- Post-deploy verification + closure: Verifies the fix against the bug, re-opens if unresolved, and schedules a post-incident review.
Quick Start
Use the hotfix skill to coordinate an S1 or S2 emergency fix end-to-end by invoking it explicitly as /hotfix with a bug ID or a short bug description.