Content
58%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 is highly actionable with executable code across all major WooCommerce resources, but it is a monolithic inline reference with no progressive disclosure or bundle files, and destructive/batch workflows lack explicit validation feedback loops.
Suggestions
Split the large per-resource code references into separate files under references/ (e.g., products.md, orders.md, webhooks.md) and link to them one level deep from SKILL.md.
Add explicit validation/verification checkpoints to destructive and batch workflows (e.g., verify a product exists before force-deleting; confirm pagination totals before bulk mutations).
Trim repeated CRUD boilerplate and redundant auth/setup blocks to reduce token cost while preserving the executable examples.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient reference material, but at ~770 lines it inlines a large amount of API reference code (Products, Orders, Customers, Webhooks, etc.) that repeats similar CRUD patterns and could be tightened or moved to reference files. | 3 / 5 |
Actionability | Nearly every section provides copy-paste-ready, executable TypeScript and Python code with real endpoint paths, parameters, and env-var usage, covering the common cases comprehensively. | 5 / 5 |
Workflow Clarity | Sequences are present and there are checklists and an error-handling/retry example, but batch and destructive operations (delete with force, bulk pagination, webhook handling) lack explicit validate-then-proceed feedback loops, capping this at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | There are no references/, scripts/, or assets/ bundle files, and the entire API reference is inlined as a monolithic ~770-line wall of code that clearly belongs in separate reference files, with no one-level-deep navigation signaled. | 2 / 5 |
Total | 13 / 20 Passed |