Content
88%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 body is a lean, actionable, single-purpose skill with executable commands, explicit preconditions, and sensible guardrails against misuse. The only nits are an inlined version number and the absence of section sub-headers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean, assumes Claude's competence (no explanation of GitHub/comments), and every prose line carries specific do/don't guidance; the inlined version requirement "Claude Code 2.1.98 or later" is time-sensitive and not isolated in a deprecated section, keeping it just below a 5. | 4 / 5 |
Actionability | Copy-paste-ready commands cover the common cases — `github-wake ISSUE_URL`, `github-wake --claude-monitor ISSUE_URL`, `--status`, `--cancel WATCH_ID` — and each is fully executable with concrete argument forms. | 5 / 5 |
Workflow Clarity | As a single-action skill the action is unambiguous, with explicit precondition gates ("only when both of these are true", "must also have been launched through codex-dynamic") and a recovery path (Monitor unavailable → upgrade rather than poll), satisfying the simple-skill exception. | 5 / 5 |
Progressive Disclosure | Under 50 lines with no external references and a logical flow of grouped command blocks, it is well organized; the lack of any ## sub-headers is a minor organization gap that keeps it from a clean 5. | 4 / 5 |
Total | 18 / 20 Passed |