CtrlK
BlogDocsLog inGet started
Tessl Logo

restaurant-booking

Book restaurant reservations via browser automation. Use when asked to make dinner reservations, book a table, or find availability at restaurants. Supports OpenTable, Resy, and direct restaurant booking sites.

64

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/research-tools/capabilities/restaurant-booking/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

61%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is concrete and actionable with a clear numbered flow, but repeats verbose curl blocks and lacks validation/retry checkpoints for a fragile browser-automation task. Progressive disclosure is good given there are no bundle files.

Suggestions

Condense the six repeated fill/click curl blocks into one parameterized template plus a small table of field/value pairs to cut padding.

Add validation checkpoints (e.g. scrape after each click to confirm the expected element appeared; retry on selector miss) since browser automation is fragile and booking is externally visible.

Move the OpenTable selector table and the API Method curl example into a references file to reduce inline bulk and improve navigation.

DimensionReasoningScore

Conciseness

Mostly efficient with concrete commands, but the six near-identical fill/click curl blocks (each repeating the full headers and path) are heavily padded and could be condensed into a parameterized pattern or table.

3 / 5

Actionability

Provides concrete, mostly executable curl commands and a selector table covering the common booking flow, with only minor gaps (e.g. hardcoded guest values rather than templated variables).

4 / 5

Workflow Clarity

Steps are clearly numbered but a booking is a destructive/external operation with no validation checkpoints: there is no verify-and-retry loop when a selector fails or the confirmation is absent, which caps the score at 3 per the rubric.

3 / 5

Progressive Disclosure

Well-organized into labeled sections (Setup, CLI Method, API Method, Selectors, Tips) with content reasonably placed inline and no bundle files to offload to; minor gap is that the selector reference and API method could be split out for larger skills.

4 / 5

Total

14

/

20

Passed

Description

95%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, well-targeted description that clearly states both capability and trigger conditions with natural phrasing and platform specificity. Only minor gap is the breadth of covered actions beyond booking itself.

DimensionReasoningScore

Specificity

Names the domain and lists concrete actions like 'Book restaurant reservations via browser automation' and 'find availability', but coverage is narrower than the 5-anchor (no table modification, cancellation, etc.).

4 / 5

Completeness

Explicitly answers both 'what' (book reservations via browser automation) and 'when' ('Use when asked to make dinner reservations, book a table, or find availability') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users say ('make dinner reservations', 'book a table', 'find availability') plus the specific platform names OpenTable and Resy as synonyms, giving comprehensive coverage.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (restaurant booking via browser automation on named platforms) with distinct triggers unlikely to collide with other skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
gooseworks-ai/goose-skills
Reviewed

Table of Contents

Is this your skill?

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.