Content
71%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.
The body is a clean, well-structured overview that appropriately offloads detailed tables and code examples to references/rule.md with clear navigation. Its main weakness is redundancy between the Quick Reference and Fix sections, which repeat the same guidance.
Suggestions
Collapse the overlap between Quick Reference and Fix so the four inclusive-language principles appear once, with Fix focused on how to apply them.
Trim the opening conceptual sentence ('Language shapes experience...') since it is restated in rule.md's 'Why It Matters' and is knowledge Claude already has.
Surface one inline replacement example pair (e.g., 'crazy -> unexpected') in the Fix section so the body is actionable without requiring rule.md for the most common case.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and well-organized, but Quick Reference and Fix repeat nearly the same four bullets ('Replace ableist terms... Use gender-neutral... Avoid idioms... Write error messages that guide rather than blame'), and the opening sentence restates a concept Claude already knows, so it could be tightened. | 3 / 5 |
Actionability | Concrete, specific guidance for an instruction-only skill: names exact terms to find ('crazy, lame, blind to', 'he/she defaults') and concrete replacements ('they, users, people'); the full alternatives table lives in rule.md, leaving only minor gaps. | 4 / 5 |
Workflow Clarity | A clear Check -> Fix -> Explain -> Code Review sequence for a simple review skill, with a light verification mention ('note how to verify the fix with browser accessibility tooling or assistive tech'); detailed validation lives in rule.md so checkpoints are mostly present with minor gaps. | 4 / 5 |
Progressive Disclosure | The body is a concise overview with well-signaled one-level-deep navigation ('For full implementation details, code examples, and framework-specific guidance, see references/rule.md'), and the referenced rule.md exists and holds the detailed tables and code examples. | 5 / 5 |
Total | 16 / 20 Passed |