Content
71%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 well-sequenced, actionable investigation workflow with concrete gh CLI commands and explicit verification steps. Its main weakness is over-emphatic, repetitive capitalization that slightly hurts token efficiency without adding clarity.
Suggestions
Reduce repeated emphasis capitalization (CRITICAL/IMPORTANT/ACTUALLY/SPECIFICALLY); state the key instruction once and trust Claude to follow it.
Add a quick example of the exact gh log command for step 1 (e.g. 'gh run view <run-id> --log') to make log retrieval copy-paste ready.
Optionally collapse the duplicated 'focus on what ACTUALLY caused the failure' reminders across steps 1, 4, and the report into a single clear statement.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and does not explain concepts Claude already knows, but the repeated emphatic capitalization ('CRITICAL', 'IMPORTANT', 'ACTUALLY', 'SPECIFICALLY', 'THE EXACT SAME failing job') and restated directives could be tightened, matching the mostly-efficient-but-could-trim anchor. | 3 / 5 |
Actionability | It provides concrete, executable gh commands (e.g. 'gh run list --workflow=<workflow-name>', 'gh run view <run-id> --json jobs', 'gh pr list --state open --search "<keywords>"') with only minor gaps in the log-reading and root-cause steps, fitting the mostly-executable anchor. | 4 / 5 |
Workflow Clarity | The five-step sequence is clear with explicit verification checkpoints (verifying the breaking commit against all runs before/after, verifying the root-cause hypothesis against logs), but it lacks a full validate-fix-retry feedback loop, so it sits just below the 5 anchor. | 4 / 5 |
Progressive Disclosure | The skill is under 50 lines, single-purpose, well-organized into numbered steps plus a final report structure, and has no bundle files or external references, so the simple-skill exception yields a 5 for clear, well-organized content. | 5 / 5 |
Total | 16 / 20 Passed |