code-review
Installation
SKILL.md
Code Review
Review code changes using THREE (3) to FIVE (5) parallel subagents and correlate results into a summary ranked by severity.
Use the provided user guidance to steer the review and focus on specific code paths, changes, and/or areas of concern.
User Guidance: $ARGUMENTS
Default Behavior
- Review uncommitted changes by default (
git diffandgit diff --staged) - If no uncommitted changes exist, review the last commit (
git show HEAD) - If the user provides a pull request number or link, use
gh pr diff <number>to fetch changes