Reviewpr banner
awattar awattar

Reviewpr

Git community

Description

--- description: Thoroughly review a GitHub pull request and submit structured feedback argument-hint: <pr-number> --- # Claude Code User Command: Reviewpr This command helps you thoroughly review GitHub pull requests specified in $ARGUMENTS. ## Usage To review a pull request, just type: ``` /reviewpr <pr-number> ``` ## What This Command Does 1. Fetches PR details and diff for $ARGUMENTS using GitHub CLI (`gh`). 2. Checks CI/CD status and checks out the PR locally. 3. Reviews code quality

Installation

Installs to ~/.claude/commands/awattar-claude-code-best-practices-reviewpr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/awattar/claude-code-best-practices/HEAD/.claude/commands/reviewpr.md -o ~/.claude/commands/awattar-claude-code-best-practices-reviewpr.md

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

Full documentation available on GitHub

View Source Repository