Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
71
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 niche (Foodora CLI for order management) which makes it distinctive, but it lacks explicit trigger guidance ('Use when...') and misses natural user keywords like 'food delivery' or 'track order'. The mention of 'Deliveroo WIP' adds confusion about scope without adding selection value.
Suggestions
Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about Foodora orders, delivery tracking, order history, or food delivery status.'
Include natural trigger terms users would say, such as 'food delivery', 'track order', 'order history', 'delivery status', and 'past deliveries'.
Clarify or remove the 'Deliveroo WIP' note—either explain what's supported or omit it to avoid confusion during skill selection.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Foodora CLI) and some actions ('checking past orders and active order status'), but doesn't list comprehensive concrete actions beyond those two. | 2 / 3 |
Completeness | Describes what it does (checking past orders and active order status) but has no explicit 'Use when...' clause or trigger guidance, and the rubric caps completeness at 2 for missing that—plus the 'when' is entirely absent, warranting a 1. | 1 / 3 |
Trigger Term Quality | Includes relevant keywords like 'Foodora', 'orders', 'order status', and 'Deliveroo', but misses common natural variations users might say such as 'food delivery', 'track order', 'order history', or 'delivery status'. | 2 / 3 |
Distinctiveness Conflict Risk | Very specific niche—Foodora CLI for order checking is unlikely to conflict with other skills, as it targets a specific platform and specific functionality. | 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, concise CLI reference skill that provides fully actionable commands organized into clear sections. Its main weakness is the lack of explicit validation/error-handling guidance in multi-step workflows like reordering or session setup. Overall it serves its purpose effectively as a quick-reference guide.
Suggestions
Add explicit validation steps to the reorder workflow, e.g., 'Verify the preview output shows correct items before running --confirm'.
Consider adding a brief troubleshooting note for common failure modes (e.g., expired session, Cloudflare block) with the expected error message and recovery step.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every line is a concrete command or minimal context. No unnecessary explanations of what a CLI is, what Foodora is, or how ordering works. Lean and efficient throughout. | 3 / 3 |
Actionability | Fully concrete, copy-paste-ready CLI commands covering login, orders, history, reorder, session management, and Cloudflare workarounds. Specific flags and arguments are shown with clear examples. | 3 / 3 |
Workflow Clarity | The quick start section implies a sequence (configure country → login → use), but there are no explicit validation checkpoints. The reorder section has a preview-then-confirm flow which is good, but the 'confirm before any reorder or cart-changing action' note is vague rather than being an explicit validation step in the workflow. | 2 / 3 |
Progressive Disclosure | For a simple CLI skill under 50 lines, the content is well-organized into logical sections (Quick start, Orders, Reorder, Cloudflare, Session import, Deliveroo, Notes) with clear headers. 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 | |
09cce3e
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.