Content
88%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, highly actionable triage workflow with concrete commands, explicit decision checkpoints, and genuinely non-obvious domain guidance on the MRE/contract distinction. The only meaningful weakness is mild verbosity in the philosophical sections and a monolithic structure that doesn't lean on progressive disclosure.
Suggestions
Tighten the 'A reproducible MRE is not the same as a bug' section (lines 67-81) into a sharper rule with one short example — the contract-vs-behavior point is valuable but currently runs long.
Consider extracting the gate-mechanics reference (labels, exemptions, sibling bots) into a references/ file so SKILL.md stays a lean decision overview.
The 'How the gate works' section could be condensed to the single lever (assign → reopen) plus a pointer, since Step 1 onward re-covers the operational details.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly dense and earned — repo-specific gate mechanics and concrete commands assume Claude's competence — but the MRE-vs-contract philosophy section (lines 67-81) is somewhat expansive and could be trimmed, fitting the 'efficient with minor over-explanation' anchor. | 4 / 5 |
Actionability | Provides copy-paste-ready gh commands with appropriate placeholders — 'gh issue view N --repo ...', 'gh issue edit N --add-assignee <login>', 'gh issue comment N --body-file ...' — covering the common assign/decline cases. | 5 / 5 |
Workflow Clarity | Clear five-step sequence (Orient → Classify → Investigate → Decide → Act) with explicit validation checkpoints ('stop here and decline', 'Wait for confirmation') and feedback loops ('If it fails... investigate the run, don't re-assign'). | 5 / 5 |
Progressive Disclosure | Well-organized into clear sections with a 'What this skill does NOT do' navigation aid and no bundle files needing references, but it is a ~165-line monolithic doc where a subsection (e.g. the contract/MRE reasoning) could plausibly live in a reference. | 4 / 5 |
Total | 18 / 20 Passed |