uvs-review

Coordinate parallel specialist code reviews over diffs and persist findings.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/utsavanand/uv-suite --skill uvs-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uvs-review
Source: https://github.com/utsavanand/uv-suite/tree/main/skills/uvs-review
Command: npx skills add https://github.com/utsavanand/uv-suite --skill uvs-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-specialist code review orchestration that dispatches subagents in parallel to surface comprehensive findings across security, performance, testing, maintainability, API contracts, and data-migration, with state persistence for downstream actions.

Core Features & Use Cases

  • Parallel specialist dispatch for diffs and consolidated findings
  • Confidence-scored outputs with tier gating and persistent review state
  • Per-session observability and control over /uvs-commit and /ship workflows
  • Focused audits via --security, --slop, or --architecture

Quick Start

Run the review against a target diff to trigger parallel specialists and review the final state at uv-out/review-state.md.

Frequently Asked Questions about uvs-review

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

FAQPage Schema
How do I run a parallel multi-agent code review over a diff?

You can run a parallel multi-agent code review by dispatching focused subagents to analyze a target diff and aggregate their findings. This coordinated orchestration surfaces comprehensive results across security, performance, and maintainability domains.

What is multi-specialist code review orchestration and when do I need it?

Multi-specialist code review orchestration dispatches subagents in parallel to surface comprehensive findings across security, performance, and maintainability. You need it when evaluating complex diffs that require persistent review state for downstream commit workflows.

Can I run focused security or architecture scans on my code diff?

Yes, you can run focused security, slop, or architecture scans on your code diff by passing specific flags. This triggers targeted subagent dispatch to surface specialized findings without executing the full multi-specialist review.

How does confidence scoring and risk gating work for code review findings?

Confidence scoring evaluates aggregated code review findings and applies a tiered risk model to gate the final output. This ensures only validated results are persisted into the review state for downstream commit and ship workflows.

Does parallel code review work with downstream commit and ship workflows?

Yes, parallel code review works with downstream commit and ship workflows by producing a persistent review state stored at uv-out/review-state.md. This provides per-session observability and control over subsequent commit and ship actions.