CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

64

Quality

56%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/recipe-create-meet-space/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

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 is concise and clearly identifies the Google Meet domain, but it lacks a 'Use when...' clause that would help Claude know when to select this skill. It also misses common user trigger terms like 'video call', 'schedule a meeting', or 'conference call' that would improve matching.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks to create a Google Meet, set up a video call, or generate a meeting link.'

Include natural trigger term variations such as 'video call', 'video conference', 'schedule a meeting', 'Google meeting', and 'meeting URL' to improve keyword coverage.

DimensionReasoningScore

Specificity

Names the domain (Google Meet) and two actions (create a meeting space, share the join link), but the scope is narrow and doesn't list additional concrete capabilities beyond the single workflow.

2 / 3

Completeness

Describes what the skill does but has no explicit 'Use when...' clause or equivalent trigger guidance, and per the rubric a missing 'Use when' clause caps completeness at 2—but here the 'when' is entirely absent, warranting a 1.

1 / 3

Trigger Term Quality

Includes 'Google Meet', 'meeting space', and 'join link' which are relevant keywords, but misses common user variations like 'video call', 'schedule a meeting', 'meeting link', 'video conference', or 'Google meeting'.

2 / 3

Distinctiveness Conflict Risk

The description is clearly scoped to Google Meet meeting creation and sharing join links, which is a distinct niche unlikely to conflict with other skills.

3 / 3

Total

8

/

12

Passed

Implementation

72%

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

A concise, well-structured skill that clearly communicates the workflow for creating a Google Meet space and sharing the link. Its main weaknesses are the lack of explicit guidance on extracting the meeting URI from the response and the absence of validation between the create and email steps.

Suggestions

Show how to extract the meeting URI from the create response (e.g., the JSON field path like `.meetingUri`) rather than using a vague 'Copy the meeting URI' instruction.

Add a brief validation checkpoint between creating the space and sending the email, such as verifying the response contains a valid meeting URI before proceeding to send.

DimensionReasoningScore

Conciseness

Very lean and efficient. No unnecessary explanations of what Google Meet is or how email works. Every line serves a purpose.

3 / 3

Actionability

Provides concrete commands but uses a placeholder 'MEETING_URI' without showing how to extract it from the response (e.g., jq or parsing). The commands are close to copy-paste ready but the gap between steps 1 and 3 requires inference.

2 / 3

Workflow Clarity

Steps are clearly sequenced but there's no validation—no check that the meeting space was successfully created before emailing, and no error handling if the create command fails. For a workflow involving sending emails (a non-reversible action), a validation checkpoint is warranted.

2 / 3

Progressive Disclosure

This is a simple, short skill (under 50 lines) with clear organization. The prerequisite skills are clearly signaled at the top, and the content is appropriately concise without needing external references.

3 / 3

Total

10

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

Total

10

/

11

Passed

Repository
googleworkspace/cli
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.