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.
| Dimension | Reasoning | Score |
|---|---|---|
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 |