CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-events-renew

Google Workspace Events: Renew/reactivate Workspace Events subscriptions.

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/gws-events-renew/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 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 soon', 'refresh subscription', or 'extend Workspace Events subscription'.

Expand the 'what' portion with more concrete actions, e.g., 'Checks subscription status, renews active subscriptions before expiration, and reactivates expired Google Workspace Events subscriptions.'

DimensionReasoningScore

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) without any bloat, and appropriately delegates shared concerns (auth, global flags) to the referenced shared skill. The structure is clean and easy to follow.

DimensionReasoningScore

Conciseness

Every token earns its place. No unnecessary explanations of what subscriptions are or how Workspace Events work. The content is lean, assumes Claude's competence, and focuses purely on usage, flags, and examples.

3 / 3

Actionability

Provides concrete, copy-paste ready CLI commands with clear flag descriptions and multiple usage examples. The flag table gives all necessary details for execution.

3 / 3

Workflow Clarity

This is a simple, single-purpose skill (renew subscriptions). The two usage patterns (single subscription vs. all) are clearly distinguished. No destructive or batch operations requiring validation checkpoints — renewing is idempotent and safe.

3 / 3

Progressive Disclosure

Clear, well-organized sections with appropriate one-level-deep references to the shared skill and parent events skill. Content is appropriately scoped to this single command without inlining unrelated material.

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.

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.