CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-plan-weekly-schedule

Review your Google Calendar week, identify gaps, and add events to fill them.

75

Quality

70%

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-plan-weekly-schedule/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

67%

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 clearly communicates specific actions around Google Calendar gap-filling, making it distinctive and actionable. However, it lacks an explicit 'Use when...' clause which limits Claude's ability to know when to select it, and it uses second person voice ('your') instead of third person. Adding trigger terms like 'schedule', 'availability', or 'free time' would improve discoverability.

Suggestions

Add a 'Use when...' clause such as 'Use when the user asks about their weekly schedule, finding free time, or filling calendar gaps.'

Include additional trigger terms like 'schedule', 'availability', 'free time', 'meetings', 'booking' to cover natural user language variations.

Rewrite in third person voice: 'Reviews a Google Calendar week, identifies gaps, and adds events to fill them.'

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Review your Google Calendar week', 'identify gaps', and 'add events to fill them'. These are clear, actionable capabilities.

3 / 3

Completeness

Clearly answers 'what does this do' (review calendar, identify gaps, add events), but lacks an explicit 'Use when...' clause or trigger guidance for when Claude should select this skill.

2 / 3

Trigger Term Quality

Includes 'Google Calendar' and 'events' which are natural terms, but misses common variations like 'schedule', 'meetings', 'availability', 'free time', 'booking', or 'calendar gaps'. Also uses second person 'your' which is noted but scored under specificity.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Google Calendar', 'gaps', and 'add events' creates a clear niche that is unlikely to conflict with other skills. It's specifically about calendar gap-filling, not general calendar management.

3 / 3

Total

10

/

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 and well-structured skill that provides concrete CLI commands for weekly calendar planning. However, it suffers from hardcoded/inconsistent dates (2025 vs 2026), lacks guidance on the analytical step of identifying gaps from freebusy data, and has no validation or conflict-checking steps between querying availability and inserting events.

Suggestions

Replace hardcoded dates with dynamic placeholders or instructions (e.g., 'use the current week's Monday and Friday dates') and fix the year inconsistency between steps 2 and 3.

Add explicit guidance between steps 2 and 3 on how to interpret freebusy output to identify open slots, making the 'identify gaps' part of the workflow actionable.

Add a validation checkpoint after step 3 to verify the new event doesn't conflict with existing events (e.g., re-run freebusy or check the agenda for overlaps).

DimensionReasoningScore

Conciseness

The skill is lean and efficient. No unnecessary explanations of what Google Calendar is or how scheduling works. Every line serves a purpose.

3 / 3

Actionability

Commands are concrete and copy-paste ready, but the hardcoded dates (2025-01-20, 2026-01-21) make them not directly executable for the user's actual week. The skill also doesn't explain how to identify gaps from the freebusy output or how to decide what events to add—the 'identify gaps' part of the description is left vague.

2 / 3

Workflow Clarity

Steps are clearly sequenced, but there's no validation or feedback loop—no check that the inserted event doesn't conflict, no guidance on what to do if freebusy shows conflicts, and the gap between step 2 (identify gaps) and step 3 (add event) lacks explicit decision-making guidance. The dates in step 2 (2025) and step 3 (2026) are inconsistent, suggesting a copy-paste error.

2 / 3

Progressive Disclosure

For a simple, short skill under 50 lines, the structure is appropriate. It references the prerequisite gws-calendar skill clearly and keeps content at one level with no unnecessary nesting.

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.