CtrlK
BlogDocsLog inGet started
Tessl Logo

gog-gmail

Gmail operations through gog.

61

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/gog-gmail/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, highly actionable reference with concrete commands and strong safety guidance, weakened only by the absence of an explicit error-recovery feedback loop for its destructive operations.

Suggestions

Add a short validate->fix->retry loop for destructive commands (e.g. run with --dry-run, inspect the planned mutation, then execute) to lift workflow clarity.

Show a minimal worked example of a write (e.g. trash or send) with the confirm-and-dry-run pattern applied end-to-end.

Note what to do when 'gog auth list --check' fails (re-auth step) so the safe-start sequence has an explicit recovery path.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it never explains what Gmail or a CLI is, and every line (safe-start commands, safety bullets, command table) earns its place.

3 / 3

Actionability

It provides concrete, copy-paste-ready commands with explicit flags (--readonly, --account, --json --wrap-untrusted, --dry-run) and a command table with per-command purposes, plus pointers to --help and schema for exact syntax.

3 / 3

Workflow Clarity

A clear safe-start sequence and pre-flight safety checks exist (confirm account/object/mutation, --dry-run, --readonly), but the destructive operations it lists (batch, trash, delete) lack an explicit validate->fix->retry feedback loop, which caps the score at 2.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no bundle files and is cleanly organized into 'Safe start' and 'Commands' sections; the single off-loaded reference to ../gog/SKILL.md is clearly signaled and only one level deep.

3 / 3

Total

11

/

12

Passed

Description

57%

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 specific, distinguishable niche (Gmail via gog) but is terse and lacks concrete actions or an explicit use-when trigger, leaving most dimensions at the mid level.

Suggestions

Add an explicit 'Use when...' clause naming natural triggers, e.g. 'Use when the user asks to send, search, label, or organize Gmail messages.'

Replace the generic word 'operations' with 2-3 concrete actions such as 'search, send, label, and trash Gmail messages through gog.'

Include common user-spoken terms like 'email', 'inbox', and 'drafts' alongside 'Gmail' to improve trigger-term coverage.

DimensionReasoningScore

Specificity

It names a concrete domain ("Gmail") and the tool ("gog") but uses the generic word "operations" rather than listing specific actions, so it is above a fully vague level but below the comprehensive-action anchor.

2 / 3

Completeness

It states what the skill does (Gmail operations via gog) but has no "Use when…" clause or equivalent trigger guidance, which per the rubric caps completeness at 2.

2 / 3

Trigger Term Quality

"Gmail" is a strong natural keyword a user would say, but the description misses common action variations ("email", "send", "inbox", "search") and "gog" is a tool name rather than a user-spoken term.

2 / 3

Distinctiveness Conflict Risk

"Gmail operations through gog" pins a clear niche (Gmail via the gog tool) and is unlikely to trigger for non-Gmail or other gog-family skills.

3 / 3

Total

9

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
openclaw/gogcli
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.