Content
72%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.
A lean, well-structured command reference with concrete executable slash commands and examples; its main weakness is the absence of validation/checkpoint steps for the destructive trading operations it exposes.
Suggestions
Add validation checkpoints before risky actions, e.g. verify the market index exists and confirm balance/margin before "/drift long" with leverage.
Specify parameter units for <size> and the leverage <amount> so commands are unambiguous.
Clarify the relationship between the "spot" market type and the trading commands, which currently only reference -PERP markets.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is compact command tables with inline annotations and a short examples block, assuming Claude knows what perps/Solana are; the only trimming candidate is the opening line that restates the description, keeping it just below the lean/5 anchor. | 4 / 5 |
Actionability | Concrete copy-paste slash commands with parameter placeholders and worked examples (e.g. "/drift long SOL-PERP 0.5") cover common cases, but units for <size> and <amount> are unspecified, a minor gap that keeps it below 5. | 4 / 5 |
Workflow Clarity | Commands are listed clearly but this is a catalog of destructive financial operations (leveraged perp positions, cancel, leverage) with no validation checkpoints (e.g. confirm margin, verify market index), so the destructive-operation cap holds it at 3. | 3 / 5 |
Progressive Disclosure | The skill is under 50 lines, self-contained with no bundle files, and organized into clear sections (Commands / Examples / Market Types), meeting the simple-skill exception for a top score on organization alone. | 5 / 5 |
Total | 16 / 20 Passed |