CoW Swap MEV-protected DEX aggregator. Batch auctions for best execution and surplus sharing.
88
Quality
87%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Quality
Discovery
N/ABased on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
Something went wrong
Implementation
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill with excellent conciseness and actionability. The curl examples are complete and executable, tables efficiently convey reference information, and the partner fee configuration is transparently documented. The main weakness is the lack of explicit workflow sequencing with validation checkpoints between the quote and order creation steps.
Suggestions
Add an explicit numbered workflow section showing the complete flow: 1) Get quote → 2) Display and verify quote details with user → 3) Sign and create order → 4) Monitor status
Include a validation checkpoint after getting a quote (e.g., 'VERIFY buyAmount meets expectations before proceeding to order creation')
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is lean and efficient, using tables for structured data and avoiding explanations of concepts Claude already knows. Every section serves a purpose with no padding or unnecessary context about what DEX aggregators or MEV protection are. | 3 / 3 |
Actionability | Provides fully executable curl commands with proper variable substitution, complete JSON payloads, and jq filters for parsing responses. The code is copy-paste ready with clear placeholders for user-specific values. | 3 / 3 |
Workflow Clarity | The workflow (quote → create order → check status) is implicit but not explicitly sequenced with validation checkpoints. Missing explicit verification steps like 'confirm quote details before proceeding' or feedback loops for handling failed orders. | 2 / 3 |
Progressive Disclosure | Well-organized with clear sections progressing from configuration to operations to reference tables. External links to docs are provided for deeper dives. Content is appropriately structured for a single-file skill without needing additional files. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 9 / 11 Passed | |
45f9fac
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.