Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is admirably concise and well-sectioned for a short skill, but it offers no executable gh commands and no validation/feedback loop around the fix step. Actionability is the clear weak point, with workflow clarity also limited by missing checkpoints.
Suggestions
Replace the vague step descriptions with concrete, copy-paste gh commands (e.g. `gh run list --branch <branch>`, `gh run view <run-id> --log-failed`).
Add a validation/feedback loop after 'propose a fix': apply the fix, re-run the workflow, and only report success once the run is green.
Fix the broken 'Use the `gh` for GitHub operations' phrasing to a complete, actionable instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is extremely lean — a one-line tool pointer plus five short step headers — with no concept explanations or padding, so every token earns its place and it is not the level below where unnecessary explanation lingers. | 3 / 3 |
Actionability | No actual gh commands are given: steps say 'find the GitHub Actions workflow run ... Use the gh cli' and 'Monitor the workflow run for failures' without any executable code or commands, matching 'describes rather than instructs'. | 1 / 3 |
Workflow Clarity | Five steps are sequenced (Step 1–5), but there are no validation checkpoints or feedback loops — 'propose a fix' has no verify/retry cycle and 'not green' is left implicit — fitting 'steps listed but validation gaps'. | 2 / 3 |
Progressive Disclosure | This is a short skill under 50 lines with no bundle files and no need for external references, and it uses well-organized step sections, which the rubric says can score 3. | 3 / 3 |
Total | 9 / 12 Passed |