What problem does it solve?
PR reviews often struggle to identify codebase-verified issues in large diffs and evolving specs. This Skill provides a structured, reproducible workflow that grounds findings in the codebase and the task specification.
Core Features & Use Cases
- Gather PR context: fetch PR metadata, CI status, the diff, and the associated task spec to ensure alignment with requirements.
- Identify the task and verify scope: extract task IDs from the PR title or branch name and retrieve the task spec for success criteria.
- Diff analysis and coverage: read diffs, distribute the review workload for large PRs via parallel reviewer agents, and ensure full coverage of changes.
- Post-verification review: synthesize findings into a GitHub PR review, marking blockers, non-blockers, and alignment with the task spec.
Quick Start
Provide the PR number or URL to trigger an automated, codebase-verified review and post a GitHub PR review.