CtrlK
BlogDocsLog inGet started
Tessl Logo

gog-inbox-triage

Gmail inbox triage with gog: prioritize unread mail, inspect safely, and prepare reply drafts.

67

Quality

80%

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-inbox-triage/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

92%

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

The content is a tight, executable triage procedure with strong safety guardrails and a clear validation-gated workflow. The only real gap is progressive disclosure: the two referenced sibling SKILL.md files do not exist as real bundle files relative to the skill directory.

Suggestions

Ensure the referenced ../gog/SKILL.md and ../gog-gmail/SKILL.md files actually exist alongside this skill, or replace the references with inline minimal guidance.

Add a short "## Buckets" or "## Output" subheading to make the four-bucket output format easier to scan.

Clarify how THREAD_ID is obtained from step 2's search results so the step-3 command is fully self-contained.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: each numbered step is a bounded, runnable command with no concept over-explanation, so every token earns its place.

3 / 3

Actionability

Steps give fully executable gog commands with concrete flags (--readonly, --gmail-no-send, --sanitize-content, --max 25) and copy-paste-ready examples; the only placeholder (THREAD_ID) is an appropriately-justified variable.

3 / 3

Workflow Clarity

A clear 5-step sequence with an explicit auth validation checkpoint (step 1) and a gated write path (step 5, draft only when requested, --readonly dropped but --gmail-no-send kept), plus explicit untrusted-content handling.

3 / 3

Progressive Disclosure

This under-50-line single-task skill is well-organized and signals one-level-deep references ("Read ../gog/SKILL.md and ../gog-gmail/SKILL.md first"), but those referenced files are not verifiable as real bundle files, weakening navigation reliability.

2 / 3

Total

11

/

12

Passed

Description

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 is specific and clearly niched, naming three concrete actions. Its main weakness is the missing explicit "Use when..." trigger guidance and only partial coverage of the natural terms a user might actually say.

Suggestions

Add an explicit "Use when..." clause, e.g. "Use when the user asks to triage, clear, or catch up on their Gmail inbox."

Broaden trigger terms to include common user phrasings like "email", "inbox", "reply", and "unread messages".

Optionally note the no-send / draft-only boundary in the description to further distinguish from general mail skills.

DimensionReasoningScore

Specificity

"prioritize unread mail, inspect safely, and prepare reply drafts" lists multiple specific concrete actions in the Gmail domain, matching the anchor for listing several distinct actions.

3 / 3

Completeness

The what is explicit (triage, inspect, draft replies) but there is no "Use when..." trigger clause, which per guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Includes natural terms like "Gmail inbox triage" and "unread mail" but omits common user phrasings such as "email", "clear my inbox", or "reply", so coverage of natural terms is partial.

2 / 3

Distinctiveness Conflict Risk

The Gmail-triage-via-gog niche is specific with distinct triggers and is unlikely to overlap with unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

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.