What problem does it solve? Resuming work on an existing branch or pull request is ambiguous: the branch might hold a draft plan awaiting approval, unanswered review feedback, or shipped code needing fixes. This Skill removes that guesswork by inspecting the branch and dispatching the correct workflow lane automatically. ## Core Features & Use Cases - Automatic lane detection: Reads the branch's plan files and PR review state to decide between a plan lane (implementing an approved plan) and a review lane (addressing unanswered feedback), including the combined case of a draft plan under review. - PR feedback triage: Exports the PR via a script, applies a thread-tail test to find guidance nobody has answered, commits the export snapshot, and replies on GitHub to every addressed comment. - Optional finalization: Runs land-prep only when the invocation includes and finalize, and defers merging to a separate explicit step. - Use Case: After a compaction boundary, type /handle with no arguments to re-attach to the current branch, pick up unanswered review comments, address them, and push the result. ## Quick Start Type /handle followed by a branch name, PR number, or PR URL to pick up that branch and run whatever work it needs.