CtrlK
BlogDocsLog inGet started
Tessl Logo

google-drive

Google Drive via gws: search, list, upload, download, share.

60

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/google/google-drive/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%Weight 40%Scale 1-3

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

The body is highly actionable with clear sequenced workflows and error-recovery checkpoints, but it carries some redundancy and keeps all reference material inline in one file.

Suggestions

Deduplicate the notes-vs-rules overlap (Rules 5–6 restate "When NOT to Use" items) to tighten conciseness.

Move the per-verb API reference into a one-level-deep REFERENCE.md and signal it from a concise Quick Reference to improve progressive disclosure.

Trim the Prerequisites and account-selection prose to the essential decision rules.

DimensionReasoningScore

Conciseness

The body is mostly efficient with no concept-padding, but "When NOT to Use" items are restated as Rules 5–6 and the Prerequisites/Selecting an account prose is long enough that it could be tightened.

2 / 3

Actionability

Commands like `gws drive files list --params '{"q":"name contains '\''Q1 budget'\''"}'` and `gws drive files export --params '...' -o ./doc.pdf` are concrete, executable, and copy-paste ready across every operation.

3 / 3

Workflow Clarity

The setup flow is a numbered sequence with an explicit checkpoint ("Wait for the user's answer"), API failures (scope/401/ENOENT) route to an error-recovery flow, and destructive/batch ops get safety checkpoints (trash-before-delete, --page-limit).

3 / 3

Progressive Disclosure

The skill is a single ~168-line file with no references/scripts/assets bundle; sections are well-organized, but the API reference is monolithic and inline rather than split into one-level-deep reference files.

2 / 3

Total

10

/

12

Passed

Description

67%Weight 40%Scale 1-3

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 well-scoped to Google Drive, but it omits an explicit "Use when..." trigger and natural keyword coverage is limited, which caps completeness and trigger quality.

Suggestions

Add an explicit "Use when..." clause, e.g. "Use when the user asks to find, upload, download, or share files in Google Drive."

Broaden natural trigger terms to include "files", "folders", and "share link", not just verbs.

Consider dropping or de-emphasizing the CLI jargon "via gws" from the user-facing description.

DimensionReasoningScore

Specificity

"Google Drive via gws: search, list, upload, download, share." lists five distinct concrete actions, matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

The description states what the skill does but has no "Use when..." trigger clause; per the guidelines a missing explicit trigger caps completeness at 2.

2 / 3

Trigger Term Quality

"Google Drive" and the verbs "search, upload, download, share" are natural user terms, but coverage is thin — it omits common variations like "files", "folders", or "share link", and "via gws" is CLI jargon rather than a user phrase.

2 / 3

Distinctiveness Conflict Risk

"Google Drive via gws" carves a clear niche scoped to Drive-as-files, distinct from the google-docs/sheets content skills, so it is unlikely to trigger for the wrong skill.

3 / 3

Total

10

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
Open-Curiosity/gini-agent
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.