CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-workflow-email-to-task

Google Workflow: Convert a Gmail message into a Google Tasks entry.

64

Quality

56%

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-workflow-email-to-task/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 clearly identifies a specific integration workflow between Gmail and Google Tasks, giving it good distinctiveness. However, it lacks an explicit 'Use when...' clause and could benefit from additional trigger terms and synonyms that users might naturally use. The single action described is specific but narrow, and the absence of trigger guidance significantly limits its effectiveness for skill selection.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user wants to turn an email into a task, create a to-do from a Gmail message, or add a Google Tasks entry from their inbox.'

Include common natural language variations users might say, such as 'email to task', 'create task from email', 'todo from Gmail', 'save email as task'.

Consider listing additional related capabilities if the skill supports them, such as setting due dates, adding notes from the email body, or specifying task lists.

DimensionReasoningScore

Specificity

It names the domain (Google services) and describes a specific action (convert Gmail message to Google Tasks entry), but it only describes one concrete action rather than listing multiple capabilities.

2 / 3

Completeness

It answers 'what does this do' (converts Gmail to Google Tasks), but there is no explicit 'Use when...' clause or equivalent trigger guidance, which per the rubric caps completeness at 2, and the 'when' is entirely missing, warranting a 1.

1 / 3

Trigger Term Quality

Includes natural keywords like 'Gmail', 'Google Tasks', and 'message', which users might say. However, it misses common variations like 'email to task', 'create task from email', 'todo', or 'task list'.

2 / 3

Distinctiveness Conflict Risk

The description is quite specific to a narrow workflow—converting Gmail messages to Google Tasks entries—which is a clear niche unlikely to conflict with other skills.

3 / 3

Total

8

/

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 concise, well-structured skill with good progressive disclosure and clean formatting. However, it lacks explicit workflow sequencing (fetch → parse → confirm → create) and doesn't provide the actual implementation code or API calls needed to execute the conversion, limiting its actionability for Claude.

Suggestions

Add an explicit numbered workflow: 1. Fetch message via Gmail API, 2. Extract subject/snippet, 3. Confirm with user, 4. Create task via Tasks API, 5. Return task ID confirmation.

Include the actual API calls or code snippets showing how to fetch the Gmail message and create the Google Tasks entry, rather than only documenting the CLI surface.

DimensionReasoningScore

Conciseness

The content is lean and efficient. Every section serves a purpose—flags table, examples, tips—with no unnecessary explanation of what Gmail or Google Tasks are. No wasted tokens.

3 / 3

Actionability

Provides CLI commands and flag descriptions, but lacks the actual implementation details—there's no executable code showing how the Gmail message is fetched, parsed, and converted into a task via API calls. It describes the workflow at a CLI surface level only.

2 / 3

Workflow Clarity

The workflow is implicit rather than explicitly sequenced. There's no clear step-by-step process (fetch email → extract subject/snippet → create task → confirm). The tip mentions confirming with the user but doesn't integrate this into a defined workflow with validation checkpoints.

2 / 3

Progressive Disclosure

Clear overview with well-signaled one-level-deep references to gws-shared and gws-workflow. The prerequisite callout is prominent and the See Also section provides clean navigation to related skills.

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.