Content
32%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 an auto-generated data dump of redundant risk rules with concrete but thin actionable guidelines and no progressive disclosure or validation workflow. It would benefit substantially from de-duplication, moving the rule table to a reference file, and adding an explicit validation step.
Suggestions
De-duplicate the rule table and move the bulk statistics into a separate reference file (e.g. references/rules.md), keeping only the top actionable rules inline in SKILL.md.
Add an explicit pre-trade validation workflow with a checkpoint (e.g. 'Validate risk per trade within limits → only then place the order → re-check after fill'), since the skill governs destructive real-money operations.
Quarantine time-sensitive fields (Last updated, First identified dates, sample counts) in a clearly marked metadata/deprecated section so they do not consume token budget on every read.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | A 40-row table of truncated, near-duplicate rules plus a 'Top Risk Rules' section that re-states several table entries is noticeably padded, and time-sensitive dates ('Last updated', 'First identified') add token cost without being quarantined in a deprecated section. | 2 / 5 |
Actionability | The General Guidelines give concrete directives ('Never risk more than 2% of equity', 'Use stop-losses on every position', '25% equity limit'), but the bulk of the body is observational statistics rather than executable instructions, leaving key application steps implicit. | 3 / 5 |
Workflow Clarity | There is no sequenced multi-step workflow and no validation checkpoints; for a trading/risk skill involving effectively destructive (real-money) operations, the absence of any validate-then-proceed feedback loop caps clarity low. | 2 / 5 |
Progressive Disclosure | All content is inlined in SKILL.md with no references; the large rules table is exactly the kind of bulk data that belongs in a separate file, and there are no signaled one-level-deep references to navigate to. | 2 / 5 |
Total | 9 / 20 Passed |