What problem does it solve?
Manually reviewing GitHub pull requests can be slow and error-prone when developers want to avoid touching their own working tree. This Skill automates the end-to-end PR review workflow by fetching the exact PR into an isolated worktree, running the full code-review cycle, and submitting a verdict without altering the local environment.
Core Features & Use Cases
- Isolated PR review: fetch the PR into a temporary worktree to prevent changes to the developer's working state.
- Full code-review cycle: run the existing code-review skill against the PR, including checks and validations.
- Autofix & fix-forward flow: iterate through conflict resolution, code fixes, unit tests, and typechecks until the PR is merge-ready or blocked.
- Label management: apply and adjust pipeline labels automatically to reflect review status.
- Scenarios: supports in-repo PRs and cross-repo forks with consistent review behavior.
Quick Start
Invoke the skill with a PR number to begin automatic PR review.