What problem does it solve? When a user-visible bug is reported or an external contributor opens a fix PR, teams need a fast path that skips milestone ceremony without skipping quality gates. This Skill provides that fast lane: reproduce the bug, write a regression test first, run gate-lite checks, and merge only after explicit user approval. ## Core Features & Use Cases - Tier-checked fast lane: Verifies the fix restores documented behavior and fits one sitting; anything larger is routed to milestone planning instead. - Regression test first: Authors a failing test before the fix, or for adopted PRs proves the test fails on the default branch and passes on the PR head using a throwaway git worktree. - External PR adoption: Checks out contributor PRs with gh, verifies their evidence, pushes tests and changelog entries to their branch, and handles unpushable forks through a user-gated re-land flow. - Approval-gated merge: Presents the diff, test evidence, and changelog line, then merges via gh only after an explicit approval chip, with green CI and a merge-guard marker. - Use Case: A user reports "this crashes when loading a CSV". The Skill reproduces the crash, writes a failing regression test, applies the fix, runs the profile's verify checks, adds a changelog entry, and merges the PR after your approval. ## Quick Start Ask the agent to fix the reported bug by running /hotfix with a short description of the crash or the PR number to adopt.