Review Pr
Comprehensive PR review using specialized agents — code quality, security, and language-specific patterns.
Input: $ARGUMENTS — PR number or URL. If blank, review the current branch's PR.
Run a multi-agent PR review in parallel.
Steps:
- Identify PR:
gh pr viewto get details, changed files, and diff - Find project guidance:
CLAUDE.md, lint config, language config, conventions - Run agents in parallel:
code-reviewer— logic, correctness, maintainability, missing testssecurity-reviewer— OWASP Top 10, secrets, auth, injection, sensitive data- Language-specific agent based on detected stack:
typescript-reviewer/python-reviewer/go-reviewer/rust-reviewer
- Aggregate: dedupe overlapping findings; rank CRITICAL → HIGH → MEDIUM → LOW
- Report + post: findings grouped by severity, then
gh pr reviewcomment
Confidence rule: only report issues with ≥80% confidence.