Content
7%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is extremely verbose and largely non-actionable, consisting primarily of hypothetical CLI commands for what appears to be a fictional `ruv-swarm` tool with no installation or setup instructions. The content reads more like a product feature wishlist or marketing document than an executable skill guide. It lacks validation steps, error handling, and any verification that the referenced tools actually exist or work as described.
Suggestions
Remove all references to `npx ruv-swarm` commands unless this is a real, installable tool — replace with actual executable commands using `gh` CLI and the MCP tools listed in the frontmatter
Reduce content to under 100 lines focusing on the core workflow: fetching an issue, decomposing it into tasks, spawning agents, and tracking progress — using only the tools declared in the frontmatter
Add explicit validation checkpoints (e.g., verify issue exists before decomposing, confirm agent spawn succeeded before orchestrating, validate checklist updates before posting comments)
Fix MCP tool call syntax to use proper JSON format and provide concrete, executable examples that match the tools listed in the frontmatter (mcp__github__get_issue, mcp__claude-flow__swarm_init, etc.)
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at 400+ lines with massive amounts of speculative CLI commands for a tool (ruv-swarm/npx ruv-swarm) that appears hypothetical. Enormous sections on stale issue handling, duplicate detection, metrics, and best practices that explain concepts Claude already knows. Most content is aspirational rather than instructional. | 1 / 3 |
Actionability | Nearly all commands reference `npx ruv-swarm` which appears to be a non-standard/hypothetical tool with no installation or verification instructions. The bash scripts mix real `gh` CLI commands with fictional tool invocations, making them non-executable. The MCP tool calls at the end use invalid syntax (not proper JSON arguments). Nothing is copy-paste ready. | 1 / 3 |
Workflow Clarity | Despite showing many multi-step processes (issue decomposition, progress tracking, stale issue handling), there are no validation checkpoints or error recovery steps. The workflows assume every command succeeds and provide no guidance on what to do when things fail. Destructive operations like closing issues and editing issue bodies lack any verification steps. | 1 / 3 |
Progressive Disclosure | The content has section headers and references other skill files (swarm-pr.md, sync-coordinator.md, workflow-automation.md) at the bottom, but no bundle files are provided to verify these exist. The main file itself is a monolithic wall of content that should have been split into separate reference files for the many subsections (automation examples, integration patterns, metrics, etc.). | 2 / 3 |
Total | 5 / 12 Passed |