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.

69

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

88%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 high-quality, actionable skill body with concrete prompts, explicit validation, and a well-defined fix-loop contract. The only soft spot is mild verbosity from repeated design rationale.

Suggestions

Trim the duplicated 'bias-escape' rationale that appears in the intro, the workflow note, and inside Sub-agent 1's prompt — state it once.

Consider extracting the three sub-agent prompt blocks into references/<n>.md so SKILL.md reads as an overview with clearly signaled one-level-deep references.

DimensionReasoningScore

Conciseness

Largely lean — the bulk is functional literal sub-agent prompts, output schemas, and rules that earn their tokens. Minor repeated meta-justifications ('the exact failure this skill exists to catch', 'recreates the bias the parallel sub-agents exist to escape') could be trimmed.

4 / 5

Actionability

Fully executable: copy-paste sub-agent prompts with explicit tool calls (google_slides_get_thumbnail + Read on the returned path), enumerated template tokens to scan, concrete YAML output schemas, and a filled-in markdown report template.

5 / 5

Workflow Clarity

A clear 5-step sequence with an upfront input sanity-check, parallel sub-agent fan-out, a completeness check ('inspected_slide_ids'/'compared_slide_ids' final lines), and a feedback loop (iteration contract with a stop-at-3 escalation and re-verify-before-claiming-fixed rule).

5 / 5

Progressive Disclosure

Well-organized into clearly headed sections (Inputs, Workflow, Sub-agent prompts, Aggregating, Loop contract) with no nested references. The three long inlined sub-agent prompts are appropriate to keep inline but represent a minor organization gap that a references/ split could relieve.

4 / 5

Total

18

/

20

Passed

Description

82%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, well-scoped description that crisply states what it catches, when to fire, and when not to fire. The only demerit is a specificity reduction for second-person voice.

DimensionReasoningScore

Specificity

Lists several concrete failure modes ('surviving placeholder text, unswapped template imagery, layout overflow, hidden-original leaks'), a baseline 4, but the second-person framing 'Use this skill at the end of...' triggers the -1 voice penalty.

3 / 5

Completeness

Explicitly answers both what ('Catches the failure modes...') and when ('Trigger when the parent google-slides workflow reaches Step 9 / QA, or when the user asks...') with concrete trigger phrases and explicit negative-trigger guidance.

5 / 5

Trigger Term Quality

Includes natural user phrases ('is this deck ready?', 'QA my deck') plus 'Step 9 / QA' and 'Google Slides deck-creation', giving good keyword coverage with only minor synonyms missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche (same-session decks this agent just created) with an explicit anti-conflict clause ('Do NOT trigger for reviewing decks the agent did not create'), minimizing wrong-skill activation.

5 / 5

Total

17

/

20

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.