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 skill body is a long, code-heavy reference with strong concrete command coverage, but it is verbose, contains pervasive '$' escaping corruption that breaks many examples, lacks validation checkpoints around destructive PR operations, and references missing bundle files.
Suggestions
Fix the '$' escaping corruption throughout (e.g. '.github$workflows' -> '.github/workflows', '$swarm init' -> '$swarm init' as a literal trigger, 'actions$checkout' -> 'actions/checkout') so commands are executable.
Add explicit validation/verification steps before destructive or batch operations such as auto-merge and pr-fix --commit-fixes (e.g. verify swarm status and review count before merging).
Split the inlined reference material into actual referenced files (swarm-issue.md, sync-coordinator.md, workflow-automation.md) and create those files, or remove the dangling references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~390 lines with many overlapping command sections and padded scenarios, noticeably verbose beyond what Claude needs; not a 1 because most sections are task-oriented rather than concept explanation. | 2 / 5 |
Actionability | Concrete gh/npx commands and code are present, but pervasive '$' corruption in paths and MCP tool calls misformatted as bash make many examples non-executable as written. | 3 / 5 |
Workflow Clarity | Sections are topical but lack an end-to-end sequenced workflow, and destructive/batch operations (auto-merge, pr-fix --commit-fixes, multi-PR coordination) have no validation checkpoints, which caps this at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | It is a monolithic single file with content that belongs in separate references, and the three referenced sibling .md files (swarm-issue, sync-coordinator, workflow-automation) do not exist and are only mentioned at the very end. | 2 / 5 |
Total | 10 / 20 Passed |