Content
35%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is an overstuffed, monolithic feature catalog with mostly concrete but frequently non-executable code and no validation checkpoints, capped further by dead bundle-file references that should hold the overflow content.
Suggestions
Trim the body to a lean overview and move the exhaustive feature catalogs (Advanced Features, Metrics & Analytics, Examples, Swarm Coordination Features) into actual bundle files referenced one level deep.
Fix the systematic path/syntax errors that break executability (e.g. '.github$workflows$...' -> '.github/workflows/...', '2>$dev$null' -> '2>/dev/null') and replace pseudocode MCP invocations with real tool-call syntax.
Add explicit validation/verification checkpoints before destructive or batch operations, e.g. confirm before 'gh issue close' in the stale-issue flow.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~570-line body is a monolithic catalog of speculative feature variants and fabricated-looking 'npx ruv-swarm github ...' commands that massively exceeds the token budget a SKILL.md overview should occupy, matching the 'verbose; padded with unnecessary context' anchor. | 1 / 3 |
Actionability | There is abundant concrete guidance with real 'gh' CLI commands, but much is not actually executable due to systematic errors such as '.github$workflows$issue-swarm.yml' and '2>$dev$null' (broken paths/redirects) and pseudocode MCP invocations like 'mcp__claude-flow__swarm_init { topology: ... }', fitting the 'some concrete guidance but incomplete / pseudocode' anchor. | 2 / 3 |
Workflow Clarity | Multi-step sequences (issue-init, decomposition, progress tracking, stale-issue processing) are present and commented, but destructive/batch operations like the stale-issue auto-close flow lack any validation or verify-before-proceed checkpoint, which per the rubric caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | Section headings provide some structure, but content that should live in bundle files (Advanced Features, Metrics & Analytics, Examples, Swarm Coordination Features) is all inline, and the three references at the end point to files that do not exist, so references are present but poorly signaled and broken. | 2 / 3 |
Total | 7 / 12 Passed |