CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-gmail

Gmail: Send, read, and manage email.

61

Quality

52%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/gws-gmail/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

32%

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 extremely terse—it identifies the domain (Gmail) and a few high-level actions but lacks specificity in capabilities, omits a 'Use when...' clause entirely, and misses many natural trigger terms users might employ. While 'Gmail' provides some distinctiveness, the description needs significantly more detail to help Claude reliably select this skill from a large pool.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks to send, read, search, or organize emails, or mentions Gmail, inbox, or email attachments.'

Expand the list of concrete actions beyond 'manage' to include specific capabilities like searching emails, adding labels, archiving, deleting, handling attachments, or replying/forwarding.

Include more natural trigger terms and variations such as 'inbox', 'compose', 'reply', 'forward', 'attachment', 'mail', and 'e-mail'.

DimensionReasoningScore

Specificity

Names the domain (Gmail/email) and lists some actions (send, read, manage), but 'manage' is vague and doesn't specify concrete actions like searching, labeling, archiving, or deleting.

2 / 3

Completeness

Answers 'what' briefly but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill, which per the rubric caps completeness at 2, and the 'what' is also quite thin, warranting a 1.

1 / 3

Trigger Term Quality

Includes 'Gmail' and 'email' which are natural trigger terms users would say, but misses common variations like 'e-mail', 'inbox', 'compose', 'reply', 'forward', 'attachment', or 'mail'.

2 / 3

Distinctiveness Conflict Risk

'Gmail' is fairly distinctive and points to a specific service, but 'manage email' could overlap with other email-related skills (e.g., Outlook, generic email tools). The mention of Gmail helps but isn't fully disambiguating.

2 / 3

Total

7

/

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.

This is a well-structured hub skill that efficiently organizes Gmail functionality across helper commands with clear navigation. Its main weakness is the lack of concrete executable examples for direct API usage (beyond discovery commands), and the API resources section reads more like documentation than actionable guidance. The progressive disclosure pattern is excellent for a skill that delegates to specialized sub-skills.

Suggestions

Add 1-2 concrete executable examples of common API calls (e.g., listing recent messages: `gws gmail users.messages list --params 'maxResults=5,q=is:unread'`)

Make the discovery workflow more explicit with a numbered sequence: 1. Browse resources → 2. Inspect method schema → 3. Build and execute the call

DimensionReasoningScore

Conciseness

The content is lean and efficient. No unnecessary explanations of what Gmail is or how email works. Every section serves a clear purpose: prerequisites, CLI syntax, helper commands, API resources, and discovery commands.

3 / 3

Actionability

Provides concrete CLI commands for discovery (`gws gmail --help`, `gws schema`) and links to helper command skills, but lacks executable examples of actual API calls (e.g., listing messages, getting a specific message). The API resources section is a list of descriptions rather than actionable commands.

2 / 3

Workflow Clarity

The discovery workflow (browse → inspect → build params) is present but implicit. There's no explicit sequence for common tasks like 'find and read a message' or validation steps. For a hub/overview skill this is acceptable but could be clearer about the discover-then-execute pattern.

2 / 3

Progressive Disclosure

Excellent progressive disclosure structure. The skill serves as a clear hub, linking to specific helper command skills (send, triage, reply, etc.) via well-organized table with one-level-deep references. Points to shared auth skill as prerequisite.

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.