What problem does it solve? When a critical bug hits production, teams need a fast, disciplined path from diagnosis to deployment without bypassing code review, testing, or version control hygiene. This Skill orchestrates the entire emergency response so nothing gets skipped under pressure. ## Core Features & Use Cases - Release-Tag Branching: Creates an isolated git worktree branched from the production release tag, ensuring unreleased work on main never leaks into the hotfix. - Expedited Review Pipeline: Runs parallel code review, conditional security review, and focused regression testing under a 1-hour SLA. - Full Lifecycle Coverage: Handles approval, production deployment with monitoring, merge-back to main via PR, and post-mortem documentation. - Use Case: A P0 crash spike appears in Crashlytics for the iOS app on v1.2.0. Invoke this Skill to cut hotfix/v1.2.1/fix-login-crash from the v1.2.0 tag, assign the minimal fix, get expedited review, deploy, and file the post-mortem. ## Quick Start Trigger the hotfix process by saying production is broken and describing the critical bug, affected version, and severity.