CtrlK
BlogDocsLog inGet started
Tessl Logo

advanced-evaluation

Advanced Evaluation skill from sickn33/agentic-awesome-skills

32

Quality

26%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/advanced-evaluation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

52%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is comprehensive and well-researched, providing genuinely useful evaluation patterns with concrete examples and prompt templates. However, it is significantly over-verbose for a skill file—it reads more like a tutorial or whitepaper than a concise reference, extensively explaining concepts Claude already understands (bias types, metric definitions, evaluation taxonomy). The lack of bundle files means all content is crammed into one large document, hurting both conciseness and progressive disclosure.

Suggestions

Reduce the content by 50%+ by removing explanations of concepts Claude already knows (e.g., what position bias is, what Spearman's ρ measures) and keeping only the actionable patterns and templates.

Split the content into bundle files: move the bias landscape, metric selection table, and detailed examples into separate reference files (e.g., BIASES.md, METRICS.md, EXAMPLES.md) and reference them from the main skill.

Remove the 'Core Concepts' section's explanatory framing and convert it to a concise reference table or checklist format that Claude can quickly scan.

Cut the 'Skill Metadata', 'Limitations' boilerplate, and 'Integration' sections which add little actionable value for Claude.

DimensionReasoningScore

Conciseness

The skill is significantly verbose, explaining many concepts Claude already knows well (what position bias is, what LLM-as-a-Judge means, basic evaluation taxonomy). The 'Key insight' framing, extensive bias landscape descriptions, and metric selection tables add substantial token overhead for information that is largely common knowledge for an LLM. The content could be reduced by 50%+ while preserving all actionable value.

2 / 5

Actionability

The skill provides concrete prompt templates, structured JSON output examples, and a clear decision framework. The examples showing direct scoring output, pairwise comparison with position swap, and rubric generation are specific and usable. However, the prompt templates are not fully executable code—they're template strings with placeholders rather than copy-paste-ready implementations in a specific language or framework.

4 / 5

Workflow Clarity

The evaluation pipeline diagram provides a clear sequence, and the pairwise comparison protocol has explicit steps with a consistency check (a form of validation). The anti-patterns section addresses common failure modes. However, there's no explicit error recovery or feedback loop in the pipeline itself—the validation steps are described conceptually rather than as concrete checkpoints with 'if X fails, do Y' instructions.

4 / 5

Progressive Disclosure

The skill is a monolithic ~400-line document with no bundle files to offload content to. The extensive examples, bias landscape, metric selection table, and rubric generation details could all be split into separate reference files. The 'Integration' and 'References' sections reference other skills but the core content itself is not structured for progressive disclosure—everything is inlined in one large file.

2 / 5

Total

12

/

20

Passed

Description

0%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This description is critically deficient across all dimensions. It provides no concrete actions, no trigger terms, no usage guidance, and no distinguishing characteristics. It reads more like a label or title than a functional skill description that Claude could use for skill selection.

Suggestions

Replace the vague title with concrete actions describing what the skill evaluates and how (e.g., 'Evaluates code quality by analyzing complexity metrics, test coverage, and adherence to best practices').

Add an explicit 'Use when...' clause with natural trigger terms that describe scenarios when this skill should be selected (e.g., 'Use when the user asks for code review, quality assessment, or performance evaluation').

Remove the repository reference ('sickn33/agentic-awesome-skills') as it provides no useful information for skill selection, and replace it with domain-specific keywords and synonyms users would naturally use.

DimensionReasoningScore

Specificity

The description is entirely vague with no concrete actions described. 'Advanced Evaluation skill' does not specify what is being evaluated or what actions are performed.

1 / 5

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. There is no explanation of capabilities and no 'Use when...' clause or equivalent guidance.

1 / 5

Trigger Term Quality

No natural keywords a user would say are present. 'Advanced Evaluation' is generic jargon that doesn't match any natural user query. The repository reference 'sickn33/agentic-awesome-skills' adds no useful trigger terms.

1 / 5

Distinctiveness Conflict Risk

The description is entirely generic and could conflict with virtually any skill. 'Advanced Evaluation' provides no distinguishing characteristics to differentiate it from other skills.

1 / 5

Total

4

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.