Content
0%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is an extensive but largely non-functional feature catalog for a seemingly non-existent `npx ruv-swarm` CLI tool. The commands are not executable, the content is extremely verbose without adding actionable value, and there is no coherent workflow or validation structure. The skill reads more like a marketing feature list than an operational guide Claude could follow.
Suggestions
Replace fabricated `npx ruv-swarm` commands with actual executable `gh` CLI commands and MCP tool calls that Claude can use to interact with GitHub Projects
Reduce content to under 100 lines focusing on a clear sequential workflow: authenticate → find/create project → sync tasks → verify sync status, with explicit validation at each step
Add validation checkpoints and error recovery steps, especially for sync operations that could fail or create conflicts
Move configuration schemas and dashboard examples to separate referenced files, keeping SKILL.md as a concise overview with links to detailed materials
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at 400+ lines. Most commands reference a hypothetical `npx ruv-swarm` CLI with dozens of subcommands that appear fabricated/non-existent. Massive amounts of configuration examples (YAML, JSON, bash) that are not executable and serve as padding. The skill explains obvious concepts like board organization best practices that Claude already knows. | 1 / 3 |
Actionability | Nearly all commands use `npx ruv-swarm github ...` which appears to be a non-existent tool - these are not executable. The `gh` CLI commands mixed in are partially real but incomplete and contain syntax errors (e.g., `$dev$null` instead of `/dev/null`, broken URL paths with `$` instead of `/`). The vast majority of code blocks are aspirational pseudocode disguised as real commands. | 1 / 3 |
Workflow Clarity | No clear sequential workflow with validation checkpoints. The skill is organized as a feature catalog listing dozens of independent commands without explaining when or how to use them together. There are no feedback loops, no error recovery steps, and no validation between steps despite dealing with sync operations that could fail or cause data conflicts. | 1 / 3 |
Progressive Disclosure | Monolithic wall of content with 15+ sections all inline. References to `swarm-issue.md` and `multi-repo-swarm.md` at the bottom use broken paths (`.$swarm-issue.md`). No bundle files exist to support the references. Content that should be in separate files (configuration schemas, dashboard configs, view configs) is all dumped inline. | 1 / 3 |
Total | 4 / 12 Passed |