Content
78%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.
A well-organized, actionable audit workflow that assumes Claude's competence and delegates bulky materials to one-level-deep references. Minor room to tighten rationale clauses and add explicit inline examples for the mechanical fetch-path checks.
Suggestions
Trim inferable rationale clauses (e.g. 'This helps catch stale or misleading discovery surfaces...') to push conciseness toward a clean 5.
Add a short inline example of the key fetch-path checks (e.g. a curl one-liner for Accept: text/markdown) so the most common mechanical checks are copy-paste ready without relying solely on the bundled script.
Add an explicit validate/retry feedback loop for page sampling (e.g. what to do when a sampled URL fails to fetch or returns unexpected content type) to strengthen workflow checkpoints.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and directive, assuming Claude's knowledge (no padding about what llms.txt or sitemaps are), but contains a few rationale clauses ("This helps catch stale or misleading discovery surfaces...", "This matters for optional checks...") that an intelligent agent could infer, keeping it off a clean 5. | 4 / 5 |
Actionability | Provides concrete copy-paste commands (the baseline-probes.sh invocation with env-var variant) and specific checks (file paths, Accept: text/markdown behavior, .md routes, JSON-LD), but leaves the precise mechanics of several fetch-path checks to the bundled script rather than inline executable examples. | 4 / 5 |
Workflow Clarity | A clear nine-step sequence (scope -> sitewide signals -> sample -> fetch-path checks -> judge structure -> score -> compare scanners -> remediation -> report) with validation rules ("score only what you verified", N/A handling, trust-live-fetch-on-mismatch), but lacks explicit per-step error-recovery feedback loops for the batch page sampling. | 4 / 5 |
Progressive Disclosure | Well-structured overview with clearly signaled one-level-deep references to real files ([references/rubric.md], [references/report-template.md]) and a bundled script; bulky scoring/report templates are appropriately split out rather than inlined. | 5 / 5 |
Total | 17 / 20 Passed |