Content
82%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.
A tightly written, highly actionable project-ops skill: it leads with concrete values, exact commands, and verification steps rather than concept explanation. The main gaps are missing error-recovery loops on the publish workflow and reference material that could be split out to ease navigation.
Suggestions
Add an explicit error-recovery step to the publish and new-post workflows (e.g. 'If `/feed.xml` does not include the post, re-run the revalidate POST and re-check') to turn verification into a real feedback loop.
Consider moving the Key Files and Design System tables into a separate reference file (e.g. REFERENCES.md) linked from the body, keeping SKILL.md as a leaner overview.
Trim soft-prose lines like 'Dark theme, minimal, system-y aesthetic' and the Writing Voice trait list, or compress them into the concrete Design System bullets.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with project-specific values (exact color codes, file paths, env vars) and assumes Claude knows Next.js/React/Tailwind rather than explaining them, but a few prose spots — e.g. the Writing Voice trait list and the 'Dark theme, minimal, system-y aesthetic' line — could be trimmed; not quite the every-token-earns-its-place lean of the 5 anchor. | 4 / 5 |
Actionability | Copy-paste-ready specifics throughout — the ADR H1 regex `content.replace(/^#\s+(?:ADR-\d+:\s*)?.*$/m, "").trim()`, exact revalidate tag/path lists, env var names, commands (`kubectl get pods`, `tailscale status`), and a complete YAML frontmatter block — cover the common cases with executable guidance. | 5 / 5 |
Workflow Clarity | The publish and new-post workflows are clearly sequenced with explicit verification checkpoints ('Verify `/`, `/<slug>`, `/<slug>.md`, and `/feed.xml` include the published post'), but neither specifies an error-recovery loop if verification fails, so the 5 anchor's feedback-loop requirement is not met. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections with one signaled external reference (the `joel-writing-style` skill) and no nested references; however the large Key Files and Design System reference tables are inlined in a 163-line file rather than split into reference files, so it stops short of the appropriately-split 5 anchor. | 4 / 5 |
Total | 17 / 20 Passed |