What problem does it solve?
This Skill takes over the repetitive work of finishing an active pull request by resolving trusted review feedback, fixing failing required CI checks, and keeping the PR description aligned with the actual code. It is designed for the last-mile coordination work that often slows shipping even after the core implementation is done.
Core Features & Use Cases
- Trusted review resolution: Fetches PR comments, review threads, and reviews, then acts only on feedback from verified humans or explicitly whitelisted bots.
- Parallel code-fix workflow: Converts actionable review comments into structured findings, batches them through an agent pipeline, and applies safe edits in parallel before replying and resolving threads.
- CI and PR body completion: Checks required status checks, fixes failing runs when possible, and updates the PR description so it accurately matches the shipped diff and template requirements.
- Use case: After opening a GitHub pull request, use this Skill to chase down CodeRabbit comments, human reviewer fixes, red required checks, and stale PR text until the branch is ready to merge.
Quick Start
Ask the agent to use drive-pr on the current branch's pull request and keep iterating until trusted comments are resolved, required CI is green, and the PR description matches the code.