Comprehensive content quality and maintenance assessment. Evaluates documentation quality, relevance, maintenance needs, and provides actionable recommendations.
46
33%
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/audit-content/SKILL.mdQuality
Discovery
32%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 provides a reasonable overview of the skill's purpose but suffers from lack of explicit trigger guidance and overly abstract language. It tells Claude this skill evaluates documentation but doesn't specify concrete actions or when to choose it over other skills. The absence of a 'Use when...' clause significantly limits its effectiveness for skill selection.
Suggestions
Add an explicit 'Use when...' clause with trigger terms like 'audit documentation', 'review content quality', 'check for outdated docs', 'documentation health check'
Replace abstract terms like 'comprehensive assessment' with specific actions: 'identifies outdated sections, checks link validity, scores readability, flags inconsistencies'
Include file type or context triggers such as 'markdown files', 'README', 'wiki pages', or 'technical documentation' to improve distinctiveness
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (content/documentation quality) and some actions (evaluates, provides recommendations), but lacks concrete specific actions like 'checks for broken links', 'identifies outdated sections', or 'scores readability'. | 2 / 3 |
Completeness | Describes what it does (evaluates documentation quality) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. | 1 / 3 |
Trigger Term Quality | Includes some relevant terms like 'documentation quality', 'maintenance', and 'relevance', but misses natural user phrases like 'review my docs', 'audit content', 'check documentation', or 'outdated docs'. | 2 / 3 |
Distinctiveness Conflict Risk | Somewhat specific to documentation/content assessment, but 'content quality' and 'recommendations' are broad enough to potentially overlap with writing assistance, editing, or general review skills. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
35%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 reasonable high-level framework for content auditing but lacks the concrete, executable guidance needed for Claude to actually perform the task. The workflow describes concepts rather than providing specific commands, code snippets, or detailed criteria. The structure is decent but would benefit from explicit validation steps and more actionable implementation details.
Suggestions
Add concrete code or command examples for scanning files, checking dates, and validating links (e.g., Python snippets using os.walk, pathlib, or requests for link checking)
Provide specific, measurable criteria for quality assessment (e.g., 'Clarity: Flesch reading score > 60' or 'Completeness: must include X, Y, Z sections')
Add validation checkpoints between steps (e.g., 'Verify inventory is complete before proceeding to quality assessment')
Include an example output report template showing the exact markdown structure expected
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but includes some unnecessary explanation (e.g., parenthetical examples like 'e.g., plain language' and 'e.g., > 6 months old' that Claude would understand). The inputs section could be more compact. | 2 / 3 |
Actionability | The skill describes what to do at a high level but provides no concrete code, commands, or executable examples. Phrases like 'Scan the target PATH' and 'Evaluate content against quality metrics' are vague without implementation details. | 1 / 3 |
Workflow Clarity | Steps are listed in sequence but lack validation checkpoints. There's no feedback loop for error handling, no explicit verification between steps, and the FIX_MODE behavior is underspecified (when to 'suggest' vs 'apply'). | 2 / 3 |
Progressive Disclosure | Content is reasonably organized with clear sections, but everything is inline in one file. For a skill of this complexity, quality metrics and output templates could be split into reference files. | 2 / 3 |
Total | 7 / 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 |
|---|---|---|
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 10 / 11 Passed | |
4d132c7
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.