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 skill body is highly actionable with executable commands and a well-sequenced workflow including a CI auto-fix feedback loop. Its main weaknesses are duplicated dual-path content and reference files that exist but are not actually referenced from the body.
Suggestions
Link the existing reference files from the body (e.g. "See references/conventional-commits.md" in Section 2 and "See references/ci-troubleshooting.md" in Section 5) instead of inlining that material.
Tighten the dual gh/curl presentation — e.g. lead with gh and collapse the curl fallback into a tabbed/condensed form — and trim Section 7's repetition of earlier sections.
Add an explicit pre-merge validation checkpoint ("Verify `gh pr checks` is fully green before merging") to close the workflow_clarity gap.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly commands with little concept padding, but the dual gh/git+curl path doubles much of the content and Section 7 repeats earlier sections, so it could be noticeably tightened. | 3 / 5 |
Actionability | Copy-paste-ready bash, curl, and inline python commands cover branch, commit, PR creation, CI monitoring, auto-fix, and merge for both auth methods, matching the fully-executable 5 anchor. | 5 / 5 |
Workflow Clarity | A clear numbered 1–7 sequence with an explicit auto-fix feedback loop (check → fix → push → verify, capped at 3 attempts) is present, but the merge step relies only on an implicit "when green" rather than an explicit pre-merge validation checkpoint. | 4 / 5 |
Progressive Disclosure | Bundle files references/conventional-commits.md and references/ci-troubleshooting.md exist but are never linked from the body, and their subject matter is inlined in Sections 2 and 5, matching the 3 anchor where content that should be separate is inline and references are not signaled. | 3 / 5 |
Total | 15 / 20 Passed |