Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a tight, highly actionable procedure with a clear numbered workflow, validation checkpoints, and feedback loops. Its only weakness is redundant ALL-CAPS emphasis that slightly inflates token use without adding information.
Suggestions
Remove the redundant 'RUN GREPTILE UNTIL IT GETS TO 5/5 - DO NOT STOP...' line that duplicates the /greploop bullet above it.
Collapse 'YOU DO NOT MERGE THE PR YOURSELF. NEVER MERGE THE PR YOURSELF.' to a single statement to cut redundant tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and action-oriented, but the redundant ALL-CAPS lines ('RUN GREPTILE UNTIL IT GETS TO 5/5 - DO NOT STOP...' duplicating the /greploop bullet, and 'YOU DO NOT MERGE... NEVER MERGE...') pad tokens that don't each earn their place. | 2 / 3 |
Actionability | Gives concrete, executable guidance throughout: exact commands (`git rev-parse --git-dir`, `gh`), a literal commit trailer, specific files (`pnpm-lock.yaml`), numeric thresholds (100 files, 5/5), and named skills (/greploop, /prcheckloop). | 3 / 3 |
Workflow Clarity | A clearly numbered 0–6 sequence with explicit validation checkpoints (re-verify after rebase, guardrails checklist) and a feedback loop (/greploop until 5/5, address comments, push, repeat). | 3 / 3 |
Progressive Disclosure | A single well-organized SKILL.md with clearly numbered sections and one-level, clearly signaled external references (CONTRIBUTING.md, the /greploop and /prcheckloop skills); no nested or buried references. | 3 / 3 |
Total | 11 / 12 Passed |