Content
75%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 well-structured, actionable seven-step workflow with concrete git/mise commands, a useful commit-to-doc mapping table, and a validation step. It is held back from top marks only by minor redundancy (the Example Usage restates the steps), a placeholder code block in Step 4, and an implicit rather than explicit validation feedback loop.
Suggestions
Make Step 4's validation feedback loop explicit: after 'mise run docs', add 'If validation reports warnings or errors, fix them and re-run mise run docs until it passes.'
Replace the empty '# Read the file' code block in Step 4 with a concrete instruction (e.g., 'cat docs/sandboxes/manage-gateways.mdx' or a note to read the file directly), or remove the block.
Trim the 'Example Usage' section since it restates the seven steps already detailed above, or reduce it to the single user prompt plus a one-line pointer to Step 1.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and assumes Claude's competence — the long style-rule list in Step 5 is project-specific (Fern/OpenShell conventions) rather than general knowledge Claude already has — but the 'Example Usage' section restates the seven steps and the empty '# Read the file' block in Step 4 are minor trim opportunities, keeping it just below the top anchor. | 4 / 5 |
Actionability | Concrete, executable commands are provided throughout (git log/show invocations, mise run docs, mise run docs:serve) plus a specific code-area-to-doc-page mapping table, but Step 4's placeholder '# Read the file' code block and the generic 'Read the full target doc page' guidance are minor gaps versus copy-paste-ready. | 4 / 5 |
Workflow Clarity | Seven steps are clearly sequenced and Step 7 provides an explicit validation checkpoint ('Check for: Validation warnings or errors. Broken cross-references.'), avoiding the batch-operation cap; however the error-recovery feedback loop (fix and re-run mise run docs on failure) is implicit rather than spelled out, so it sits at the second-highest anchor. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections, and it appropriately points to docs/CONTRIBUTING.mdx for the full style guide while inlining only 'Key reminders', but the bulk of guidance lives in a single inline file with no bundle references, so it does not fully match the one-level-deep split-reference ideal. | 4 / 5 |
Total | 16 / 20 Passed |