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 skill is well-sectioned and points to real bundle files, but it is weighed down by redundant boilerplate sections, a parameter table that contradicts the bundled script's actual CLI, and abstract workflow steps lacking a concrete executable example.
Suggestions
Collapse the overlapping handling/output sections (Error Handling, Failure Handling, Input Validation, Output Requirements, Output Contract, Returns) into one concise section to cut padding.
Fix the Parameters table to match the script's real interface (--issues, --output) and add a copy-pasteable example such as `python scripts/main.py --issues sample_size,single_center -o limitations.md`.
Remove generic boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status) or move it to the reference file so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~195-line body is noticeably padded with redundant overlapping sections (Error Handling / Failure Handling / Input Validation; Output Requirements / Output Contract / Returns) and generic boilerplate (Risk Assessment, Security Checklist, Evaluation Criteria, Lifecycle Status), and even repeats the description string verbatim in 'When to Use'. | 2 / 5 |
Actionability | Concrete validation commands and a Parameters table exist, but there is no executable usage example of the script and the documented parameters (limitations/severity/mitigation) do not match the script's real interface (--issues/--output). | 3 / 5 |
Workflow Clarity | A 5-step Workflow with a compile/help validation checkpoint and a fallback path is present, but the steps are abstract and generic and the feedback loops remain implicit rather than concrete validate-fix-retry cycles. | 3 / 5 |
Progressive Disclosure | There is a clearly signaled, verified one-level reference (references/audit-reference.md) and a bundled script, but the overview is bloated by inlined generic boilerplate that could be trimmed or split out. | 3 / 5 |
Total | 11 / 20 Passed |