CtrlK
BlogDocsLog inGet started
Tessl Logo

google-sheets

Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values. Lightweight integration with standalone OAuth authentication supporting full read/write access.

72

Quality

88%

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

SKILL.md
Quality
Evals
Security

Quality

Content

76%Weight 40%Scale 1-5

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

A highly actionable, well-organized command catalog with concrete executable examples pointing to real bundle scripts. Its main weakness is the absence of validation/verification steps for destructive write and batch operations, which caps workflow clarity.

Suggestions

Add a verification checkpoint after destructive writes (update-range, clear-range) — e.g. re-run 'get-range' to confirm the expected values before declaring success.

Add a validate-then-retry feedback loop for batch-update (inspect the batch response per range; on failure, fix and re-submit) since it is the most failure-prone operation.

Trim the duplicated opening sentence that restates the description, and condense the three output-format example blocks into a single compact illustration to reclaim tokens.

DimensionReasoningScore

Conciseness

The body is command-focused and largely lean, but the opening line ('Lightweight Google Sheets integration... Full read/write access.') duplicates the description's final sentence, and the multi-block output-format examples add tokens that could be trimmed.

4 / 5

Actionability

Copy-paste-ready commands reference real bundle scripts (e.g. 'python scripts/sheets.py get-text SPREADSHEET_ID --format csv') and cover the common read/write cases with concrete arguments.

5 / 5

Workflow Clarity

Commands are well-organized into setup/read/write sections, but destructive and batch operations (update-range, clear-range, batch-update) lack any validation/verification checkpoint, which caps this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

Well-structured sections with clear one-level-deep references to the real bundle scripts (auth.py, sheets.py); minor gaps in that reference-style content (output formats, A1 notation) is kept fully inline rather than split into separate docs.

4 / 5

Total

16

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that clearly states capabilities and provides an explicit, comprehensive trigger list. It avoids fluff and is highly specific to the Google Sheets domain.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata' — giving comprehensive coverage rather than vague abstractions.

5 / 5

Completeness

It explicitly answers both 'what' (read/write actions enumerated) and 'when' (a concrete 'Use when user asks to:' trigger list), matching the top anchor.

5 / 5

Trigger Term Quality

The 'Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values' clause provides comprehensive natural phrasings users would actually say.

5 / 5

Distinctiveness Conflict Risk

'Google Sheets' is a clear niche with distinct, product-specific triggers, giving minimal conflict risk with other skills.

5 / 5

Total

20

/

20

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
sanjay3290/ai-skills
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.