Content
68%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 lean and highly actionable, packed with concrete commands and copy-paste example prompts across many use cases with no unnecessary concept explanations. Its main weakness is the absence of validation/verification checkpoints for destructive financial operations, which caps workflow clarity.
Suggestions
Add explicit validation checkpoints before destructive actions, e.g. confirm recipient address and amount before transfers, and require balance checks before large trades.
Show the underlying Bankr API request (a curl or SDK example) so Claude can fall back to direct calls when the slash command is unavailable.
Condense the example categories or move less-common ones (Polymarket, Avantis leverage, raw transactions) behind a one-level-deep reference file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is almost entirely dense, copy-paste-ready examples with no padding or explanation of concepts Claude already knows; the only minor trim opportunity is the breadth of example categories, fitting 'Efficient; minor instances of over-explanation that could be trimmed'. | 4 / 5 |
Actionability | Concrete commands (`/bankr <prompt>`, `/bankr status <jobId>`, `/bankr cancel <jobId>`) and many copy-paste example prompts are provided with an exact env-var setup, but the underlying API request mechanism is not shown, leaving a minor gap. | 4 / 5 |
Workflow Clarity | A rough sequence exists (set key, run command, check job status) but destructive financial operations (trading, transfers, raw transactions, leverage) lack validation/verification checkpoints, so workflow clarity is capped at 3 per the destructive-operations rule. | 3 / 5 |
Progressive Disclosure | Content is self-contained with clear section headers (Setup, Commands, Examples, Supported Chains, Tips) and no nested references; it is well-organized though slightly long, fitting 'Good structure; most content is appropriately placed'. | 4 / 5 |
Total | 15 / 20 Passed |