Content
63%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 highly actionable, well-sequenced workflow for a complex paper-improvement loop, with strong validation checkpoints. It is held back by verbosity (duplicated prompts, narrative justifications) and a monolithic structure that inlines spec content a separate reference file would carry better.
Suggestions
De-duplicate the Round 1 and Round 2 review prompts: define the prompt once and have Round 2 add only its 'fresh, zero-context' delta, saving ~40 lines.
Move the full edit-whitelist spec (schema, resolution rules, glob semantics, detector table, behavior subsections) into a references/edit-whitelist.md file and keep a short summary + link in SKILL.md.
Complete the Step 4.5 Python comparison logic (the normalize() function is defined but the main-vs-appendix comparison is left as a comment) or explicitly point to /proof-checker --restatement-check as the executable path.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly operational but noticeably padded: the ~50-line Round 1 and Round 2 review prompts are near-duplicates, and repeated 'Empirical motivation' narrative paragraphs justify rather than instruct. | 3 / 5 |
Actionability | Provides executable bash (latexmk, for-loops, pdfinfo), full MCP review prompts, and concrete regex detectors; the minor gap is the Step 4.5 Python block that defines normalize() but stubs the actual comparison as a comment. | 4 / 5 |
Workflow Clarity | Clear Step 0–9 sequence with explicit validation checkpoints (Step 4.5 restatement regression, Step 8 format stop-criteria), but retry-on-failure feedback loops are implied rather than spelled out as fix→revalidate loops. | 4 / 5 |
Progressive Disclosure | Shared references are clearly signaled one level deep, but no bundle files exist and substantial spec content (the ~100-line edit-whitelist schema/rules and the duplicated review prompts) is inlined in SKILL.md where it belongs in separate reference files. | 3 / 5 |
Total | 14 / 20 Passed |