Cmd Review banner
bouroo bouroo

Cmd Review

Development community

Description

--- description: "Review phase (PROVE) review current code changes for quality, safety, and performance, grouped by severity with a verdict. Use to review a diff (trusts the author; for adversarial re-verification use judge)." argument-hint: "[target] [--against=<ref>] [--focus=<security|performance|correctness|tests>]" --- # Review Code Review A thorough, language-agnostic code review of the current changes, reported by severity. Part of the **PROVE** phase. (Review trusts the author's eviden

Installation

Installs to ~/.claude/skills/bouroo-agents-cmd-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bouroo-agents-cmd-review && curl -fsSL https://raw.githubusercontent.com/bouroo/agents/HEAD/commands/cmd-review.md -o ~/.claude/skills/bouroo-agents-cmd-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository