What problem does it solve? When production breaks, the normal plan-review-merge workflow is too slow. This Skill provides a controlled emergency path that commits an urgent fix, pushes it through the homolog staging branch, opens a PR to main, and merges it immediately — while still respecting the repository's hard safety gates. ## Core Features & Use Cases - Emergency merge pipeline: Confirms repo identity, commits only the changed files, pushes to homolog, creates a homolog→main PR, waits for mergeability, and merges with the literal PR number so the police hook can validate the command. - Safety gates preserved: Refuses to run on main/master, honors the autopr lock, never deletes the homolog branch, never skips the PR, and stops if targeted tests fail. - Post-merge hygiene: Syncs homolog back from main, closes the related plan via .planning/events.jsonl, reports an explicit deploy status line, and announces the fix in PT-BR. - Use Case: A payment bug is live in production. Run /hotfix fix null check in checkout totals and the agent commits the fix, merges it to main through the staging lane, and tells you whether a server rebuild and restart is still required. ## Quick Start Run /hotfix followed by a short description of the urgent production fix you want committed and merged to main.