CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-keep

Manage Google Keep notes.

51

Quality

40%

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

Quality

Discovery

22%

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 and lacks both specific actions and explicit trigger guidance. While 'Google Keep' provides some distinctiveness, the vague verb 'manage' and absence of a 'Use when...' clause make it insufficient for Claude to reliably select this skill from a large pool.

Suggestions

List specific concrete actions such as 'Create, edit, archive, pin, and label Google Keep notes and checklists'.

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about Google Keep, sticky notes, checklists, reminders, or note management in Google.'

Include natural trigger term variations like 'checklist', 'reminder', 'to-do', 'sticky note', and 'Google Keep' to improve keyword coverage.

DimensionReasoningScore

Specificity

The description says only 'Manage Google Keep notes' which is vague — 'manage' is abstract and does not list any concrete actions like creating, editing, archiving, labeling, or searching notes.

1 / 3

Completeness

The description weakly addresses 'what' (manage notes) and completely omits 'when' — there is no 'Use when...' clause or any explicit trigger guidance, which per the rubric caps completeness at 2, and the weak 'what' brings it to 1.

1 / 3

Trigger Term Quality

'Google Keep' and 'notes' are natural keywords a user might say, but the description lacks common variations like 'checklist', 'reminder', 'label', 'pin note', or 'to-do list' that users might also use when referring to Google Keep functionality.

2 / 3

Distinctiveness Conflict Risk

'Google Keep' is a specific product which helps distinguish it, but 'manage notes' could overlap with other note-taking skills (e.g., Notion, Evernote, Apple Notes). Adding more specific triggers would reduce conflict risk.

2 / 3

Total

6

/

12

Passed

Implementation

57%

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

This skill provides a reasonable reference for Google Keep CLI operations with good progressive disclosure via the shared skill reference and schema discovery pattern. However, it lacks concrete executable examples with actual parameters, and the API descriptions include verbosity that Claude doesn't need. The absence of validation steps for the irreversible delete operation is a notable gap.

Suggestions

Add at least one concrete, copy-paste-ready example showing a full `gws keep notes create --params '...'` or `gws keep notes list` command with realistic parameters.

Trim the API resource descriptions to remove details Claude can discover via `gws schema` (e.g., page token mechanics, 400 error details).

Add a validation/confirmation step or warning pattern for the destructive `delete` operation, such as verifying the note exists first with `get` before deleting.

DimensionReasoningScore

Conciseness

Mostly efficient, but includes some unnecessary verbosity in the API resource descriptions (e.g., explaining what page tokens are, explaining 400 error for media download). These are details Claude already knows or could discover via `gws schema`.

2 / 3

Actionability

Provides concrete CLI commands for discovery (`gws keep --help`, `gws schema`), but lacks executable examples of actual note creation, listing, or deletion with specific `--params`/`--json` flags. The guidance is more of a reference catalog than copy-paste-ready instructions.

2 / 3

Workflow Clarity

The 'Discovering Commands' section provides a two-step discovery workflow, but there's no validation or error-handling guidance. For destructive operations like `delete` (which is explicitly noted as irreversible), there's no verification checkpoint or confirmation step.

2 / 3

Progressive Disclosure

Clear structure with a prerequisite reference to shared auth/security skill, well-organized sections for API resources and discovery, and appropriate use of `gws schema` as a discovery mechanism rather than inlining all parameter details.

3 / 3

Total

9

/

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.