Content
81%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 highly actionable and workflow-clear with concrete commands, regexes, and validation checkpoints, and it is well-structured with clearly signaled references. Its main weakness is conciseness: the honesty and scope rules are restated across six sections and could be consolidated.
Suggestions
Consolidate the PR-body honesty rules: state them once in 'PR body honesty' and reference that section from 'Hard rules', 'Anti-patterns', and the self-audit checklist instead of restating each rule.
Merge the 'Source of truth' table and the 'References' section into a single source/reference list to remove the duplicated file enumeration.
Trim the 'How to apply this skill' section, which largely rephrases rules already given in 'Hard rules' and 'Contributor vs maintainer scope'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and domain-specific rather than padding basic concepts, but the same honesty/scope rules recur across 'Hard rules', 'PR workflow', 'PR body honesty', 'Standard honest-rewrite pattern', 'Anti-patterns', and the self-audit checklist, so it could be tightened considerably. | 3 / 5 |
Actionability | Provides copy-paste-ready gh/git commands with exact JSON field lists, concrete branch-name and title regexes, and filled-in PR body section templates covering the common contribution cases. | 5 / 5 |
Workflow Clarity | The PR workflow is a clear numbered sequence with explicit validation checkpoints (local validation, post-open `gh pr checks`), a verification protocol with feedback loops, and a pre-PR self-audit checklist for a process with label/permission mutations. | 5 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections with one-level-deep references to repo source files (CONTRIBUTING.md, skills/*/SKILL.md) and a dedicated References block; the only gap is redundancy between the 'Source of truth' table and the 'References' section, and no bundle files exist to offload detail. | 4 / 5 |
Total | 17 / 20 Passed |