Content
22%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a high-level outline with no actionable content. It lists steps at a conceptual level without providing any concrete gh CLI commands, example outputs, error handling patterns, or validation checkpoints. Claude would need to infer nearly everything about how to actually perform these tasks.
Suggestions
Add concrete `gh` CLI commands for each step, e.g., `gh run list --branch $(git branch --show-current)`, `gh run view <run-id> --log-failed`, etc.
Include example output parsing to show how to identify failure reasons and determine which workflow/job failed.
Add a validation/feedback loop: after proposing a fix, describe how to verify the fix (e.g., push and re-monitor the workflow run, check logs again).
Define what 'propose a fix' means concretely—should Claude edit files, create a commit, open a PR? Provide specific guidance on the expected actions and output format.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively short and doesn't over-explain concepts Claude knows, but the step descriptions are vague filler rather than substantive instructions—they take up tokens without adding real value. | 2 / 3 |
Actionability | The skill provides no concrete commands, code examples, or specific gh CLI invocations. Each step is a vague directive ('find the workflow run', 'propose a fix') with no executable guidance on how to accomplish it. | 1 / 3 |
Workflow Clarity | While steps are numbered, they lack specifics on what commands to run, how to identify failures, what constitutes a valid fix, and there are no validation checkpoints or feedback loops for error recovery. | 1 / 3 |
Progressive Disclosure | The content is short and not a monolithic wall of text, but there are no references to supporting files and no structured navigation. For a skill this simple it could score higher, but the lack of any concrete detail means there's nothing to organize well. | 2 / 3 |
Total | 6 / 12 Passed |