pr-review

Coordinate parallel analyzers to produce a unified PR review report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/satriachandrayw/skills --skill pr-review-satriachandrayw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/satriachandrayw/skills/tree/main/pr-review/skills/pr-review
Command: npx skills add https://github.com/satriachandrayw/skills --skill pr-review-satriachandrayw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a comprehensive PR review by coordinating multiple specialized analyzers to deliver a thorough, structured code assessment.

Core Features & Use Cases

  • Context gathering: collects diff, commits, changed files, and dependency impact for the PR.
  • Parallel analysis: runs security, conventions, impact, and classification analyzers concurrently for speed and coverage.
  • Synthesis and reporting: compiles analyzer results into a cohesive, actionable PR review with clear recommendations.
  • Environment-aware workflows: supports local branch reviews and CI-based PR reviews with appropriate templates and posting behavior.

Quick Start

Invoke the /pr-review command to start a multi-phase PR review on the current branch or a specified PR.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate a comprehensive pull request review across multiple analyzers?

Automated pull request review is orchestrated by running parallel analyzers for security, conventions, and impact, compiling the results into a unified, actionable report with clear recommendations.

Can I run a code review on a local branch diff instead of a CI-provided PR?

Yes, code review supports local branch diffs by using base and head SHAs to gather context, switching to environment-aware workflows that analyze changed files and dependency impact locally.

How does parallel code analysis improve PR review speed and coverage?

Parallel code analysis improves PR review speed by running security, conventions, impact, and classification analyzers concurrently, maximizing coverage while reducing the time to synthesize a cohesive report.

What is the best way to coordinate architectural and security reviews for a pull request?

The best way to coordinate architectural and security reviews is to orchestrate specialized analyzers in parallel, gathering diff and dependency impact data to produce a structured, comprehensive code assessment.

Do I need git context and environment detection to perform an automated PR review?

Yes, automated PR review requires git context and environment detection to switch between local and CI workflows, relying on base/head SHAs or PR numbers to drive the analysis.

What context is gathered during a multi-phase pull request analysis?

During a multi-phase pull request analysis, context gathering collects the diff, commits, changed files, and dependency impact to drive parallel analyzers and synthesize a cohesive review report.