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 tight, highly actionable reference whose decision tables and exact URL templates leave little ambiguity about what to do, anchored by a verification-gated checklist. Slight room remains to trim framing prose and to consider splitting the URL-reference or hard-rules material into a bundled reference file.
Suggestions
Trim rhetorical framing lines (e.g., 'This skill is the single source of truth for which form to use; docs/AGENTS.md defers here' and 'Everything below is just the answer table') to tighten conciseness without losing the decision content.
Consider moving the Grida-URL reference table and/or the Hard rules into a references/ file linked from the body, which would shorten the inline SKILL.md and give progressive_disclosure a clearer one-level-deep structure.
Strengthen workflow_clarity by reframing 'The pass' as an explicit validate→fix→retry loop for the pre-commit gate (step 7), so a failed git ls-files / git check-ignore check routes back to 'replace with a committed path / public URL' rather than ending the checklist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, table-driven reference that largely assumes Claude's competence and earns most of its prose (e.g., rationale for hosted docs URLs, why relative links break across hosts); a few framing sentences ('the single source of truth', 'Question 3 is the one that must not break') could be trimmed without loss. | 4 / 5 |
Actionability | Fully actionable instruction-only guidance: exact URL templates (grida.co/docs/<path>, github.com/gridaco/grida/blob/main/<path>), a render-host→target→form decision table, and concrete transforms (drop the docs/ prefix and the extension) that cover the common cases copy-paste ready. | 5 / 5 |
Workflow Clarity | 'The pass' gives a clear 7-step numbered checklist with an explicit validation gate (step 7: verify the referent exists via git ls-files / git check-ignore) and the three-questions framing, but it is a one-way checklist rather than a validate→fix→retry feedback loop. | 4 / 5 |
Progressive Disclosure | Well organized into clear headed sections (Surfaces, Decision table, Grida URLs, The forms, Hard rules, The pass) with tables for easy navigation, but no bundle files exist and the content exceeds 50 lines, so the simple-skill auto-5 does not apply and nothing is split out. | 4 / 5 |
Total | 17 / 20 Passed |