Content
92%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.md body is a well-architected overview — a routing table plus concise policy sections, with command detail offloaded to one-level-deep reference files that all exist. Workflows carry explicit validation and feedback loops for destructive/signing operations, and guidance is concrete and executable throughout; the only slack is a few dense rule paragraphs that could be further tightened.
Suggestions
Move the RWA provider disambiguation and payment-token-selection nuances into their respective reference files (campaign.md / a token-resolution reference) and keep the main file to the routing summary.
Consider relocating the per-chain Common Token Address tables into a dedicated reference file, leaving only the resolution rule and a pointer in SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely efficient — a routing table, terse policy rules, and pointers to references instead of restating CLI details — but the Build the Command and Common Token Addresses sections carry dense prose (payment-token selection, RWA provider disambiguation, conditional-order handling) that could be trimmed or moved into references. | 4 / 5 |
Actionability | It gives concrete executable routing ('auth signin → auth verify', 'market-order swap', 'defi deposit'), mandates an exact `--json` flag, supplies a real REST endpoint with query params, and a wei conversion example ('1 BNB is --value 1000000000000000000'); references carry copy-paste-ready syntax and examples. | 5 / 5 |
Workflow Clarity | Multi-step flows are explicitly sequenced with validation checkpoints — preflight before any operation, 'read the reference file first' then build then confirm, and the external-sign two-step (check devMode → preview → confirm → execute) with an explicit 'If preview returns an error, do not attempt execute' feedback loop for destructive signing operations. | 5 / 5 |
Progressive Disclosure | The body is a clean overview whose command-routing table maps each intent to a one-level-deep reference (all 15 referenced files verified present under references/), keeping detailed syntax/parameters in those files and signaling navigation via labeled markdown links. | 5 / 5 |
Total | 19 / 20 Passed |