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 instruction-only skill with executable commands for both GitHub and GitLab and a clearly sequenced workflow. The only gap is the absence of an explicit error-recovery feedback loop, though the operation (opening a draft PR) is not destructive.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body that assumes Claude's competence — no explaining what a changelog or PR is — with every section (What you need, Workflow, Customise, Treat PR text as data, Output) earning its place. | 5 / 5 |
Actionability | Copy-paste-ready commands for both platforms (gh pr list --state merged --search ..., gh pr create --title ..., glab mr list --merged --json, gh api ... refs/tags/...) cover the common GitHub and GitLab cases. | 5 / 5 |
Workflow Clarity | Five-step sequence is clear with explicit checkpoints (duplicate-draft PR check in step 2, 'nothing qualified -> stop' condition), but lacks an explicit validate->fix->retry feedback loop; a minor validation gap. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections with no nested references and no bulk content inlined that belongs in a separate file; navigation is easy and content is appropriately self-contained. | 5 / 5 |
Total | 19 / 20 Passed |