Content
70%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 thorough, well-sequenced PR review workflow with strong validation checkpoints and actionable templates, undermined by repeated inline-comment guidance and a lack of file-based progressive disclosure.
Suggestions
Dedupe the inline-comment posting guidance: state the /reviews vs /comments endpoint choice once and reference it from the Templates and Notes sections instead of repeating the full instructions.
Move the comment templates and per-agent prompt boilerplate into reference files (e.g. references/templates.md) and link to them, so SKILL.md stays a lean overview.
Replace placeholder agent-prompt fragments like "[pass proper git command that he can use]" with the concrete git commands the agent should run.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly operational and avoids explaining concepts Claude already knows, but the inline-comment posting guidance and the gh api /reviews vs /comments endpoints are repeated across Phase 3, the Notes block, and the Templates section, so it could be tightened. | 3 / 5 |
Actionability | Concrete commands (git diff --stat, gh api endpoints, MCP tool names) and copy-paste-ready comment templates are provided, but a few agent-prompt blocks use placeholders like "[pass proper git command that he can use]" and "[list of files]" that are not directly executable. | 4 / 5 |
Workflow Clarity | A clearly sequenced three-phase workflow with explicit validation checkpoints (eligibility checks, confidence/impact thresholds, a re-check before posting) and feedback loops ("If there are no issues that meet this criteria, do not proceed"). | 5 / 5 |
Progressive Disclosure | No bundle files exist and all content is inlined in SKILL.md; section headers provide structure, but material that could live in separate references (agent-prompt boilerplate, comment templates) is not split out or signaled as one-level-deep references. | 3 / 5 |
Total | 15 / 20 Passed |