What problem does it solve?
This Skill helps teams resolve critical production bugs quickly while preserving auditability, minimizing change scope, and preventing risky deployments.
Core Features & Use Cases
- Severity-gated hotfix initiation: Ensures only S1/S2 issues bypass normal sprint processes and stops for S3 or lower.
- Hotfix record + rollback documentation: Creates a structured hotfix record and requires a documented rollback plan before deploying.
- Approval workflow with QA re-entry gate: Coordinates lead-programmer, qa-tester, and producer sign-off, then runs smoke-check or targeted/full team QA based on risk.
Use case: A live game becomes unplayable due to a security vulnerability or data loss—use this Skill to create a hotfix record, branch, implement the minimal fix, obtain sign-offs, run the right QA gate, and deploy with backport/verification.
Quick Start
Request an emergency hotfix by telling the AI: "Run /hotfix with bug ID BUG-1234 and include the impact and repro details."