Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a tight, highly actionable reference with clear sequenced workflows and validation checkpoints. Its main gap is progressive disclosure: the skill is a single large file with no bundle files to offload detailed reference material.
Suggestions
Move the detailed extension-sitemap subtype rules (image/video/news) and the XML format examples into separate reference files under references/, leaving concise summaries with one-level-deep links in SKILL.md.
Add the referenced sitemap_discovery.py to scripts/ (or document where it lives) so the body's command examples resolve to real bundle artifacts.
Consider extracting the common-issues severity table and quality-signal checklists into a references/VALIDATION.md to slim the main body while keeping it linked.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a dense, token-efficient reference of lists, tables, and thresholds with no padding about concepts Claude already knows; explanatory lines (e.g. lastmod semantics, deprecated tags) convey domain-specific SEO behavior that earns its place. | 3 / 3 |
Actionability | Provides executable commands ('claude-seo run sitemap_discovery.py <url> --json'), concrete XML templates, hard numeric limits (50,000 URLs / 50MB / 1,000 image or news entries), and a fix table — copy-paste ready guidance. | 3 / 3 |
Workflow Clarity | Both modes are clearly sequenced; Mode 2 lists numbered steps 1–7 with explicit validation checkpoints (30+ warning, 50+ hard stop quality gates) and an Error Handling section provides recovery feedback loops for the batch generation operation. | 3 / 3 |
Progressive Disclosure | Well-organized into sections, but the skill exceeds 50 lines and is monolithic — no bundle files exist in references/scripts/assets, and detailed content (extension-sitemap rules, format examples) that could be offloaded is inline; referenced paths like sitemap_discovery.py and ../seo-plan/assets/ point outside the bundle. | 2 / 3 |
Total | 11 / 12 Passed |