Content
52%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a detailed, well-sequenced multi-agent workflow with concrete tool calls and flag handling, but it is verbose, relies on template placeholders rather than executable examples, and is monolithic with no progressive disclosure into reference files.
Suggestions
Cut the extended-thinking preamble and generic "Use this skill when / Do not use this skill when / Instructions" boilerplate; assume Claude knows orchestration basics and keep only task-specific guidance.
Move the long per-phase agent prompt templates into a references/ file (e.g. prompts.md) and reference it one level deep, so SKILL.md stays a lean overview.
Add an explicit validation feedback loop around the destructive steps (e.g. after pre-push validation: if checks fail, fix and re-run before proceeding) to reach the top workflow-clarity anchor.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body carries verbose filler such as the extended-thinking preamble explaining multi-agent orchestration and generic boilerplate ("Clarify goals, constraints, and required inputs", "Use this skill when... working on complete git workflow...") that explains concepts Claude already knows, placing it between the verbose and mostly-efficient anchors but closer to verbose. | 1.5 / 3 |
Actionability | It gives concrete guidance — Task tool calls with specific subagent_type values, full prompt templates, flag definitions, branch-naming patterns, and revert commands — but the prompts are templates with placeholders like "[insert issues summary]" rather than copy-paste executable code, so it is just below the fully-executable anchor. | 2.5 / 3 |
Workflow Clarity | A clear five-phase sequence with numbered steps and per-step "Context from previous" / "Expected output" plus a Success Criteria checklist gives strong sequencing, but destructive batch operations (push, merge, revert) lack an explicit validate→fix→retry feedback loop, keeping it below the top anchor. | 2.5 / 3 |
Progressive Disclosure | There are no bundle files (references/scripts/assets absent) and no external file references; the large embedded agent-prompt templates and reference tables all live inline in one monolithic SKILL.md that could be split out, so it sits between the monolithic and lightly-structured anchors. | 1.5 / 3 |
Total | 8 / 12 Passed |