LLM-as-a-Judge quality gate. Evaluates staged code changes for correctness, completeness, and safety before commit. Returns a JSON verdict (APPROVE / NEEDS_REVIEW / REJECT) with scores and specific issues.
$curl -o .claude/agents/output-evaluator.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/output-evaluator.mdInstalls into the current project.
Install output-evaluator by running `curl -o .claude/agents/output-evaluator.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/output-evaluator.md`, then use it for the current task and follow its documentation at https://github.com/kumaran-is/claude-code-onboarding.