Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is well-sectioned and example-rich, but the examples are non-executable pseudocode with placeholder values and inconsistent tool names, and merge workflows lack explicit validation checkpoints. It is a single inline document with no progressive disclosure structure.
Suggestions
Replace placeholder MCP pseudocode with concrete, executable commands (e.g., actual `gh pr create`/`gh pr merge` invocations with real flags) and reconcile the inconsistent mcp__claude-flow__* vs mcp__github__* tool names.
Add explicit validation checkpoints before destructive operations — e.g., verify `gh pr checks` and `gh pr view --json mergeable` pass before calling merge, with a fix-and-retry loop on failure.
Move the lengthy code examples and integration details into reference files (e.g., references/examples.md) and keep SKILL.md as a lean overview that links to them.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly example-driven and reasonably lean, but code snippets are illustrative MCP calls rather than executable commands and some sections (Best Practices, Integration, Error Handling) restate capabilities Claude already understands. | 2 / 3 |
Actionability | It provides concrete-looking MCP call examples, but many are non-executable pseudocode with placeholder values and inconsistent tool names (mcp__claude-flow__* vs mcp__github__*), so guidance is incomplete rather than copy-paste ready. | 2 / 3 |
Workflow Clarity | Usage patterns are numbered and sequenced, and a TodoWrite checklist appears, but there are no explicit validation checkpoints before destructive merge operations, which the rubric caps at 2 for batch/destructive workflows. | 2 / 3 |
Progressive Disclosure | Content is organized into clear sections, but everything is inline in a single monolithic SKILL.md with no referenced bundle files, so there is no one-level-deep reference structure to navigate. | 2 / 3 |
Total | 8 / 12 Passed |