Content
96%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.
An exceptionally actionable and concise repair-loop skill with a clearly sequenced workflow and explicit feedback/escalation checkpoints. The only soft spot is progressive disclosure: the entire skill is inline with no reference files, which is reasonable but not ideal for its length.
Suggestions
Consider moving the GraphQL rollup payload and/or the failure-classification table into a references/ file and linking from SKILL.md to nudge progressive disclosure toward 5.
If keeping everything inline, add a one-line 'Quick start' or overview section at the top so the body reads as an overview plus detail rather than a single wall.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and dense throughout: assumes Claude knows what GitHub Actions and check runs are, leads with executable gh/git/jq commands, and every enumerated terminal-state list is reference data that earns its place rather than padding. | 5 / 5 |
Actionability | Fully executable, copy-paste-ready guidance including check-runs/status API calls, a GraphQL rollup query, `gh run view --log-failed`, and a failure-type-to-action classification table covering the common cases. | 5 / 5 |
Workflow Clarity | An explicitly sequenced 8-step loop with feedback checkpoints: poll-until-terminal, fix -> push -> refresh HEAD_SHA -> restart at Step 3, clear exit conditions, and a precise escalation checklist, satisfying the validation requirement for batch/push operations. | 5 / 5 |
Progressive Disclosure | Well-organized inline with clear section headers and no nested references, but all ~200 lines live in a single SKILL.md with no overview-pointing-to-details split or bundle files, leaving it just short of the one-level-deep reference ideal. | 4 / 5 |
Total | 19 / 20 Passed |