Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
71
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 83%
↑ 8.30xAgent success when using this skill
Validation for skill structure
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, narrow domain (Foodora order checking) which makes it distinctive, but lacks explicit trigger guidance for when Claude should select this skill. The 'Deliveroo WIP' parenthetical is internal development status that doesn't help with skill selection and may confuse the matching process.
Suggestions
Add a 'Use when...' clause with trigger terms like 'Foodora order', 'check my delivery', 'order history', 'track food order'
Remove or relocate the 'Deliveroo WIP' internal status note as it doesn't aid skill selection
Expand trigger terms to include natural phrases like 'food delivery status', 'past orders', 'delivery tracking'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Foodora CLI) and some actions ('checking past orders and active order status'), but not comprehensive - doesn't detail specific commands or output formats. | 2 / 3 |
Completeness | Describes what it does but completely lacks a 'Use when...' clause or any explicit trigger guidance. The 'Deliveroo WIP' note is internal status, not usage guidance. | 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 - Foodora-only CLI for order management. Unlikely to conflict with other skills due to the specific platform name and narrow scope. | 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 is highly concise and actionable. Commands are organized logically and cover the full usage spectrum from authentication to order tracking to reordering. The only weakness is the reorder workflow could benefit from an explicit validation checkpoint before confirming cart changes.
Suggestions
Add explicit validation step in reorder workflow: 'Review preview output carefully before running with --confirm' to emphasize checking before destructive/cart-changing operations
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely lean and efficient. No unnecessary explanations of what a CLI is or how food delivery works. Every line is a concrete command or essential note. | 3 / 3 |
Actionability | Fully copy-paste ready commands throughout. Covers the complete workflow from setup (countries, config, login) through usage (orders, history, reorder) with specific flags and arguments. | 3 / 3 |
Workflow Clarity | Quick start provides a clear sequence for initial setup. However, the reorder workflow lacks explicit validation steps - it shows preview then confirm but doesn't emphasize checking the preview output before confirming, which is important for cart-changing operations. | 2 / 3 |
Progressive Disclosure | For a simple CLI reference skill under 50 lines, the content is well-organized into logical sections (Quick start, Orders, Reorder, Cloudflare handling, Session import, Deliveroo WIP, Notes). 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 | |
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.