Subchapter 8.3
assets/report.mdMarkdown7 KBView on GitHub
Use this framework to interpret LLM scoring results and present them to the SME.
Each dimension is scored 1-5. The overall score is the mean of all dimensions.
| Score | Meaning |
|---|---|
| 5 | Excellent — genuinely outstanding on this dimension |
| 4 | Good — minor improvements possible but solid |
| 3 | Adequate — functional but has clear room for improvement |
| 2 | Needs work — notable issues that should be addressed |
| 1 | Poor — fundamental problems on this dimension |
When a dimension scores low, use this guidance to advise the SME on what to fix.
Low clarity means the instructions are ambiguous or confusing. Common causes:
Advice: Rewrite ambiguous sections to have exactly one interpretation. Declare all dependencies and prerequisites explicitly. Use consistent formatting and logical section ordering.
Low actionability means an agent cannot follow the instructions step-by-step. Common causes:
Advice: Convert abstract guidance into numbered steps. Add examples. Fill in any gaps where an agent would need to guess what to do next.
Low token efficiency means the content is bloated relative to its instructional value. Common causes:
Advice: Cut redundant sections. Replace verbose explanations with concise directives. Remove boilerplate. Every sentence should teach the agent something it needs to know.
Low scope discipline means the skill sprawls beyond its stated purpose. Common causes:
Advice: Split broad skills into focused ones. Remove content that doesn’t directly serve the skill’s stated purpose. If the skill mentions other languages or frameworks, ensure those references are clearly delineated.
Low directive precision means the skill hedges when it should be direct. Common causes:
Advice: Replace hedged language with precise directives (must, always, never, ensure). Add explicit conditions for branching paths. Make it clear what is required vs optional.
Low novelty means the content mostly restates what the model already knows from training data. This is the most important quality signal for deciding whether a skill justifies its context window cost.
Score below 3 — warning sign: The skill may not contribute enough value. The SME should critically evaluate whether the skill teaches the agent something genuinely new. Common low-novelty patterns:
Advice: Focus the skill on what is genuinely proprietary or non-obvious: internal API conventions, organization-specific workflows, undocumented gotchas, non-standard configurations, or domain knowledge not available in public docs. Cut or heavily compress sections that just restate public knowledge.
For deeper context on why novelty matters and the research behind it, refer the SME to: https://agentskillreport.com/ (opens in a new tab)
Low instructional value means the reference is abstract rather than practically useful. Common causes:
Advice: Add concrete, copy-pasteable code examples. Include actual API signatures. Show patterns the agent can use directly, not just descriptions of concepts.
Low skill relevance means the reference includes content unrelated to the parent skill’s purpose. Common causes:
Advice: Curate reference files tightly to the skill’s purpose. Remove sections that an agent would never need for the skill’s specific task. If a reference covers too broad a scope, extract only the relevant portions.
Present results to the SME in this order:
Structural validation: Did the skill pass? List any errors (blocking) or warnings (non-blocking).
SKILL.md scores: Show the per-dimension breakdown with the overall score. Highlight any dimension at 2 or below.
Reference file scores (if applicable): Show the per-file breakdown so the SME can see exactly which reference files need attention. Flag any file with an overall score below 3 or any individual dimension at 2 or below.
Novelty assessment: Explicitly call out whether the mean novelty score
meets the threshold of 3. If it doesn’t, this is the most important finding
in the review. List the novel_info details for each file — these tell the
SME what the LLM identified as genuinely new. The SME should verify these
claims are accurate, since the LLM may hallucinate or miss truly novel
content.
Prioritized action items: List specific things the SME should fix, ordered by impact. Structural errors first, then low-novelty concerns, then other low-scoring dimensions.
Publish recommendation: One of: