Content
38%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is an oversized, padded monolith that mixes executable gh commands with non-executable pseudocode against invented APIs. Workflows show some validation but it is inconsistent across batch operations, and progressive disclosure is essentially absent with everything inlined into one file.
Suggestions
Move the patterns, API reference, and example workflows into separate reference files under references/ and link to them from a concise overview, cutting the body to a lean quick-start.
Make code examples executable as written or explicitly label pseudocode; replace invented `mcp__claude-flow__*` / `Task(...)` calls with real, verifiable commands or mark them as illustrative.
Add explicit validation/feedback checkpoints (validate -> fix -> retry) to every batch and destructive workflow, especially the security-patch and cross-repo update flows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body runs ~850 lines with heavily padded, repetitive sections (dozens of near-identical `npx claude-flow skill run ...` invocations and marketing-style overviews), noticeably exceeding token budget even though it avoids patronizing explanations of basic concepts. | 2 / 5 |
Actionability | It mixes real executable gh-CLI shell commands with non-executable pseudocode using invented APIs (`mcp__claude-flow__swarm_init`, `Task(...)`, `Bash(\`...\`)`), so guidance is concrete in places but incomplete and not copy-paste ready. | 3 / 5 |
Workflow Clarity | Sequences are present and some batch workflows include validation (`if npm test; then ... gh pr create`), but validation is inconsistent across the many destructive/batch operations, leaving checkpoints missing or implicit, which caps this at 3. | 3 / 5 |
Progressive Disclosure | Despite section headers, the skill is a single monolithic ~850-line file with no bundle files in references/, scripts/, or assets/; content that clearly belongs in separate files (patterns, API reference, examples) is all inlined, and the one cited path (`.claude/examples/github-multi-repo/`) has no corresponding bundle. | 2 / 5 |
Total | 10 / 20 Passed |