CtrlK
BlogDocsLog inGet started
Tessl Logo

eval-harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

Install with Tessl CLI

npx tessl i github:affaan-m/everything-claude-code --skill eval-harness
What are skills?

47

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Discovery

7%

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 too abstract and jargon-heavy to be useful for skill selection. It fails to specify concrete actions, lacks natural trigger terms users would say, and provides no guidance on when Claude should select this skill. The only distinguishing element is the mention of 'Claude Code sessions' and 'EDD'.

Suggestions

Add specific concrete actions the skill performs, e.g., 'Evaluates code quality, runs automated assessments, generates evaluation reports for Claude Code sessions'

Include a 'Use when...' clause with natural trigger terms like 'evaluate my code', 'assess session quality', 'run EDD checks', 'code review'

Replace or explain the technical acronym 'EDD' with user-friendly language that describes what evaluation-driven development means in practice

DimensionReasoningScore

Specificity

The description uses vague language like '正式评估框架' (formal evaluation framework) and '评估驱动开发原则' (EDD principles) without listing any concrete actions. No specific capabilities like 'run tests', 'generate reports', or 'validate code' are mentioned.

1 / 3

Completeness

Only vaguely addresses 'what' (evaluation framework) without specifics, and completely missing 'when' guidance. No 'Use when...' clause or equivalent trigger guidance is provided.

1 / 3

Trigger Term Quality

Contains technical jargon ('评估驱动开发/EDD') that users would not naturally say. Missing natural trigger terms users might use like 'evaluate', 'test', 'assess code', 'review session', or similar actionable keywords.

1 / 3

Distinctiveness Conflict Risk

The mention of 'Claude Code sessions' and 'EDD' provides some specificity to distinguish from generic evaluation tools, but '评估框架' (evaluation framework) is still broad enough to potentially conflict with other testing or assessment skills.

2 / 3

Total

5

/

12

Passed

Implementation

62%

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

This skill provides a comprehensive framework for evaluation-driven development with clear workflow phases and good structural organization. However, it suffers from verbosity in explaining concepts Claude already knows (EDD philosophy, metric definitions) and lacks truly executable code—most examples are templates or pseudocode rather than copy-paste ready implementations.

Suggestions

Remove or drastically condense the Philosophy section and metric explanations (pass@k, pass^k) - Claude understands these concepts

Provide actual executable implementation for the /eval commands rather than just showing the command syntax

Replace pseudocode bash examples with real, working scripts that could be placed in .claude/evals/

Consider splitting detailed grader implementations and storage schemas into separate reference files

DimensionReasoningScore

Conciseness

The skill includes some unnecessary explanatory content (e.g., philosophy section, explaining what pass@k means in detail) that Claude would already understand. The examples are helpful but could be more condensed.

2 / 3

Actionability

Provides markdown templates and bash examples, but many are pseudocode or placeholder patterns rather than executable code. The /eval commands reference a system that isn't defined with actual implementation details.

2 / 3

Workflow Clarity

Clear 4-phase workflow (Define → Implement → Evaluate → Report) with explicit checkpoints. The example at the end demonstrates the complete flow with validation steps and success criteria.

3 / 3

Progressive Disclosure

Content is reasonably organized with clear sections, but everything is in one monolithic file. References to .claude/evals/ storage structure are mentioned but no links to separate detailed documentation for complex topics like grader implementation.

2 / 3

Total

9

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

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.