What problem does it solve? Small fixes often get either zero process (edited directly on main) or the full heavyweight task pipeline. This Skill defines a disciplined fast lane for changes that fit one sentence, one surface, and one commit, so they ship quickly without skipping tests, review, or PR-based CI gating. ## Core Features & Use Cases - Shape qualification gate: Five yes/no questions (one sentence, one surface, one commit, reversible, no rulings) decide whether the change qualifies or must escalate to the full task pipeline. - Reduced-ceremony workflow: A three-to-six bullet plan, a branch cut from fresh main, touched-surface tests only, lint and docs gates, one focused pre-push review, and a single conventional commit. - Auto-merge delivery: The PR is opened with auto-merge enabled so green CI merges without waiting for a reviewer, while red CI blocks the merge until fixed. - Use Case: A developer needs to bump a dependency and fix a lint warning. They confirm the five shape questions, cut a branch, make the change with its tests in one commit, open a PR with auto-merge, and report the merged PR with the untested surfaces named. ## Quick Start Ask the agent to handle this small fix as a quick-task: state the one-sentence change, confirm it touches a single surface, and have it branch from fresh main, test, and open an auto-merge PR with one commit.