review

Solid

Structured code review with parallel audit agents, confidence-scored triage, and optional auto-fix. Examines uncommitted changes, staged diffs, commit ranges, or specific paths. Produces a tiered report (MUST-FIX / RECOMMENDED / NIT) backed by evidence, then optionally applies fixes with verification.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:review Triage the diff, audit it through independent lenses, confidence-score every finding, run cross-model adversarial validation, and deliver a verdict. No separate "go" step required -- the review runs end to end. ## Mandatory File Loading ### PHASE 0 — Bootstrap (always, before reading any input) ``` 1. ../../shared/includes/codesift-setup.md -- [READ | MISSING -> STOP] ``` This is the ONLY file loaded before reading the diff. ### PHASE 0.5 — Classify (read diff, determine content type) After CodeSift setup, read the git diff. Classify content type: - **prod-only:** diff touches production files only (no `*.test.*`, `*.spec.*`) - **test-only:** diff touches test files only - **mixed:** diff touches both production and test files Print: `[CLASSIFIED] Diff type: {prod-only|test-only|mixed}` ### PHASE 1 — Conditional Load (based on diff type) | Include | prod-only | test-only | mixed | |---------|-----------|-----------|-------| | `../../shared/includes/env-compat.md` | Full | Full | Full | | `../../shared/includes/quality-gates.md` | CQ1-CQ29 section only* | Q1-Q19 section only** | Full | | `../../shared/includes/cross-provider-review.md` | Full | Full | Full | | `../../rules/cq-patterns.md` or `cq-patterns-core.md` | Per code type*** | **SKIP** | Per code type*** | | `../../rules/cq-checklist.md` | TIER 1+ | **SKIP** | TIER 1+ | | `../../rules/testing.md` | **SKIP** | Full | Full | | `../../rules/security.md` | If security signals | **SKIP** | If s...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category