CtrlK
BlogDocsLog inGet started
Tessl Logo

google-slides-review

Use this skill at the end of a Google Slides deck-creation flow run by the same agent in the current session, before reporting the finished URL to the user. Catches the failure modes a creating agent reliably misses — surviving placeholder text, unswapped template imagery, layout overflow, hidden-original leaks. Trigger when the parent google-slides workflow reaches Step 9 / QA, or when the user asks "is this deck ready?" / "QA my deck" about a deck this agent itself just edited. Do NOT trigger for reviewing decks the agent did not create — without the Step 5 pre-fill snapshot the leak check silently degrades and the result is misleading.

73

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

A well-structured, highly actionable review skill with literal sub-agent prompts, explicit validation checkpoints, and a clear iteration loop. The main weakness is motivational justification prose that could be trimmed for token efficiency.

Suggestions

Trim the rationale paragraphs (e.g. the opening four lines and the 'recreates the bias the parallel sub-agents exist to escape' aside) to one sentence each — the design intent is already implied by the sub-agent structure.

Cut redundant compliance justifications inside sub-agent prompts (e.g. 'Be skeptical: a deck that "looks fine" on a first glance routinely has 1-2 leftover placeholders the creator missed') where the preceding rule already mandates the check.

DimensionReasoningScore

Conciseness

The body is dense and actionable, but includes motivational justification prose ('The creating agent has fresh memory... declaring "looks good" without actually inspecting each slide', 'running checks inline... recreates the bias the parallel sub-agents exist to escape') that could be tightened. Not score 3 because several sentences restate the skill's purpose rather than instruct; not score 1 because it never explains concepts Claude already knows and the bulk is concrete instruction.

2 / 3

Actionability

Provides literal copy-paste TaskCreate sub-agent prompts with exact tool calls (google_slides_list_slides, get_thumbnail, get_slide, replace_text, batch_update insertText, deleteObject, deleteTableRow), specific YAML output schemas, and a concrete report template. Not score 2 because guidance is fully executable, not pseudocode.

3 / 3

Workflow Clarity

Clear 5-step workflow with an input sanity-check gate, per-sub-agent validation checkpoints ('If either is missing or empty... return a single snapshot-malformed finding and stop'), and an explicit iteration feedback loop (0 findings → done; findings → fix and re-run with iteration+1; iteration 3 → surface to user). Not score 2 because validation checkpoints and the feedback loop are explicit.

3 / 3

Progressive Disclosure

Single self-contained file with no bundle directories, well-sectioned (Inputs, Workflow, Sub-agent prompts, Aggregation, Loop contract); the one external reference (parent skill's references/workflow.md for the snapshot schema) is one level deep and clearly signaled with a markdown link. Not score 2 because there is no monolithic wall, no nested references, and the inline sub-agent prompts are core operational content that belongs inline.

3 / 3

Total

11

/

12

Passed

Description

100%

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, highly specific description that clearly states what it does, when to trigger it with natural user phrases, and an explicit anti-trigger to avoid misuse. Voice is imperative ('Use this skill'), consistent with the good reference examples.

DimensionReasoningScore

Specificity

Lists multiple concrete failure modes it catches — 'surviving placeholder text, unswapped template imagery, layout overflow, hidden-original leaks' — rather than vague language. Not score 2 because it enumerates several specific concrete actions, not just a domain.

3 / 3

Completeness

Explicitly answers what it does ('Catches the failure modes a creating agent reliably misses') and when to use it ('Trigger when the parent google-slides workflow reaches Step 9 / QA...'). Not score 2 because both what and when are explicit with a 'Trigger when' clause.

3 / 3

Trigger Term Quality

Includes natural user phrases ('is this deck ready?', 'QA my deck') plus the 'Step 9 / QA' workflow trigger. Good coverage of terms a user would actually say; not score 2 because it gives multiple natural variations rather than a single keyword.

3 / 3

Distinctiveness Conflict Risk

Highly specific niche — reviewing a deck the same agent just created in the current session — with an explicit anti-trigger ('Do NOT trigger for reviewing decks the agent did not create'). Unlikely to conflict with other skills; not score 2 because the guard clause removes the obvious overlap risk.

3 / 3

Total

12

/

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

relative_links

Relative link issues: 1 suspicious

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
treasure-data/td-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.