Content
77%Reviews 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 with concrete commands, templates, and a well-sequenced workflow backed by validation checkpoints and recovery loops. Its main weakness is structure: a 310-line monolith with repeated scope statements and inline reference-style material that would benefit from being split into bundle files.
Suggestions
Move the T1–T9 templates into a references/ file (e.g. templates.md) and link to it from a short Template Selection Guide, reducing SKILL.md length and repetition.
De-duplicate the 'issues and discussions only / no PR replies' scope statement, stating it once in the Scan section and referencing it elsewhere.
Extract the audit-entry format and Bad Post Recovery procedure into a references/ file so the main workflow stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and actionable, but the ~310-line body repeats scope statements ('issues and discussions only' appears at lines 42, 51, 327) and inlines the full T1–T9 template catalog, which could be tightened or split out. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready guidance: concrete `gh issue list` / `gh api` / GraphQL mutation commands, an exact review-table format, ready-to-use T1–T9 templates with placeholders, and a complete audit-entry example. | 3 / 3 |
Workflow Clarity | Clear seven-step sequence (Scan → Classify → Draft → Present → Human Action → Post → Audit) with explicit validation checkpoints (Thread-Read Verification with abort-on-mismatch), confidence escalation rules, a 'banana' safe word, and a Bad Post Recovery feedback loop for the destructive post action. | 3 / 3 |
Progressive Disclosure | No bundle files exist and the skill is monolithic — templates, audit format, and rollback procedures that could live in separate reference files are all inlined in SKILL.md, with only runtime paths (`.squad/comms/...`) referenced rather than skill-local files. | 2 / 3 |
Total | 10 / 12 Passed |