Agent Quality Reviewer banner
marvinrichter marvinrichter

Agent Quality Reviewer

Development community

Description

--- 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

Installation

Terminal
claude install-skill https://github.com/marvinrichter/clarc/blob/main/agents/agent-quality-reviewer.md

Full documentation available on GitHub

View Source Repository