Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Excellent skill that demonstrates expert-level understanding of error diagnosis. The 'errors that lie' table is particularly valuable—it captures non-obvious debugging knowledge that even experienced developers may not have systematized. The worked example and output format ensure consistent, actionable responses.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section earns its place. No explanation of what exceptions are or how stack traces work in general—assumes Claude knows. Tables are dense and scannable. The 'Do not' section prevents common verbose anti-patterns. | 3 / 3 |
Actionability | Provides concrete translation templates, a fully worked example with real stack trace, specific diagnostic commands, and a structured output format. The error-to-cause mapping table is immediately usable. | 3 / 3 |
Workflow Clarity | Clear sequence: read stack in correct direction → identify user code frame → check if error lies → unwrap chained exceptions → apply template → output structured explanation. The worked example demonstrates the full workflow. | 3 / 3 |
Progressive Disclosure | Well-organized single file appropriate for this skill's scope. Tables provide quick reference, worked example provides depth, edge cases handle special situations. No need for external files given the focused nature of the task. | 3 / 3 |
Total | 12 / 12 Passed |