CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-drive-upload

Google Drive: Upload a file with automatic metadata.

72

Quality

66%

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-drive-upload/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 very brief and only partially communicates the skill's purpose. While it names the platform (Google Drive) and a single action (upload with metadata), it lacks a 'Use when...' clause, multiple concrete actions, and sufficient trigger terms to reliably distinguish it from other file or cloud storage skills.

Suggestions

Add an explicit 'Use when...' clause with trigger terms like 'upload to Google Drive', 'save file to Drive', 'Google Drive upload', 'cloud storage'.

List additional concrete actions or clarify what 'automatic metadata' includes (e.g., 'sets file name, MIME type, parent folder, and description automatically').

Include common user phrasing variations such as 'push to Drive', 'store in Google Drive', or 'add file to my Drive folder' to improve trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain (Google Drive) and one action (upload a file with automatic metadata), but does not list multiple concrete actions or elaborate on what 'automatic metadata' entails.

2 / 3

Completeness

Describes what it does (upload a file with automatic metadata) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also thin, warranting a 1.

1 / 3

Trigger Term Quality

Includes 'Google Drive' and 'upload a file' which are natural terms users might say, but misses common variations like 'upload to Drive', 'share file', 'Google Docs', or file type mentions.

2 / 3

Distinctiveness Conflict Risk

Specifying 'Google Drive' and 'upload' provides some distinctiveness, but 'upload a file' is generic enough to potentially overlap with other cloud storage or file management skills.

2 / 3

Total

7

/

12

Passed

Implementation

100%

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-crafted, concise skill that efficiently documents a single CLI command. It provides all necessary information (flags, examples, tips, safety warning) without any bloat, and properly delegates shared concerns to referenced files. The structure is clean and immediately actionable.

DimensionReasoningScore

Conciseness

Every token earns its place. No unnecessary explanations of what Google Drive is or how file uploads work. The tips section is minimal and adds genuinely useful information about MIME type detection and filename inference.

3 / 3

Actionability

Provides concrete, copy-paste ready CLI commands with clear flag descriptions and multiple usage examples covering common scenarios. The flag table is precise with required/default columns.

3 / 3

Workflow Clarity

This is a simple single-action skill (upload a file), so no multi-step workflow is needed. The caution callout about confirming with the user before executing serves as an appropriate validation checkpoint for a write operation.

3 / 3

Progressive Disclosure

Clean overview with well-signaled one-level-deep references to shared auth/flags skill and parent drive skill. The prerequisite callout at the top clearly directs to shared configuration without inlining it.

3 / 3

Total

12

/

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.