Move a Google Calendar event to a new time and automatically notify all attendees.
81
77%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/recipe-reschedule-meeting/SKILL.mdQuality
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 a specific capability around Google Calendar event rescheduling with attendee notification, making it distinctive. However, it lacks an explicit 'Use when...' clause and could benefit from additional trigger terms that users would naturally use, such as 'reschedule', 'meeting', or 'gcal'.
Suggestions
Add a 'Use when...' clause, e.g., 'Use when the user wants to reschedule, move, or change the time of a Google Calendar event.'
Include common trigger term variations such as 'reschedule', 'meeting', 'gcal', 'change time', 'calendar invite' to improve keyword coverage.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description lists specific concrete actions: 'Move a Google Calendar event to a new time' and 'automatically notify all attendees.' These are clear, actionable capabilities. | 3 / 3 |
Completeness | The 'what' is clearly stated (move a calendar event and notify attendees), but there is no explicit 'Use when...' clause or trigger guidance for when Claude should select this skill. | 2 / 3 |
Trigger Term Quality | Includes natural terms like 'Google Calendar', 'event', 'new time', and 'attendees', but misses common variations users might say such as 'reschedule', 'meeting', 'change time', 'gcal', or 'calendar invite'. | 2 / 3 |
Distinctiveness Conflict Risk | The description targets a very specific niche—moving Google Calendar events with attendee notification—which is unlikely to conflict with other skills. | 3 / 3 |
Total | 10 / 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 recipe skill that provides fully actionable commands for rescheduling a Google Calendar event. Its main weakness is the lack of a verification step after the patch operation to confirm the reschedule succeeded and notifications were sent. Otherwise, it's an excellent example of a focused, token-efficient skill.
Suggestions
Add a verification step after the patch command (e.g., re-fetch the event to confirm the new time) to improve workflow clarity.
Consider adding a brief note on error handling if the eventId is not found or the patch fails.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Very lean and efficient. The one-line description is the only slight redundancy with the prerequisite note, but overall every token earns its place. No unnecessary explanations of what Google Calendar is or how APIs work. | 3 / 3 |
Actionability | Provides fully concrete, copy-paste ready commands with specific flags, parameters, and JSON payloads. The example includes realistic values for dateTime, timeZone, sendUpdates, and calendarId. | 3 / 3 |
Workflow Clarity | Steps are clearly sequenced (find → get details → update), but there's no validation checkpoint after the patch operation (e.g., verify the event was updated, confirm attendees were notified) and no error recovery guidance if the update fails. | 2 / 3 |
Progressive Disclosure | For a simple, single-purpose skill under 50 lines, the content is well-organized with a clear prerequisite callout, a brief description, and a concise numbered workflow. No need for external references given the scope. | 3 / 3 |
Total | 11 / 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.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 10 / 11 Passed | |
a3768d0
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.