AgentStack
SKILL verified MIT Self-run

Pr Review

skill-dbinky-dbinky-skill-set-pr-review · by dbinky

Use when reviewing a pull request with multi-persona feedback. Spawns sequential sub-agents (Architect, 10x Engineer, Security Expert, Engineering Manager) who post comments to the PR, then interactively lets you choose which fixes to implement.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-dbinky-dbinky-skill-set-pr-review

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pr Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Multi-Persona PR Review

Orchestrate a comprehensive PR review by spawning specialized sub-agents sequentially. Each reviewer posts comments directly to the PR and can see previous reviewers' feedback.

Usage

/pr-review              # Auto-detect PR from current branch
/pr-review 87           # Review specific PR number

Pipeline

Architect (R1) → 10x GSD (R1) → Architect (R2) → 10x GSD (R2) → Security → Manager → [You Choose Fixes] → Senior Engineer

Process

Read and follow the orchestrator instructions exactly:

Orchestrator file: agents/review-orchestrator.md (relative to this plugin's root)

The orchestrator will:

  1. Verify gh CLI is installed and authenticated
  2. Resolve which PR to review (auto-detect or user-specified)
  3. Auto-detect languages and frameworks from the PR diff
  4. Spawn reviewers sequentially with appropriate rule files
  5. Present the manager's findings for interactive fix selection
  6. Dispatch the senior engineer to implement selected fixes

IMPORTANT: Read the orchestrator file using the path ${CLAUDE_PLUGIN_ROOT}/agents/review-orchestrator.md and follow it exactly.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.