What problem does it solve?
PR review workflows often grapple with misalignments between the stated goals in a PR and the actual changes introduced. This Skill analyzes the correct merge-base diff (base to HEAD) to reconcile the PR body's intended goals with what the changes actually implement, surfacing gaps, contradictions, and risks early in the review process.
Core Features & Use Cases
- Compare merge-base diffs to verify that PR changes realize stated objectives and flag discrepancies.
- Extract user-stated goals from input and cross-check against commit messages, PR body, and linked issues or design docs.
- Provide structured review outputs including goal alignment, risk signals, and suggested next steps; optionally run independent reviews from local codex/gemini CLIs when opted-in.
Quick Start
Ask me to review a PR by its number or branch and I will compare the merge-base diff to HEAD and summarize goals, gaps, and risk.