Content
81%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 highly actionable with executable code and well-sequenced, validation-backed workflows, and it uses progressive disclosure effectively for its reference docs. Its main weakness is conciseness: redundant warnings, re-explained well-known principles, and inline time-sensitive conference details pad the token budget.
Suggestions
Collapse the repeated citation-hallucination warnings into a single authoritative section and have other sections link to it, cutting redundancy.
Move the time-sensitive conference version/year details (page limits, style files per year) into references/checklists.md and keep only a stable summary in SKILL.md, so stale specifics don't burden the context window.
Trim or offload the Gopen & Swan / Lipton / Steinhardt principle explanations to references/writing-guide.md, keeping only the actionable rules inline.
Resolve the dangling templates/ references: either add the templates directory to the bundle or remove/qualify the links so navigation doesn't dead-end.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~930-line body restates writing principles Claude already knows (Gopen & Swan, Lipton, Steinhardt) and repeats the citation-hallucination warning across multiple sections, plus hardcodes time-sensitive conference versions (NeurIPS 2025, ICML 2026, etc.) inline; useful and mostly efficient but with several trims available. | 3 / 5 |
Actionability | Provides copy-paste-ready bash, python, and LaTeX snippets (e.g. a working doi_to_bibtex function, latexmk commands, template cp workflow) covering the common cases with executable specifics. | 5 / 5 |
Workflow Clarity | Numbered workflows with checklists and explicit validation/feedback loops: the citation workflow mandates verify-then-fetch with a placeholder fallback, and the template workflow requires compiling the unmodified template before any edits. | 5 / 5 |
Progressive Disclosure | Clear overview with well-signaled one-level-deep references to five real reference files (writing-guide.md, citation-workflow.md, checklists.md, reviewer-guidelines.md, sources.md), but the body repeatedly links to a templates/ directory and templates/README.md that do not exist in the bundle. | 4 / 5 |
Total | 17 / 20 Passed |