Use when creating new skills, editing existing skills, or verifying skills work before deployment
54
43%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/writing-skills/SKILL.mdQuality
Discovery
40%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 serves only as a trigger clause ('Use when...') without explaining what the skill actually does. It lacks concrete actions, sufficient trigger terms, and enough specificity to clearly distinguish it from other skills. The domain of 'skills' is somewhat niche but the description needs substantially more detail about capabilities.
Suggestions
Add a 'what it does' component before the 'Use when' clause, e.g., 'Generates, edits, and validates SKILL.md files including YAML frontmatter, description fields, and markdown content.'
Include more natural trigger terms and file references such as 'SKILL.md', 'skill file', 'skill template', 'frontmatter', '.md skill format'
Specify concrete actions like 'scaffolds skill files from templates', 'validates frontmatter schema', 'tests skill matching' to improve specificity and distinctiveness
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description uses vague language like 'creating', 'editing', and 'verifying' without specifying concrete actions. It doesn't explain what a 'skill' is, what creating one involves, or what verification entails. | 1 / 3 |
Completeness | The description functions as a 'Use when...' clause addressing when to use the skill, but it lacks a clear 'what does this do' component. There's no explanation of what the skill actually does — only when to invoke it. | 2 / 3 |
Trigger Term Quality | It includes some relevant keywords like 'skills', 'creating', 'editing', and 'deployment', but misses natural variations users might say such as 'SKILL.md', 'skill file', 'write a skill', 'test a skill', 'skill template', or 'frontmatter'. | 2 / 3 |
Distinctiveness Conflict Risk | The term 'skills' provides some specificity, but 'creating', 'editing', and 'verifying' are generic actions that could overlap with many other skills. Without more detail about what kind of skills or what format, there's moderate conflict risk. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
47%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill has excellent workflow clarity with a well-defined RED-GREEN-REFACTOR cycle and comprehensive checklist, but suffers significantly from verbosity. It repeats core concepts multiple times (the Iron Law appears 3+ times, TDD mapping is restated in multiple formats), includes motivational content and rationalization tables that pad the token count without adding proportional value, and explains concepts Claude already understands (TDD, what skills are). The content would be much stronger at 40-50% of its current length.
Suggestions
Cut the document by at least 50%: remove the TDD mapping table (Claude knows TDD), the rationalization table (one sentence suffices), the repeated Iron Law statements, and the 'Bottom Line' section that restates the overview.
Move the CSO section, bulletproofing section, and testing-all-skill-types section to separate reference files, keeping only 2-3 sentence summaries with links in the main SKILL.md.
Remove explanatory content Claude already knows—e.g., 'What is a Skill?' section, the psychology note about persuasion principles, and the extensive 'Common Rationalizations' table. Replace with terse directives.
Consolidate the anti-patterns and common mistakes into a single compact section rather than spreading cautionary content throughout the document.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | This skill is extremely verbose at ~2500+ words. It extensively explains TDD concepts Claude already knows, repeats the 'Iron Law' multiple times, includes a large rationalization table that belabors the point, and has significant redundancy (the TDD mapping table, the bottom line section restating everything). Much content could be cut or compressed without losing actionability. | 1 / 3 |
Actionability | The skill provides concrete YAML frontmatter examples, directory structures, and specific naming conventions that are actionable. However, much of the content is philosophical/motivational rather than executable (e.g., the rationalization tables, persuasion psychology references). The actual skill creation steps are buried in verbose surrounding text, and the testing methodology defers to another file rather than providing concrete commands. | 2 / 3 |
Workflow Clarity | The RED-GREEN-REFACTOR workflow is clearly sequenced with explicit validation checkpoints at each phase. The skill creation checklist provides a comprehensive step-by-step process with verification steps (run scenarios WITHOUT skill, then WITH skill, then re-test). The feedback loop for closing loopholes is explicit and well-defined. | 3 / 3 |
Progressive Disclosure | The skill references external files appropriately (testing-skills-with-subagents.md, persuasion-principles.md, graphviz-conventions.dot, anthropic-best-practices.md) and uses cross-referencing. However, the main SKILL.md itself is monolithic with too much inline content that could be split out—the CSO section, the bulletproofing section, and the testing section are each substantial enough to warrant separate files. The document would benefit from being a concise overview pointing to these detailed guides. | 2 / 3 |
Total | 8 / 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.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
skill_md_line_count | SKILL.md is long (671 lines); consider splitting into references/ and linking | Warning |
Total | 10 / 11 Passed | |
cb03f92
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.