Content
56%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 content is information-rich and largely actionable with clear numbered workflows and validation checkpoints, but it suffers from significant verbosity and duplication (especially around citation hallucination warnings and the source bibliography) and references a `templates/` directory that is not present in the bundle. Tightening the repeats and moving detail-heavy sections into the existing references would materially improve token efficiency.
Suggestions
Consolidate the three repeated 'never hallucinate citations / ~40% error rate' warnings into a single CRITICAL section and have the later Citation Workflow reference it rather than restating it.
Remove the duplicate external-source bibliography: keep one (either the 'Sources Behind This Guidance' table or the 'Key External Sources' list) and point the other to references/sources.md.
Either include the referenced `templates/` directory in the bundle or remove the five `templates/` pointers (including `templates/README.md`) so every cited path resolves to a real file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~960 lines the body is noticeably verbose and repeats itself: the 'never hallucinate / ~40% error rate / never write BibTeX from memory' warning appears three separate times (sections 'CRITICAL: Never Hallucinate Citations', 'Citation Workflow', and the closing summary), the external-source bibliography is listed twice (the sources table and 'Key External Sources'), and much of the checklist/template prose restates principles Claude already knows. | 2 / 5 |
Actionability | Mostly executable guidance: concrete bash/latex/python snippets (e.g. `cp -r templates/neurips2025/`, the `doi_to_bibtex` Python function, `latexmk -pdf main.tex`) cover common cases with only minor gaps such as the un-verified `templates/` directory and the Semantic Scholar snippet lacking the install step. | 4 / 5 |
Workflow Clarity | Numbered workflows with checkboxes and feedback loops are present (draft -> feedback -> revise, validate -> fix -> retry for citations), with explicit 'MANDATORY' validation steps; the main gap is that the template-compile workflow lacks an explicit 'compile failed -> diagnose -> recompile' loop and dangling template references weaken the verified-checkpoint chain. | 4 / 5 |
Progressive Disclosure | Structure is reasonable and references are one level deep with clear signaling (a reference table maps each references/*.md to contents, and bundle files exist), but the SKILL.md itself still inlines large blocks that belong in references (full citation workflow, conference requirement tables, template pitfalls) and it repeatedly points to a `templates/` directory that does not exist in the bundle. | 3 / 5 |
Total | 13 / 20 Passed |