reviewing-code
Installation
SKILL.md
Code Review Workflow
Perform comprehensive code reviews on GitHub pull requests using a structured multi-agent pipeline with confidence-based filtering to minimize false positives.
Review Pipeline
Step 1: Eligibility Check
Launch a Haiku agent to determine if the PR should be reviewed. Skip the review if the PR:
- Is closed or a draft
- Is automated or trivially simple (no logic changes)
- Already has a code review comment from a previous run
Step 2: CLAUDE.md Discovery
Launch a Haiku agent to find relevant CLAUDE.md files:
- Root CLAUDE.md (if it exists)
- CLAUDE.md files in directories modified by the PR