From d0a84db17781bf963e1c6484e1fc4be48564e0c4 Mon Sep 17 00:00:00 2001 From: Hawthorn <217181565+lamenting-hawthorn@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:08:31 +0530 Subject: [PATCH] Update agents/agent-evaluator.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- agents/agent-evaluator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/agent-evaluator.md b/agents/agent-evaluator.md index dbb7a904..fba475f7 100644 --- a/agents/agent-evaluator.md +++ b/agents/agent-evaluator.md @@ -1,6 +1,6 @@ --- name: agent-evaluator -description: Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concision). Use after any non-trivial task when the user wants a quality assessment, or when the agent-self-evaluation skill is active. Produces structured scorecard with evidence and improvement suggestions. +description: Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, conciseness). Use after any non-trivial task when the user wants a quality assessment, or when the agent-self-evaluation skill is active. Produces structured scorecard with evidence and improvement suggestions. tools: ["Read", "Grep", "Glob", "Bash"] model: sonnet ---