Content
70%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is a well-structured, actionable investigation workflow with clear sequencing and verification steps. Its main weaknesses are emphatic repetition and a missing command for the most important step (reading the failed logs).
Suggestions
Add the concrete log-retrieval command for step 1, e.g. 'gh run view <run-id> --log-failed' to read the failing job's output.
Trim redundant emphasis capitalization (CRITICAL/IMPORTANT/ACTUALLY) since the numbered structure already conveys priority.
Optionally show the exact command shape for viewing a single job's logs (e.g. 'gh run view --job=<job-id> --log') to make step 2 fully copy-paste ready.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's familiarity with the gh CLI, but it is padded with repeated emphatic capitalization ('CRITICAL', 'THIS SPECIFIC JOB', 'ACTUALLY') that could be tightened without losing meaning. | 2 / 3 |
Actionability | It gives concrete commands for listing runs, inspecting jobs, and searching PRs, but the pivotal log-reading step lacks an executable command (e.g. 'gh run view --log-failed'), leaving key details incomplete. | 2 / 3 |
Workflow Clarity | A clear five-step numbered sequence with explicit verification checkpoints ('Verify by checking...', 'Verify your hypothesis against the logs'); the task is read-only so destructive feedback loops are not required. | 3 / 3 |
Progressive Disclosure | This is a single-purpose skill under 50 lines with well-organized numbered sections and no need for external references, which the simple-skills note allows to score 3. | 3 / 3 |
Total | 10 / 12 Passed |