Review Pr banner
amantus-ai amantus-ai

Review Pr

Git community

Description

# /review-pr Perform a comprehensive code review of the current pull request using parallel sub-agents powered by Claude and Gemini, with results intelligently merged. ## Usage ``` /review-pr [options] ``` Options: - `--focus <area>` - Focus on specific areas. Valid values: `security`, `performance`, `tests`, `architecture`, `documentation`, `all` - `--gemini-only` - Perform the review only with gemini CLI ## Description This command performs a thorough code review of the current branch's

Installation

Installs to ~/.claude/commands/amantus-ai-vibetunnel-review-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/amantus-ai/vibetunnel/HEAD/.claude/commands/review-pr.md -o ~/.claude/commands/amantus-ai-vibetunnel-review-pr.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository