Content
44%Scale 1-5Reviews 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 SEO audit framework with a well-designed scoring model, but it suffers from significant verbosity by explaining many SEO concepts Claude already understands. The content would benefit greatly from being split across multiple files, with the main SKILL.md serving as a concise overview and workflow guide. Actionability is moderate—the structured output templates and scoring rules are concrete, but the audit steps themselves lack executable specificity.
Suggestions
Remove explanations of basic SEO concepts Claude already knows (e.g., what robots.txt is, what Core Web Vitals are, what E-E-A-T stands for) and reduce checklist items to terse bullet points without descriptions.
Split the scoring model, detailed audit checklists, and findings template into separate bundle files (e.g., SCORING.md, TECHNICAL_CHECKLIST.md, ONPAGE_CHECKLIST.md) and reference them from a concise overview in SKILL.md.
Add concrete, executable examples of how to gather evidence—e.g., specific curl commands to check robots.txt, example Search Console API queries, or specific crawl tool commands.
Add an explicit validation checkpoint between the audit phase and scoring phase (e.g., 'Review all findings for completeness and evidence quality before calculating scores').
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is significantly verbose at ~350+ lines. It extensively explains SEO concepts Claude already knows (what E-E-A-T means, what robots.txt does, what Core Web Vitals are, what meta descriptions are). The scoring model, health bands, and interpretation rules add substantial bulk that could be condensed into a compact table. Much of this reads like an SEO textbook rather than a skill that adds novel knowledge. | 2 / 5 |
Actionability | The skill provides a structured checklist framework and a concrete scoring model with specific deduction values, which is useful. However, it contains no executable code, no specific commands, no tool invocations, and no concrete examples of how to actually gather evidence (e.g., how to check robots.txt, how to query Search Console). The findings template is well-structured but the audit steps themselves are essentially checklists of things to look for rather than concrete procedures. | 3 / 5 |
Workflow Clarity | The workflow is reasonably clear: scope gate → audit framework (in priority order) → findings classification → scoring → action plan. The priority ordering and the scoring calculation steps are well-sequenced. However, there's no explicit validation checkpoint (e.g., 'verify findings before scoring' or 'confirm scope before proceeding to next category'), and the relationship between the audit checklist sections and the findings/scoring output sections could be more explicitly connected. | 4 / 5 |
Progressive Disclosure | This is a monolithic ~350+ line file with no bundle files to offload content to. The detailed scoring model, the full audit checklists for every SEO category, and the findings classification template are all inlined. The scoring layer alone could be a separate reference file. The audit checklists for each category (crawlability, indexation, on-page, etc.) would benefit from being in separate files with the main SKILL.md serving as an overview. References to related skills exist but the core content itself is not well-distributed. | 2 / 5 |
Total | 11 / 20 Passed |