Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-structured debugging skill with excellent command/code coverage, a clear diagnostic workflow, and clean progressive disclosure via doctor.md and a handoff table. Its main weakness is length: explanatory passages and the large inline symptom catalog could be trimmed for token efficiency.
Suggestions
Tighten or relocate the "Reading a trace" section and the merged-traces narrative — these explain concepts Claude already knows and inflate the body without adding actionable value.
Consider moving the rarer symptom playbooks (e.g. streaming keepalive, merged-traces, DELETING-stuck) into a reference file so the SKILL.md body stays a lean diagnostic overview, keeping the most common symptoms inline.
Cut restated framing such as the opening "Diagnose why your AgentCore agent or environment isn't working correctly" which duplicates the frontmatter description.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and packed with actionable commands/code, but at ~31KB it includes explanatory prose Claude already knows (e.g. "A trace shows the full execution path of one agent invocation" and the long merged-traces narrative) and could be tightened without losing clarity. | 2 / 3 |
Actionability | Dense with copy-paste-ready bash commands, Python/Dockerfile snippets, IAM JSON policy fragments, and lookup tables — each symptom ships a concrete fix rather than abstract direction. | 3 / 3 |
Workflow Clarity | A clear sequenced Process (Step 0 problem-type triage → verify CLI version → understand symptom → read traces → diagnose) plus a doctor.md checklist for prerequisite validation; symptom sections each carry their own numbered, ordered fix steps. | 3 / 3 |
Progressive Disclosure | Well-signaled one-level-deep reference to references/doctor.md (verified to exist) with inline links, plus a structured handoff table routing remaining cases to sibling skills' reference files — no deep nesting, easy navigation. | 3 / 3 |
Total | 11 / 12 Passed |