Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable meta-skill with concrete commands, an ordered workflow, validation checkpoints, and proper reference offloading. The only real slack is minor redundancy between the intro, the 'Explain' rationale, and the offloaded scoring spec.
Suggestions
Trim the intro paragraph (it duplicates the frontmatter description) and tighten the 'Explain' section to rule-specific rationale only.
Make the fix→verify loop explicit in the Fix workflow (e.g., 're-run pnpm score:rules and repeat until ≥ 50') rather than leaving re-scoring only in the Code Review checklist.
The inline dimension table partially duplicates references/scoring-rubric.md; confirm the table adds enough navigational value to justify the inline tokens or link out sooner.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient tables and command snippets, but the intro paragraph restates the frontmatter description and the 'Explain' section is motivational rationale Claude could largely infer — fitting 'mostly efficient but could be tightened' rather than the every-token-earns-its-place anchor at 3. | 2 / 3 |
Actionability | Copy-paste commands ('pnpm score:rules …', 'pnpm validate:rule-structure …'), a concrete grep pattern, and specific thresholds ('Score is ≥ 50', 'At least 3 tldr bullets') give fully actionable guidance appropriate for an instruction-only skill. | 3 / 3 |
Workflow Clarity | A clear Check → Fix → Code Review sequence with explicit validation commands and a verification checklist; MDX editing is not in the destructive/batch category that would cap this at 2. | 3 / 3 |
Progressive Disclosure | A concise dimension table serves as the overview while the full spec is offloaded to a real, well-signaled one-level-deep reference ('see references/scoring-rubric.md for full details'), which the bundle listing confirms exists. | 3 / 3 |
Total | 11 / 12 Passed |