Content
67%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 body is a well-organized, highly actionable router with clear triggers, a decision tree, and useful anti-rationalization/conflict-resolution guardrails. Its main weakness is redundancy — the routing table is repeated three times, most heavily in a long Example Invocations section — and its references are external cross-suite files rather than bundled materials.
Suggestions
Remove or drastically condense the Example Invocations section: its ~50 user prompts duplicate the Routing Logic and Decision Tree triggers, which already make the routing unambiguous.
Consolidate the Routing Logic and Decision Tree into a single quick-reference table to avoid restating the same 16 routes twice.
Clarify cross-suite references (e.g., "See axiom-shipping (skills/testflight-triage.md)") with consistent, resolvable paths so the invoke targets are unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Individual routing entries are tight and avoid explaining concepts Claude already knows, but the same 16 routes are restated three times (Routing Logic, Decision Tree, and a ~115-line Example Invocations block), which is significant redundancy that could be trimmed. | 3 / 5 |
Actionability | Each route gives a concrete, executable next step — `skills/xcode-debugging.md`, `Launch build-fixer agent`, `/axiom:console` — with minor gaps where entries point vaguely to "See axiom-shipping (skills/...)" cross-suite references. | 4 / 5 |
Workflow Clarity | A numbered 16-step Decision Tree gives a clear routing sequence, and Anti-Rationalization plus When-NOT-to-Use tables act as conflict-resolution guardrails; this is a lookup router rather than a multi-step process with feedback loops, so it stops short of the explicit validate/retry pattern. | 4 / 5 |
Progressive Disclosure | Well-structured as an overview router with one-level-deep, clearly signaled references ("Invoke: skills/X.md"), but no bundle files exist in references/scripts/assets and several targets are external cross-suite pointers that cannot be verified from this skill's bundle. | 4 / 5 |
Total | 15 / 20 Passed |