CtrlK
BlogDocsLog inGet started
Tessl Logo

gog-analytics

Google Analytics operations through gog.

63

Quality

75%

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 ./.agents/skills/gog-analytics/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The body is a tight, executable, well-structured CLI skill that defers full flag contracts to runtime `--help`/`schema` calls and shared rules to the sibling gog skill. It provides clear safe-start sequencing and explicit safety checkpoints for writes.

DimensionReasoningScore

Conciseness

The body is lean — a short safe-start block, a tight bullet list, and a two-row command table — with no padding or explanation of concepts Claude already knows; every section earns its place.

3 / 3

Actionability

It provides copy-paste-ready executable commands (e.g. `gog --readonly --account user@example.com analytics --help`), specific flags, and a command table, with further detail correctly deferred to `--help` and `gog schema analytics ... --json`.

3 / 3

Workflow Clarity

The Safe start sequence (auth check → schema → readonly help) is clearly ordered, and risky operations get explicit checkpoints — confirm account/object/mutation before writes, `--dry-run` before writes, `--readonly` when mutation is forbidden — satisfying the validation requirement for destructive ops.

3 / 3

Progressive Disclosure

At ~36 lines with well-organized sections and no need for bundle files (none present), it meets the 'under 50 lines, well-organized sections' allowance; the only cross-reference (`../gog/SKILL.md`) is one level deep and clearly signaled.

3 / 3

Total

12

/

12

Passed

Description

50%

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 correctly identifies the domain and tool but relies on the vague word 'operations' and omits any explicit 'Use when' trigger guidance. It is functional but generic, scoring at the midpoint across all dimensions.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to list GA4 accounts, run Google Analytics reports, or work with Analytics Data API data.'

Replace the generic 'operations' with concrete actions: 'List GA4 account summaries and run GA4 reports (Analytics Data API) through gog.'

Include common user-facing terms like 'GA4', 'Analytics Data API', and 'reports' to improve trigger-term coverage.

DimensionReasoningScore

Specificity

The phrase "Google Analytics operations through gog" names the domain and tool, but the only action word is the generic "operations", which is not a concrete action like 'run reports' or 'list accounts'; it is above the vague 'Helps with documents' anchor but below the multi-action score-3 anchor.

2 / 3

Completeness

It states what the skill does ("Google Analytics operations through gog") but includes no 'Use when...' clause or equivalent explicit trigger guidance, so per the rubric completeness is capped at 2.

2 / 3

Trigger Term Quality

"Google Analytics" is a natural term users say, but common variations a user might actually utter — GA4, Analytics Data API, reports, traffic — are absent, matching the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

Google Analytics is a distinct niche, but the bare "operations through gog" phrasing leaves scope ambiguous and could overlap with adjacent gog skills (e.g. Google Ads), fitting the 'somewhat specific but could still overlap' anchor rather than the fully-distinct score-3 example.

2 / 3

Total

8

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
openclaw/gogcli
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.