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 lean and well-structured with good progressive disclosure, but its guidance stays descriptive rather than executable and lacks explicit validation checkpoints for an auditing workflow. Adding concrete commands and a verify-fix-recheck loop would lift actionability and workflow clarity.
Suggestions
Add at least one concrete, executable command or measurement step in the body (e.g. the Lighthouse CLI invocation or DevTools long-task check) so the guidance is copy-paste ready rather than descriptive.
Insert an explicit validate→fix→recheck checkpoint (measure in Lighthouse/DevTools, apply a change, re-measure to confirm the targeted metric improves) into the Check/Fix flow.
Tighten the Code Review section with a concrete verification callout — name the specific metric/waterfall signal to confirm rather than only describing the measurement method.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~25 lines with no padding and no explanation of concepts Claude already knows; every line earns its place and it leans on a reference file for depth, matching the lean/efficient anchor. | 3 / 3 |
Actionability | Guidance like "Clean up unused tags, use asynchronous loading, and consider moving to a server-side implementation" is concrete in intent but provides no executable code or commands in the body itself (those live in the reference), so it stops at "some concrete guidance but incomplete." | 2 / 3 |
Workflow Clarity | The Check/Fix/Explain/Code Review sections give a loose sequence, but there is no explicit validate-then-fix feedback loop or checkpoint in the body for an auditing task that recommends changes, which caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | The body is a concise overview with a clearly signaled one-level-deep pointer to references/rule.md (a real file), keeping detail appropriately separated and easy to navigate. | 3 / 3 |
Total | 10 / 12 Passed |