Content
72%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 high-quality conventions skill: highly actionable rules with concrete code tokens and a well-structured reference map pointing to real, one-level-deep files. Its weaker points are the verbosity of the Go-to-Definition section and the absence of any workflow sequencing or validation checkpoints.
Suggestions
Tighten the 'Go-to-Definition Awareness' bullets to lead with the pattern and keep rationale to one clause, cutting length without dropping the concrete code examples.
If a natural multi-step workflow exists (e.g., 'add a new exported type'), surface it as a short numbered checklist so the conventions have an application sequence.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with novel project-specific conventions and avoids explaining concepts Claude already knows, but the 'Go-to-Definition Awareness' section is wordy across eight detailed bullets and could be tightened without losing clarity. | 2 / 3 |
Actionability | Rules are concrete and executable with specific code tokens ('Use `type`, not `interface`', 'ReturnType<typeof createThing>', 'Base & Extra') and the Go-to-Def section pairs each regression with a concrete code example, giving copy-paste-ready guidance. | 3 / 3 |
Workflow Clarity | Conventions are grouped into 'Core Rules' and 'Go-to-Definition Awareness' sections, but it is a flat rule list with no multi-step sequencing or validation checkpoints, which fits the 'structure present but checkpoints missing' anchor. | 2 / 3 |
Progressive Disclosure | The 'Reference Map' cleanly signals seven one-level-deep reference files, each annotated with its contents, and all seven referenced files exist under references/, giving clear overview-to-detail navigation. | 3 / 3 |
Total | 10 / 12 Passed |