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 well-structured, actionable, and uses progressive disclosure effectively with a real one-level reference. It loses points mainly on conciseness (some concept re-teaching) and workflow clarity (no explicit verification checkpoint for the batch review).
Suggestions
Trim the opening motivational paragraph and the 'Explain' section to drop srcset/descriptor concepts Claude already knows, keeping only rule-specific guidance.
Add an explicit verification checkpoint to the Check/Code Review flow — e.g., a DevTools confirm step that lists what to verify (correct candidate loaded, no largest-only on mobile) before reporting findings as resolved.
Consider expanding the description's trigger terms to include natural user phrasings like 'mobile images', 'retina/2x', or 'image too big' to broaden discovery.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean with tight bullet points and dense action sections, but the opening motivational paragraph and the 'Explain' section re-teach srcset/descriptor concepts Claude already knows, so it does not reach the every-token-earns-its-place anchor 3. | 2 / 3 |
Actionability | Despite being an instruction-only review skill with no inline code, the Check and Fix sections give concrete thresholds (>100px, width vs density descriptors, single-size srcset) and specific width values (400w/800w/1200w/1600w) with a clear deliverable, satisfying the actionable-guidance note for code-free skills. | 3 / 3 |
Workflow Clarity | Check → Fix → Explain → Code Review are clearly sequenced with numbered sub-steps, but for a batch scan of all <img> elements the only verification is a loose 'describe how to confirm the fix in DevTools' rather than an explicit validate-and-confirm checkpoint, capping it at 2. | 2 / 3 |
Progressive Disclosure | The body is a concise overview with a single clearly signaled one-level-deep pointer ('see references/rule.md'), and that reference file is confirmed to exist, matching the well-organized overview-plus-reference anchor. | 3 / 3 |
Total | 10 / 12 Passed |