Review All Prs banner
shakacode shakacode

Review All Prs

Git community

Description

--- description: Review all open PRs or a specific PR with comprehensive code analysis --- You are tasked with reviewing pull requests in this repository and posting comprehensive code review feedback directly to GitHub. ## Usage Modes **Review all PRs**: `/review-all-prs` **Review specific PR**: `/review-all-prs 347` (reviews only PR #347) **Dry-run mode**: `/review-all-prs --dry-run` (shows reviews without posting to GitHub) **Dry-run specific PR**: `/review-all-prs 347 --dry-run` # Instru

Installation

Installs to ~/.claude/skills/shakacode-claude-code-commands-skills-agents-review-all-prs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shakacode-claude-code-commands-skills-agents-review-all-prs && curl -fsSL https://raw.githubusercontent.com/shakacode/claude-code-commands-skills-agents/HEAD/commands/review-all-prs.md -o ~/.claude/skills/shakacode-claude-code-commands-skills-agents-review-all-prs/SKILL.md

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

Full documentation available on GitHub

View Source Repository