Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
75
70%
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/gws-events-renew/SKILL.mdQuality
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 (Google Workspace Events subscription management) which gives it strong distinctiveness, but it lacks an explicit 'Use when...' clause and provides minimal detail about the concrete actions involved. Adding trigger guidance and expanding on the specific scenarios would significantly improve skill selection accuracy.
Suggestions
Add an explicit 'Use when...' clause, e.g., 'Use when the user needs to renew, reactivate, or extend an expired or expiring Google Workspace Events subscription.'
Include natural trigger terms users might say, such as 'expired subscription', 'subscription expiring', 'extend', 'refresh subscription', or 'Workspace Events not working'.
Expand the 'what' portion with more concrete actions, e.g., 'Checks subscription status, renews active subscriptions before expiry, and reactivates expired or suspended Workspace Events subscriptions.'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Google Workspace Events) and specific actions (renew/reactivate subscriptions), but doesn't elaborate on what that entails or list multiple concrete actions beyond the two mentioned. | 2 / 3 |
Completeness | Describes what it does (renew/reactivate subscriptions) but has no explicit 'Use when...' clause or equivalent trigger guidance, which per the rubric caps completeness at 2, and the 'what' is also quite thin, bringing it to 1. | 1 / 3 |
Trigger Term Quality | Includes relevant terms like 'Google Workspace Events', 'renew', 'reactivate', and 'subscriptions', but misses common variations users might say such as 'expired subscription', 'subscription expiring', 'refresh', or 'extend subscription'. | 2 / 3 |
Distinctiveness Conflict Risk | Very specific niche — Google Workspace Events subscription renewal/reactivation is unlikely to conflict with other skills, as it targets a narrow and well-defined domain. | 3 / 3 |
Total | 8 / 12 Passed |
Implementation
100%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 skill for a simple CLI command. It provides all necessary information—flags, examples, tips, and cross-references—without any bloat. The structure is clean and appropriate for the scope of the task.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. Every section serves a purpose—flags table, examples, tips—with no unnecessary explanation of what subscriptions are or how the API works. Assumes Claude's competence. | 3 / 3 |
Actionability | Provides concrete, copy-paste ready CLI commands with clear flag descriptions and realistic examples. The flag table with defaults and descriptions gives Claude everything needed to construct commands. | 3 / 3 |
Workflow Clarity | This is a simple, single-purpose skill (renew subscriptions). The two usage patterns (single subscription vs. batch renewal) are clearly distinguished. No destructive/batch operations requiring validation checkpoints—renewing is idempotent and safe. | 3 / 3 |
Progressive Disclosure | Clear, well-organized sections with appropriate cross-references to shared auth/flags skill and parent events skill. References are one level deep and clearly signaled in the 'See Also' section. | 3 / 3 |
Total | 12 / 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 | |
c7c6646
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.