Pr Reviews banner
jayminwest jayminwest

Pr Reviews

Git community

Description

--- name: pr-reviews --- ## intro Review open pull requests for code quality, project alignment, and risks. **Argument:** `$ARGUMENTS` — optional PR number(s) to review (e.g., `9` or `9 12 15`). If empty, review all open PRs. ## Steps ### 1. Discover PRs to review - If `$ARGUMENTS` contains PR number(s), use those - Otherwise, run `gh pr list --state open --json number,title,author,headRefName,additions,deletions` to get all open PRs - If there are no open PRs, say so and stop ### 2. Spaw

Installation

Installs to ~/.claude/commands/jayminwest-mulch-pr-reviews.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jayminwest/mulch/HEAD/.claude/commands/pr-reviews.md -o ~/.claude/commands/jayminwest-mulch-pr-reviews.md

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

Full documentation available on GitHub

View Source Repository