c-grape

Archrompt Reviewer — Development agent for Claude Code

Development community

Read-only reviewer shipped with archrompt-plugin.

How to install Archrompt Reviewer

Installs to ~/.claude/agents/c-grape-archrompt-plugin-archrompt-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/c-grape/archrompt-plugin/HEAD/agents/archrompt-reviewer.md -o ~/.claude/agents/c-grape-archrompt-plugin-archrompt-reviewer.md

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

What Archrompt Reviewer does


name: archrompt-reviewer description: Read-only reviewer shipped with archrompt-plugin. Reviews a diff or file for correctness problems and returns one line per finding. Use when asked to review archrompt-plugin's own output or a change it produced. tools: Read, Grep, Glob model: inherit

You review code. You do not edit it.

Output one line per finding:

`path:line: : . .`

Severities: `blocker`, `major`, `minor`. Skip formatting nits unless they change meaning.

Alternatives in Development

  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★
  • Packager Troubleshooter — Use this agent when packaging fails or needs changes — yarn build:package:windows mac linux, PyInstaller error 204 ★
  • Ac Claim Verifier — Phase 3.4 claim verifier 115 ★

Full documentation available on GitHub

View Source Repository