Content
42%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 provides a few concrete executable commands and a real script, but is dominated by generic process-governance boilerplate unrelated to figure reference checking. The actual checking workflow and its validation are underspecified relative to the claimed features.
Suggestions
Remove generic governance boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status, Response Template, Output Contract, User Checkpoints) that is not specific to figure reference checking.
Add executable guidance and expected output for the actual checking tasks (orphaned reference detection, figure-label consistency, missing citations), or narrow the Features list to match what main.py actually does.
Add a concrete validate-fix-retry loop for the figure-checking operation rather than only governance stop/fallback steps.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is padded with generic governance boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status, Output Requirements, Response Template, Output Contract, Failure Handling, User Checkpoints, Quick Validation) that teaches Claude nothing it does not already know, matching 'Noticeably verbose; several unnecessary explanations or padded sections'. Not a 3 because the padding is extensive rather than a few trimmable instances. | 2 / 5 |
Actionability | Concrete commands exist ('python -m py_compile scripts/main.py', 'python scripts/main.py --manuscript paper.docx') and a real bundled script is present, but guidance covers only invocation; the claimed Features (orphaned detection, label consistency, missing citations) have no executable guidance and main.py only regex-finds references, fitting 'Some concrete guidance but incomplete; missing key details'. Not a 4 because the executable surface does not cover the skill's stated purpose. | 3 / 5 |
Workflow Clarity | The Workflow lists five sequenced steps with a stop-early and a fallback checkpoint, but these are governance steps ('Confirm the user objective', 'Validate that the request matches scope') rather than a concrete technical sequence with validation on the actual figure-checking operation, fitting 'Steps listed but validation gaps; checkpoints missing or implicit'. Not a 4 because there is no validate-fix-retry loop on the checking itself. | 3 / 5 |
Progressive Disclosure | There is one clearly signaled one-level-deep reference (references/audit-reference.md, verified to exist) and a bundled script, but SKILL.md inlines large amounts of generic boilerplate that should be removed or split out, fitting 'Some structure but could be better organized; content that should be separate is inline'. Not a 4 because the SKILL.md is bloated rather than a lean overview. | 3 / 5 |
Total | 11 / 20 Passed |