Content
100%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 well-structured, executable workflow that sequences a multi-step PR creation process with explicit validation gates and stop conditions, while staying lean and assuming Claude's competence. External references are appropriately one level deep with clear navigation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient throughout: it assumes Claude's knowledge of git/gh and adds only domain-specific guidance (veomni module mapping, review gate, pitfall caveats) with no generic-concept padding. | 5 / 5 |
Actionability | Fully executable, copy-paste-ready commands at every step — git branch/status/diff/log, gh pr view/create/edit with --body-file, tail extraction, mkdir — covering both new-PR and existing-PR paths. | 5 / 5 |
Workflow Clarity | Steps 1–4 are clearly sequenced with explicit validation gates (uncommitted-changes confirmation, make quality fail→stop, no-commits-ahead→stop, /veomni-review risky verdict→stop, review-again-before-update) and module/type tables functioning as checklists. | 5 / 5 |
Progressive Disclosure | No bundle files exist; the body is well-organized into labeled sections and its external references (.github/PULL_REQUEST_TEMPLATE.md, check_pr_title.yml, /veomni-review) are one level deep and clearly signaled, with no nesting. | 5 / 5 |
Total | 20 / 20 Passed |