Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, command-driven workflow that tells Claude exactly what to run and when, with explicit checkpoints and recovery loops for both genuine failures and flakes. It stays lean and delegates detail to clearly-linked sibling skills rather than ballooning inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean: it issues direct `gh` commands without explaining what GitHub, CI, or merge conflicts are, assuming Claude's competence and earning every token. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands such as `gh pr view --json ...`, `gh pr checks --watch --interval 30`, and `gh pr merge --squash --delete-branch` rather than vague direction. | 3 / 3 |
Workflow Clarity | A clearly sequenced loop with explicit validation checkpoints — stop on non-CI blockers, merge only when checks pass and mergeable — plus feedback loops (fix→run→push→restart and flake→rerun→restart) for error recovery. | 3 / 3 |
Progressive Disclosure | A ~50-line single-purpose skill with well-organized sections (Loop, CI Failures) and clearly signaled one-level-deep links to sibling skills (`pr-ready`, `flake`); no bundle files are needed and none are missing. | 3 / 3 |
Total | 12 / 12 Passed |