review

Detect open pull requests and spawn reviewer agents for parallel review.

5|1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ncukondo/reference-manager --skill review-ncukondo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ncukondo/reference-manager/tree/main/.claude/skills/review
Command: npx skills add https://github.com/ncukondo/reference-manager --skill review-ncukondo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Detects all open pull requests and spawns a dedicated reviewer agent for each to accelerate batch review workflows.

Core Features & Use Cases

  • Detect open PRs and spawn per-PR reviewer agents.
  • Coordinate parallel reviews within a pane-limited environment, then orchestrate layout and monitoring.
  • Generate a concise report of spawned agents with PR numbers, branches, and pane IDs, and handle sequential fallbacks when capacity is exceeded.

Quick Start

Run the review skill to automatically detect open PRs and spawn reviewer agents for each.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate batch reviews for multiple open pull requests?

You can automate batch pull request reviews by running this skill to detect all open PRs and spawn a dedicated reviewer agent for each. It coordinates parallel reviews within a pane limit and returns a report listing PR numbers, branches, and pane IDs.

What is the best way to coordinate parallel PR reviews in tmux?

Coordinating parallel PR reviews in tmux is handled by spawning reviewer agents within a pane-limited environment. The orchestration applies a specific layout, starts monitoring, and gracefully sequences remaining reviews when pane capacity is reached.

What happens when pane capacity is reached during pull request orchestration?

When pane capacity is reached during pull request orchestration, the system gracefully sequences remaining reviews. It starts monitoring active agents and holds new ones until capacity frees up, ensuring stable parallel processing.

Do I need any specific dependencies to spawn reviewer agents for open PRs?

No specific external dependencies are required to spawn reviewer agents for open PRs. The skill operates independently using its internal scripts to detect pull requests, manage tmux layouts, and handle orchestration.

How does the monitoring and orchestration work for spawned PR reviewers?

Monitoring and orchestration for spawned PR reviewers work by applying a tmux layout, tracking active sessions, and managing pane limits. The system returns a concise report mapping PR numbers and branches to their respective pane IDs.

Why use an automated orchestration skill for batch PR reviews instead of manual checks?

Using automated orchestration for batch PR reviews accelerates the workflow by spawning multiple dedicated agents simultaneously. It prevents manual context switching, enforces pane limits, and provides a single report tracking all PR numbers, branches, and pane assignments.