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.
The content is highly actionable and exceptionally strong on workflow clarity thanks to explicit checklists, a numbered retry process, and escalation feedback loops, but it is somewhat verbose and monolithic with no progressive disclosure structure for its length.
Suggestions
Trim rhetorical openers and redundant framing across the 15 rules (e.g., drop lines like "The single most dangerous failure mode") to tighten token efficiency.
Consider splitting the rule catalog into a referenced file (e.g., rules.md) with a short overview and Pre-Flight/Post-Flight checklists kept inline in SKILL.md, giving the long body a one-level-deep navigation structure.
Add a one-line table of contents or overview at the top so the 15 rules are scannable before reading the full body.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Each rule uses a tight, repeatable "What this looks like / The rule" structure with concrete anti-patterns, but rhetorical openers ("The single most dangerous failure mode. It has caused more blown sessions than any other pattern.") and minor restatement across 15 rules add padding that could be trimmed. | 3 / 5 |
Actionability | Guidance is concrete and executable for an instruction-only skill — "Check logs (journalctl, container logs, error output)", "All temporary files go in /tmp", "Check git status before declaring done" — with specific commands and explicit decision rules, though it stops short of copy-paste-ready artifacts. | 4 / 5 |
Workflow Clarity | Explicit validation checkpoints are present as Pre-Flight and Post-Flight checklists, the retry rule gives a numbered 5-step diagnose-then-retry sequence, and the Session Failure Escalation section provides feedback loops ("stop immediately" on each failure state). | 5 / 5 |
Progressive Disclosure | The body is well-organized into 15 numbered sections plus checklists, but at ~350 lines with no bundle files and no overview-then-reference structure, it is a monolithic single-level document with no progressive disclosure navigation. | 3 / 5 |
Total | 15 / 20 Passed |