Content
57%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a thorough, actionable audit reference with concrete commands and thresholds, but it is over-long for a SKILL.md, lacks validation checkpoints in its batch workflow, and keeps all content inlined with no progressive disclosure. Splitting reference material into bundled files and trimming known-concept explanations would materially improve it.
Suggestions
Add validation checkpoints to the audit workflow (e.g. confirm each fetch returns 200 before scoring, retry once on failure, verify raw-HTML vs rendered-DOM divergence before declaring SSR issues).
Move large reference blocks into bundled files under references/ (e.g. ai-crawlers.md for the crawler table, output-template.md for the GEO-TECHNICAL-AUDIT.md scaffold) and link to them from the body.
Trim explanations of basics Claude already knows (robots.txt directive syntax, viewport meta tag meaning) to lift conciseness toward the top band.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and reference-dense, but it re-explains concepts Claude already knows (basic robots.txt directive syntax, viewport meta basics) and at ~530 lines could be tightened without losing value. | 3 / 5 |
Actionability | Provides concrete curl commands, exact header values, numeric thresholds, named crawler user-agents, and per-fix recommendations; minor gaps such as no ready-to-run sitemap validation snippet keep it just below fully copy-paste ready. | 4 / 5 |
Workflow Clarity | A clear 5-step 'How to Use' sequence and per-category scoring exist, but a multi-page batch audit has no validation checkpoints (e.g. verify the fetch succeeded, retry on failure, confirm raw HTML vs rendered DOM), which caps workflow clarity at 3 per the batch-operations guideline. | 3 / 5 |
Progressive Disclosure | Section structure is clear, but the skill is a single monolithic file with no bundle files or external references despite its length, so large reference tables and the output template are inlined rather than split out. | 3 / 5 |
Total | 13 / 20 Passed |