Content
93%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.
A concise, highly actionable skill body that gives copy-paste examples for the real failure mode (cross-shell heredoc corruption) and a robust fallback (write a file, pass by path). The only gap is the absence of an explicit validation loop, which the single-purpose guidance nature of the skill largely excuses.
Suggestions
Consider adding a one-line verification cue after the write-a-file fallback (e.g. 'then confirm the commit/PR shows the body uncorrupted') to close the workflow loop and lift workflow_clarity to 5.
The 'Rule of thumb' restates guidance already in the section bodies; trimming it to a single sentence would tighten conciseness without losing clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence: it does not explain what shells, heredocs, or here-strings are, and the 'Symptom of getting it wrong' section conveys genuinely non-obvious knowledge (the `@`-corruption cause) rather than padding. Every token earns its place. | 5 / 5 |
Actionability | Fully executable, copy-paste-ready examples for both shells — PowerShell `git commit -m @'...'@`, Bash `git commit -F - <<'EOF'`, multiple `-m` flags, and `gh pr create ... --body-file` — covering the common multi-line and quoted-input cases. | 5 / 5 |
Workflow Clarity | Clear decision sequence (default PowerShell → when to use Bash → symptom → per-shell solutions → write-a-file fallback → rule of thumb) with the 'Symptom of getting it wrong' section acting as a diagnostic checkpoint. Not a 5 because there is no explicit multi-step validate→fix→retry loop, though the single-purpose guidance nature of the skill does not demand one. | 4 / 5 |
Progressive Disclosure | No bundle files exist (references/, scripts/, assets/ are empty) and none are needed; the body is a short, well-organized set of clearly-headed sections with no nested or buried references, satisfying the simple-skill exception for progressive disclosure. | 5 / 5 |
Total | 19 / 20 Passed |