Content
65%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 is highly actionable with concrete, executable commands and clear orchestration sequences, but it is a verbose monolith with no progressive disclosure and missing validation checkpoints on its batch/dangerous-permission workflows. Splitting reference material into bundle files and adding explicit result-verification steps would substantially improve it.
Suggestions
Move the full CLI flags, slash-command, and keyboard-shortcut tables into reference files (e.g. references/CLI_FLAGS.md, references/SLASH_COMMANDS.md) and link to them from SKILL.md to enable progressive disclosure.
Add explicit validation/verification checkpoints to the Parallel Claude Instances and --dangerously-skip-permissions workflows (e.g. capture each session's final result and confirm success via the JSON `subtype` field before proceeding).
Consolidate the redundant 'Rules for Hermes Agents', 'Pitfalls & Gotchas', and 'Cost & Performance Tips' sections to remove restated guidance and tighten the token budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 746-line body is dense and mostly concrete reference material rather than concept-explanation fluff, but it is excessive in volume with redundant sections ('Rules for Hermes Agents' restates 'Pitfalls & Gotchas' and 'Cost & Performance Tips') and could be materially tightened — fitting 'mostly efficient but could be tightened' rather than the noticeably padded anchor below or the lean anchor above. | 3 / 5 |
Actionability | It provides copy-paste-ready executable commands throughout — `terminal(command="claude -p ...")` invocations, tmux send-keys sequences, JSON examples, and jq filters — covering the common print-mode, interactive, PR-review, and parallel-instance cases, matching the fully-executable anchor. | 5 / 5 |
Workflow Clarity | Sequences for print mode, interactive tmux orchestration, and dialog handling are clearly ordered with monitoring checkpoints (capture-pane, look for the ❯ prompt), but the batch 'Parallel Claude Instances' and `--dangerously-skip-permissions` workflows lack explicit output validation/verification steps, so the destructive/batch cap holds this at 3. | 3 / 5 |
Progressive Disclosure | The body is well-structured with clear ## headers and tables, but it is a monolithic 746-line file with zero references to separate files — content that clearly belongs in references (full CLI flag tables, slash-command catalog, keyboard shortcuts, hook/MCP details) is inlined — fitting 'some structure but content that should be separate is inline'. | 3 / 5 |
Total | 14 / 20 Passed |