GeiserX

Review Pr! — Git skill for Claude Code

Git community

Comprehensive multi-perspective review of this PR.

How to install Review Pr!

Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-review-pr-/SKILL.md

Terminal
mkdir -p ~/.claude/skills/geiserx-claude-code-parallel-skills-review-pr- && curl -fsSL https://raw.githubusercontent.com/GeiserX/claude-code-parallel-skills/HEAD/skills/review-pr!.md -o ~/.claude/skills/geiserx-claude-code-parallel-skills-review-pr-/SKILL.md

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

What Review Pr! does

Comprehensive multi-perspective review of this PR. Spawn all reviewers simultaneously, synthesize into a severity-ranked verdict.

$ARGUMENTS


Setup

Get the full diff (`git diff main...HEAD`), PR description, and affected modules. Give the FULL diff to every reviewer.

Review Panel (launch ALL at once)

Each reviewer outputs findings as: SEVERITY (critical/high/medium/low/nit) + file:line + description.

  1. Logic Auditor (oh-my-claudecode:code-reviewer) — Correctness. Off-by-ones

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
  • PR Review Toolkit — Specialized agents for reviewing pull requests 14k ★

Full documentation available on GitHub

View Source Repository