Content
87%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 concise, actionable, and well-structured, but as a destructive/batch trading skill it lacks any validation or confirmation steps before risky operations like closeall or leveraged position opens, which caps workflow clarity.
Suggestions
Add an explicit confirmation/validation checkpoint before destructive batch operations such as '/bb closeall' (e.g. list open positions and require confirmation before closing all).
Add a pre-trade validation step for leveraged orders (e.g. check current price, position size, and margin before opening '/bb long <symbol> <size> <leverage>x').
Include a position-existence check before '/bb close <symbol>' and '/bb tp'/'/bb sl' so failures are caught explicitly.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and efficient — only command tables and brief examples, with no padding or explanations of concepts Claude already knows, matching the 5-anchor 'Lean and efficient; assumes Claude's competence; every token earns its place'. | 5 / 5 |
Actionability | Commands are concrete and executable with real syntax and arguments (e.g. '/bb long BTCUSDT 0.01 10x'), and the Examples section provides copy-paste-ready invocations covering common cases, matching the 5-anchor. | 5 / 5 |
Workflow Clarity | This is a destructive/batch skill (closeall, 100x leverage, closing positions) with no validation or confirmation checkpoints, and the judging guideline caps workflow clarity at 3 for such skills missing validation steps. | 3 / 5 |
Progressive Disclosure | It is a simple, single-purpose skill with well-organized sections (Quick Start, Commands by category, Examples) and no need for external references, qualifying for the under-50-lines/no-external-references exception at score 5. | 5 / 5 |
Total | 18 / 20 Passed |