CtrlK
BlogDocsLog inGet started
Tessl Logo

gemini

Gemini CLI for one-shot Q&A, summaries, and generation.

75

1.32x

Quality

66%

Does it follow best practices?

Impact

99%

1.32x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./openclaw/skills/gemini/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 identifies the tool (Gemini CLI) and general capability categories but lacks the specificity and explicit trigger guidance needed for reliable skill selection. The absence of a 'Use when...' clause is a significant gap, and the listed capabilities are too generic to clearly distinguish this skill from other AI assistant or text generation tools.

Suggestions

Add an explicit 'Use when...' clause with trigger terms like 'gemini', 'ask gemini', 'gemini query', 'one-shot generation', or 'gemini summarize'

Replace generic terms like 'Q&A, summaries, and generation' with specific concrete actions such as 'query Gemini for quick answers, generate text completions, summarize documents using Gemini API'

Clarify what distinguishes this from other LLM/AI skills - emphasize 'one-shot' CLI usage pattern and when to prefer Gemini over other tools

DimensionReasoningScore

Specificity

Names the domain (Gemini CLI) and lists some actions (Q&A, summaries, generation), but these are fairly generic categories rather than concrete specific actions like 'extract tables' or 'fill forms'.

2 / 3

Completeness

Describes what it does (Q&A, summaries, generation via Gemini CLI) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill.

1 / 3

Trigger Term Quality

Includes 'Gemini CLI' which is a specific trigger, and 'Q&A, summaries, generation' are somewhat natural terms, but missing common variations users might say like 'ask Gemini', 'generate with Gemini', 'gemini query', or 'one-shot prompt'.

2 / 3

Distinctiveness Conflict Risk

'Gemini CLI' provides some distinctiveness, but 'Q&A, summaries, and generation' are extremely broad capabilities that could overlap with many other AI/LLM-related skills or general text processing 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 an excellent, minimal skill that respects Claude's intelligence and token budget. It provides exactly what's needed for one-shot Gemini CLI usage without over-explaining. The structure is clean and the commands are immediately actionable.

DimensionReasoningScore

Conciseness

Extremely lean and efficient. No unnecessary explanations of what Gemini is or how CLI tools work. Every line provides actionable information.

3 / 3

Actionability

Provides concrete, copy-paste ready commands for common use cases. The quick start examples are immediately executable with clear flag usage.

3 / 3

Workflow Clarity

For this simple, single-purpose skill (one-shot CLI usage), the workflow is unambiguous. The auth note provides a clear recovery path if needed.

3 / 3

Progressive Disclosure

For a skill under 50 lines with no need for external references, the content is well-organized with clear sections (Quick start, Extensions, Notes).

3 / 3

Total

12

/

12

Passed

Validation

72%

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

Validation8 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

8

/

11

Passed

Repository
trpc-group/trpc-agent-go
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.