review

Analyze diff/PR changes to extract structured findings with severity and a merge verdict.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews are often fragmented and prone to missing critical signals. This Skill standardizes reviews by producing structured findings with severity levels across dimensions (correctness, design, safety, maintainability, consistency) and a consolidated merge verdict, with an optional deep-panel fanout for parallel perspectives.

Core Features & Use Cases

  • Structured findings with severity levels across dimensions and a clear merge verdict
  • Deep panel fanout to gather parallel perspectives via panel-run review-fanout
  • Distinguishes diff-level review from repo-wide audits, security-depth reviews, and release-readiness checks
  • Triggers: review this PR, code review, check this diff, look at these changes, before-merge review

Quick Start

Provide the PR diff or branch reference and run the /ultraprompt:review command to start the analysis.

Frequently Asked Questions about review

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

FAQPage Schema
How do I get a structured merge verdict from a pull request diff?

A pull request review analyzes your diff to extract structured findings with severity levels across dimensions like correctness, design, and safety, consolidating them into a clear merge verdict. You provide the PR diff or branch reference to initiate the analysis.

What dimensions are covered during a code risk assessment for a PR?

A code risk assessment evaluates correctness, design, safety, maintainability, and consistency. It produces evidence-based guidance and clear action items suitable for governance and integration workflows.

Can I run multi-branch code reviews with parallel perspectives?

Yes, you can run multi-branch code reviews using a deep panel fanout. This gathers parallel perspectives via a panel-run review-fanout to provide comprehensive risk assessment across the diff.

Does this pull request review work for documentation and tests?

Yes, the pull request review applies to code, docs, and tests. It distinguishes diff-level reviews from repo-wide audits, security-depth reviews, and release-readiness checks.

What is the difference between a diff-level review and a release-readiness check?

A diff-level review analyzes specific PR changes for structured findings and a merge verdict, while a release-readiness check evaluates broader release criteria. The Skill explicitly distinguishes these review scopes.