What problem does it solve? After a pull request review lands, developers must manually read every finding, decide what to fix, commit, push, watch CI, and figure out what happens next. This Skill automates that entire round: it reads the latest review, applies the fixes, ships them, and routes the workflow forward. ## Core Features & Use Cases - Dual-source review fetching: Pulls the latest GitHub bot review via bravros pr-review --latest and merges it with local .planning/pr-reviews/ files, deduplicating findings by file and line. - Classify-then-fix workflow: Checks every finding against the current HEAD before editing, skips already-satisfied items, and applies fixes in priority order (blockers, code issues, style, suggestions). - Push, verify, and stamp: Ships fixes with a conventional commit message, watches CI checks without piping the gate, and writes a commit-sha-keyed review stamp. - Automatic routing: Hands off to the finish, re-review, or merge-decision step based on the severity of what changed. - Use Case: A reviewer leaves three blockers and two nits on your PR. Invoke this Skill and it fetches the review, fixes all five findings, pushes, waits for green CI, stamps the approval, and triggers a re-review — all in one round. ## Quick Start Ask the agent to address the review feedback on the current pull request, optionally passing a PR number or extra instructions like skipping a specific nit.