local-ultrareview

Run three parallel Opus reviews on Git diffs and synthesize an implementation plan.

88|108|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/grandamenium/cortextos --skill local-ultrareview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-ultrareview
Source: https://github.com/grandamenium/cortextos/tree/main/community/skills/local-ultrareview
Command: npx skills add https://github.com/grandamenium/cortextos --skill local-ultrareview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of slow, inconsistent pull request reviews by packaging a rigorous, multi-angle review workflow into a single command.

Core Features & Use Cases

  • Three parallel reviews: correctness, security & performance, and architecture are produced simultaneously into separate review documents.
  • Unified synthesis: an Opus agent consolidates findings into a deduplicated, prioritized summary with critical issues highlighted.
  • Actionable implementation plan: a second Opus agent converts the synthesis into a concrete, per-issue fix plan that the invoking agent can offer to apply.
  • Use cases: reviewing GitHub PRs, auditing changes in a branch, and generating implementation guidance before approving merges.

Quick Start

Run "/local-ultrareview <PR#>" or "/local-ultrareview" on the branch you want reviewed to generate the review, synthesis, and an implementation plan.

Frequently Asked Questions about local-ultrareview

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

FAQPage Schema
How do I run a multi-angle code review on a GitHub PR before merging?

To run a multi-angle code review on a GitHub PR, use a tool that executes parallel reviews for correctness, security, and architecture, then synthesizes the findings into a prioritized implementation plan. This Skill processes Git diffs from a specified PR number via gh pr diff.

What is the best way to generate an implementation plan from code review findings?

Generating an implementation plan from code review findings involves consolidating parallel reviews into a deduplicated summary, then converting that synthesis into a concrete, per-issue fix plan. This Skill automates that process using Opus agents to output persistent session documents.

Can I review my current branch diff against main without specifying a PR number?

Yes, you can review your current branch diff against main without specifying a PR number. Running the review command without a PR argument automatically targets the current branch's diff, generating the same multi-stage review and synthesis outputs.

Does this multi-stage PR review work with standard GitHub pull requests?

Yes, this multi-stage PR review works with standard GitHub pull requests by using the gh pr diff command to extract changes. It requires a local Git environment to process the diff and generate persistent session markdown files for later reference.

How do I apply fixes after a local code review identifies critical issues?

To apply fixes after a local code review identifies critical issues, the review process generates an actionable implementation plan and presents an approval prompt. Once approved, the invoking agent applies the concrete fixes directly to the codebase.