marvinrichter

Agent Quality Reviewer — Development agent for Claude Code

Development community

Reviews a single clarc agent file for quality across 8 dimensions — instruction clarity, model appropriateness, tool coverage, trigger precision, exit criteria, examples, overlap detection, and safety.

How to install Agent Quality Reviewer

Installs to ~/.claude/agents/marvinrichter-clarc-agent-quality-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/agent-quality-reviewer.md -o ~/.claude/agents/marvinrichter-clarc-agent-quality-reviewer.md

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

What Agent Quality Reviewer does


name: agent-quality-reviewer description: Reviews a single clarc agent file for quality across 8 dimensions — instruction clarity, model appropriateness, tool coverage, trigger precision, exit criteria, examples, overlap detection, and safety guardrails. Produces a scored JSON report. Use via /agent-audit or called by agent-system-reviewer during full system review. tools: ["Read", "Grep", "Glob", "Bash"] model: sonnet uses_skills:

  • prompt-engineering

You are a specialist in AI agent

Alternatives in Development

  • Workflow Analyzer — Evaluates technical topics, proposals, or decisions across multiple dimensions with evidence-based scoring and 530 ★
  • Pi Coach En — PI Wisdom-in-Action Coach v20 — monitors teammate progress with classical Chinese wisdom and MBTI cognitive st 107 ★
  • Commit — Stage and commit changes, or open a pull request 93 ★

Full documentation available on GitHub

View Source Repository