Use when the user asks to "create a metric", "write a metric", "design a metric", "build a metric for", "evaluate agent performance", "measure call quality", "track a KPI", "add a workflow metric", "improve my metric", "fix a metric", "debug metric results", "set up quality scoring", or "what metrics do I need". Also relevant when discussing LLM judge prompts, custom code metrics, evaluation triggers, VALID_SKIP patterns, section extraction, or metric best practices for Cekura voice AI agents. Covers both creating new metrics and reviewing, iterating on, or troubleshooting existing ones.
81
71%
Does it follow best practices?
Impact
98%
1.38xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./cekura/skills/cekura-metric-design/SKILL.mdQuality
Discovery
72%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description excels at trigger term coverage and distinctiveness, with an extensive list of natural user phrases and a clear niche (Cekura voice AI agent metrics). However, it is heavily weighted toward 'when to use' at the expense of clearly explaining 'what it does' — the actual capabilities and outputs of the skill are only vaguely implied rather than explicitly stated.
Suggestions
Add a clear opening sentence describing what the skill does concretely, e.g., 'Designs, builds, and debugs quality metrics for Cekura voice AI agents, including LLM judge prompts, custom code metrics, and evaluation scoring configurations.'
List 3-5 specific concrete actions the skill performs (e.g., 'generates LLM judge prompt templates', 'configures VALID_SKIP patterns', 'creates section extraction rules') before the trigger term list.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description mentions some actions like 'creating new metrics', 'reviewing', 'iterating on', 'troubleshooting existing ones', and references domain concepts like 'LLM judge prompts', 'custom code metrics', 'evaluation triggers', 'VALID_SKIP patterns', 'section extraction'. However, it doesn't clearly list concrete specific actions the skill performs — it's more focused on trigger terms than describing what the skill actually does. | 2 / 3 |
Completeness | The 'when' is extremely well covered with explicit 'Use when...' triggers. However, the 'what does this do' part is weak — the description never clearly states what the skill actually does or produces. It lists triggers and topics but doesn't explain the concrete capabilities or outputs. | 2 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms users would say: 'create a metric', 'write a metric', 'evaluate agent performance', 'measure call quality', 'track a KPI', 'fix a metric', 'debug metric results', 'set up quality scoring', 'what metrics do I need'. These are highly natural phrases a user would actually type. | 3 / 3 |
Distinctiveness Conflict Risk | The description is highly specific to Cekura voice AI agents, metric creation/debugging, LLM judge prompts, and VALID_SKIP patterns. This clear niche makes it very unlikely to conflict with other skills. | 3 / 3 |
Total | 10 / 12 Passed |
Implementation
70%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, comprehensive skill for a complex domain. Its greatest strengths are workflow clarity (clear sequencing with validation checkpoints, cost guards, and iteration loops) and progressive disclosure (clean separation of overview from detailed references). The main weaknesses are moderate verbosity in some sections and the deferral of concrete executable examples to reference files, which means the main skill body is more procedural guidance than copy-paste actionable. Overall, it's a strong skill that could be tightened slightly.
Suggestions
Include at least one complete, minimal metric JSON payload inline (e.g., a simple llm_judge metric creation request) so the skill body is independently actionable without loading reference files.
Tighten the 'Spirit vs Letter' and 'Core Terminology' sections — the examples are valuable but the framing text could be reduced by ~30% without losing clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is comprehensive but includes some unnecessary explanation (e.g., the 'Spirit vs Letter' section is somewhat verbose, and the Core Terminology section explains concepts that could be more terse). However, most content earns its place — the tables, patterns, and operational rules are dense with actionable information. It's long but not padded with things Claude already knows. | 2 / 3 |
Actionability | The skill provides strong conceptual guidance with specific patterns (VALID_SKIP, trigger templates, section extraction) and concrete field names, but lacks executable code examples inline — most are deferred to reference files. The trigger prompt template is copy-paste ready, but the metric creation workflow is procedural guidance without concrete API call examples or complete metric JSON payloads in the main file. | 2 / 3 |
Workflow Clarity | The metric creation workflow is clearly sequenced (6 steps) with explicit validation checkpoints (step 5: deploy and test, step 6: iterate). The 'Manual Fix First, Then Labs' section provides a clear feedback loop with specific sample sizes. The cost guard rule includes an explicit validation step before batch operations. The two-step activation requirement is clearly called out to prevent silent failures. | 3 / 3 |
Progressive Disclosure | Excellent progressive disclosure structure: the main file provides overview and key patterns, then clearly signals one-level-deep references to specific files (references/prompt-patterns.md, references/advanced-patterns.md, references/pythonic-patterns.md, references/api-reference.md) and example files. References are well-signaled with bold labels and context about what each contains. The Additional Resources section provides a clean navigation index. | 3 / 3 |
Total | 10 / 12 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
24ad1d0
Table of Contents
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.