claude-review

Review a change with Claude finder agents and independent verification over a fixed range.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/hacker-cb/claude-code-plugins --skill claude-review-hacker-cb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-review
Source: https://github.com/hacker-cb/claude-code-plugins/tree/main/plugins/hcb-dev/skills/claude-review
Command: npx skills add https://github.com/hacker-cb/claude-code-plugins --skill claude-review-hacker-cb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting a consistent, verified code review of a change is hard when findings come from a single unchecked pass. This Skill runs one review round using Claude's own finder agents — one per angle of the chosen rung — and has every candidate finding checked by an independent verifier, returning verified findings plus a coverage record without ever modifying the code. ## Core Features & Use Cases - Angle-based finder agents: Launches one agent per review angle at the rung (medium or high) the caller fixes, over the range the caller pins. - Independent verification: Where the session can launch agents, every candidate finding within the rung's budget is checked by an independent verifier before being reported. - Review-only contract: Returns findings and a coverage record and never fixes anything, leaving decisions to the caller. - Use Case: A pipeline, batch worker, or subagent needs a review pinned to a specific commit range with verified findings handed back, or a user asks for a Claude review of the current change. ## Quick Start Ask the AI to run a Claude review of the current change at the medium rung and return the verified findings.

Frequently Asked Questions about claude-review

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

FAQPage Schema
How do I run a Claude code review on a specific change range?▼

Invoke the skill with the range pinned by the caller and a rung of medium or high. It launches one finder agent per angle of that rung and returns verified findings with a coverage record.

What is the difference between claude-review and multi-review?▼

claude-review uses only Claude's finder agents as its single source. For security angles and a Codex pass in the same round, use hcb-dev:multi-review instead.

Does claude-review fix the issues it finds?▼

No, it is strictly review-only. It returns the verified findings and coverage record and lets the caller decide what to fix.

When should I use the built-in /code-review instead?▼

Use the built-in /code-review, typed by the user, when you need more than the high rung. claude-review covers only the medium and high rungs and should be invoked deliberately, not auto-triggered on every change.

What happens if the session cannot launch agents?▼

Independent verification of candidate findings depends on the session's ability to launch agents. Without it, the verifier step that checks each candidate within the rung's budget cannot run.