CODEHANCEdocs
← All skills & agents

reviewer

agent

A specialist review agent that checks your build against the blueprint and design before you ship. Delegate to it after implementing a screen or feature.

Install

Install globally

Recommended

Available in every project — Claude Code picks it up from your user agents folder.

$ curl -fsSL https://docs.codehance.com/.well-known/agents/reviewer/AGENT.md -o ~/.claude/agents/reviewer.md --create-dirs

Just this project

Run from the project root to keep the agent scoped to that repo.

$ curl -fsSL https://docs.codehance.com/.well-known/agents/reviewer/AGENT.md -o .claude/agents/reviewer.md --create-dirs

Agents are currently for Claude Code, which reads them from .claude/agents/. Codex and Cursor equivalents will follow when those tools support subagents.

Reviewer

Placeholder agent. This is dummy content used to test the Codehance docs and install pipeline end to end. The real agent instructions will replace this body.

What this agent does

Reviews implemented screens and features against the blueprint screen inventory and the design mockups, and reports anything missing, broken, or off-brand.

When to use it

Delegate to this agent after building a screen or feature, before moving on to the next one.

Instructions

  1. Load the blueprint and design outputs for the current project.
  2. Compare the implementation against them. *(Placeholder — real steps to follow.)*
  3. Report findings ordered by severity. *(Placeholder — real steps to follow.)*