Content
0%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is an extremely verbose, poorly organized document that presents fictional/aspirational tooling as actionable guidance. The code examples reference non-existent packages and use incorrect MCP tool invocation syntax, making nothing executable. The content reads more like a marketing document for a hypothetical product than an actionable skill for Claude, with massive redundancy across sections that could be consolidated dramatically.
Suggestions
Replace fictional tool references (npx ruv-swarm, ruvnet/swarm-action) with actual executable commands using the MCP tools listed in the frontmatter, with correct invocation syntax
Reduce content to under 100 lines by eliminating redundant sections (e.g., consolidate the 10+ CLI command examples into a single reference table) and removing aspirational features
Add a clear sequential workflow (e.g., 1. Analyze repo → 2. Generate workflow → 3. Validate → 4. Deploy) with explicit validation checkpoints and error recovery
Split detailed templates and examples into separate bundle files (e.g., templates.md, security-workflows.md) and keep SKILL.md as a concise overview with clear navigation links
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at 400+ lines with massive amounts of repetitive content. Many sections show slight variations of the same pattern (CLI commands with different flags). Explains concepts Claude already knows, and includes speculative/aspirational features (e.g., 'ruv-swarm' commands that appear to be fictional). The content could be reduced by 70%+ without losing actionable information. | 1 / 3 |
Actionability | Despite containing many code blocks, nearly all examples reference a non-standard tool ('npx ruv-swarm actions') and fictional GitHub Actions ('ruvnet/swarm-action@v1') that don't appear to be real, executable tools. The MCP tool invocations use incorrect syntax (JSON-like objects instead of proper function calls). Nothing is copy-paste ready or verifiably executable. | 1 / 3 |
Workflow Clarity | No clear sequential workflow with validation checkpoints exists. The content is a sprawling collection of disconnected code snippets and templates without a coherent process flow. There are no feedback loops, error recovery steps, or verification checkpoints despite dealing with CI/CD pipelines (destructive/batch operations). The user has no idea where to start or what order to follow. | 1 / 3 |
Progressive Disclosure | Monolithic wall of text with 400+ lines of inline content that should be split across multiple files. References to external files (swarm-pr.md, swarm-issue.md, sync-coordinator.md) appear only at the very end with no context. No bundle files are provided to support these references. The document has many sections but no clear hierarchy or navigation strategy. | 1 / 3 |
Total | 4 / 12 Passed |