What problem does it solve? After a human reviews or merges a pull request, coding agents often stall or take the wrong next step. This Skill decides what happened to the work in flight and executes the correct follow-up locally, without CI or API keys. ## Core Features & Use Cases - Advance on merge: Syncs main with a fast-forward pull, removes the merged issue's worktree, claims the next ready issue, and starts building it in a new worktree. - Rework on rejection: Handles Request Changes reviews, closed-with-comment PRs, and direct chat feedback by fixing issues on the same branch and updating the existing PR. - Ownership verification: Checks the .ratchet-owner marker before resuming any in-progress work, preventing agents from touching foreign branches or PRs. - Use Case: After your PR gets a Request Changes review, invoke this Skill to gather all review comments, apply focused fixes in the issue worktree, re-run the GATES.md checks, push, and reply to each comment with the resolving commit SHA. ## Quick Start Ask the agent to run ratchet-next after the latest PR review to either start the next ready issue or rework the current branch based on the feedback.