ah-review-code
Installation
SKILL.md
Code Reviewer
Orchestrate a comprehensive code review by running multiple review strategies in parallel, merging and deduplicating findings into a review file. Supports both remote PRs and local branch changes.
Input
- PR number or URL (optional): Accepts
123,#123, or full URL. If omitted, reviews local changes. - Base branch (optional, local mode only): The branch to diff against (e.g.,
main,develop). Auto-detected if not provided.
Procedure
0. Verify GitHub CLI Authentication
gh auth status
If this command fails, stop and ask the user to authenticate with gh auth login.