What problem does it solve?
This Skill helps you perform reliable code reviews by ensuring the review is grounded in the correct base branch, scoped strictly to the branch diff, and supported by evidence for any affirmative claims.
Core Features & Use Cases
- Base branch determination: Selects the correct comparison base using PR/MR targets, upstream tracking, or merge-base heuristics, and asks for clarification when uncertain.
- Strict in-scope diff review: Reviews only commits contained within the branch, using
git diff <base>...HEAD to avoid flagging pre-existing issues.
- Review integrity and auditability: Enforces commit-message coherence, commit-message style audits, and citation of concrete checks before making verified claims.
- Targeted tone and signal control: Encourages colleague-like phrasing and avoids noise, focusing on important correctness, maintainability, and architectural constraints.
- Sub-agent safe delegation guidance: Instructs delegating reviewers to use
git diff output so they can distinguish branch changes from historical code patterns.
- Test coverage philosophy: Requests coverage for business logic, integration points, error paths, and custom algorithms while trusting well-maintained external libraries.
Quick Start
Ask the skill to run a review for your branch by providing the branch name or the PR/MR URL so it can determine the correct base and review the in-scope diff.