Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
71
Quality
63%
Does it follow best practices?
Impact
83%
8.30xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./openclaw/skills/ordercli/SKILL.mdQuality
Discovery
40%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description identifies a clear, specific niche (Foodora order management) which helps with distinctiveness, but fails to provide explicit trigger guidance for when Claude should use it. The capabilities mentioned are somewhat vague and the description lacks natural user-facing keywords that would help with skill selection.
Suggestions
Add a 'Use when...' clause with trigger terms like 'check my Foodora order', 'food delivery status', 'past orders', 'order history'
Expand the capability description with more specific actions like 'view order details', 'track delivery', 'list recent purchases'
Include natural language variations users might say such as 'food delivery', 'track my food', 'delivery app'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Foodora CLI) and some actions ('checking past orders and active order status'), but lacks comprehensive detail about specific capabilities or operations. | 2 / 3 |
Completeness | Describes what it does but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. | 1 / 3 |
Trigger Term Quality | Includes relevant keywords like 'Foodora', 'orders', 'order status', but missing common variations users might say like 'food delivery', 'track order', 'order history', or 'delivery status'. | 2 / 3 |
Distinctiveness Conflict Risk | Very specific niche targeting Foodora CLI specifically, with clear distinction from other skills. The platform-specific focus (Foodora-only, Deliveroo WIP) makes it unlikely to conflict with other skills. | 3 / 3 |
Total | 8 / 12 Passed |
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 CLI reference skill that excels at conciseness and actionability. The command examples are concrete and immediately usable. The only weakness is the reorder workflow could benefit from more explicit validation/confirmation steps integrated into the sequence rather than as a separate note.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely lean and efficient. No unnecessary explanations, just commands and minimal context. Every line serves a purpose with no padding or explanation of concepts Claude already knows. | 3 / 3 |
Actionability | Fully concrete with copy-paste ready commands. Each section provides specific CLI commands with actual flags and arguments, not pseudocode or vague descriptions. | 3 / 3 |
Workflow Clarity | Quick start provides a clear sequence for setup, but the reorder workflow lacks explicit validation checkpoints. The 'Confirm before any reorder' note is present but not integrated into the workflow steps themselves. | 2 / 3 |
Progressive Disclosure | Well-organized sections with clear headers. For a CLI reference skill under 50 lines, the structure is appropriate with logical groupings (setup, orders, reorder, troubleshooting). No need for external file references given the scope. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
72%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 8 / 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 |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 8 / 11 Passed | |
50ef2f3
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.