What problem does it solve?
Manually reviewing GitHub pull requests is time-consuming, prone to human error, and often misses critical issues like unresolved review comments, failed CI pipelines, or merge conflicts. This skill automates the entire end-to-end PR review workflow to ensure every PR is thoroughly validated, fixed, and ready for merge without manual overhead.
Core Features & Use Cases
- Full Comment Triage: Automatically fetches all PR review comments, classifies valid issues versus false positives, and replies to false positives with clear explanations.
- Isolated Fix Application: Applies fixes for valid review comments in a dedicated git worktree to avoid disrupting the caller's working directory, runs project tests, and pushes changes automatically.
- Comprehensive Validation: Checks for merge conflicts, failed CI jobs, verifies test plan execution, resolves all review threads, and generates a final status report with merge readiness.
Use case: For engineering teams using GitHub, this skill cuts PR review turnaround time by automating repetitive triage, fix, and validation steps, letting reviewers focus on high-impact architectural feedback.
Quick Start
Use the review-pr skill to fully review, fix all valid issues, and resolve all threads for pull request number 42.