Content
48%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 well-sectioned and includes a real, parseable script with a coherent workflow, but it is padded with generic template boilerplate and the documented usage does not match the script's actual interface. Tightening and aligning examples with the code would materially raise quality.
Suggestions
Remove or move generic boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status) out of the main body so only presentation-hook-specific guidance remains.
Align the usage examples with the script's real interface: either add argparse/CLI args to main.py or replace the `--help` and Input Parameters table with the actual invocation.
Link `references/guidelines.md` explicitly and move detailed reference material there rather than vaguely pointing at `references/`.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably padded with generic boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status, Output Requirements, Response Template) and broken cross-references like 'See `## Features` above', plus a placeholder example path. | 2 / 5 |
Actionability | It references a real `scripts/main.py` and gives concrete commands, but claims `python scripts/main.py --help` while the script accepts no arguments and runs hardcoded inputs, and the documented Input Parameters have no way to be passed. | 3 / 5 |
Workflow Clarity | A 5-step Workflow and 4-step run plan are sequenced with an explicit scope-validation checkpoint (step 2), a Quick Check compile command, and a fallback path (step 5); this is a non-destructive skill so no destructive cap applies. | 4 / 5 |
Progressive Disclosure | The body is sectioned and mentions `references/`, but `references/guidelines.md` is never linked, references are only vaguely signaled, and content that could live in separate files (security/evaluation boilerplate) is inlined. | 3 / 5 |
Total | 12 / 20 Passed |