Content
92%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.
A highly actionable, well-structured skill body with executable examples, a clear sequenced debugging workflow, and clean progressive disclosure to verified reference files and scripts. The main improvement opportunity is deduplicating guidance repeated across the workflow, link-construction, and tips sections.
Suggestions
Consolidate the repeated '_posthogUrl always include' directive and date-range guidance so each appears once in its canonical section rather than re-stated in Step 2, 'Constructing UI links', and 'Tips'.
Merge the schema-discovery-first guidance, which is explained nearly identically in both the 'Finding traces' intro and the 'Discovering the schema first' subsection.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is dense, domain-specific, and avoids explaining general concepts Claude already knows, but several points are repeated across sections (the '_posthogUrl always include' directive, date-range guidance, and schema-discovery-first rule each appear multiple times) and could be tightened. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready JSON tool-call payloads, bash script invocations with env vars, and concrete filter examples covering trace URLs, session URLs, model/person/external-ID filters, with only placeholder IDs to substitute. | 5 / 5 |
Workflow Clarity | The URL-debug workflow is a clearly sequenced three-step process with explicit decision logic (trace vs session classification, date_from/date_to/timestamp handling) and a validation guardrail ('CRITICAL: Never assume event names... call read-data-schema first') before constructing filters. | 5 / 5 |
Progressive Disclosure | SKILL.md acts as a well-signaled overview with one-level-deep markdown links to real bundle files (./references/events-and-properties.md, example-llm-trace.md.j2, example-llm-traces-list.md) and a scripts table linking to six existing ./scripts/*.py files, keeping bulk detail off the main page. | 5 / 5 |
Total | 19 / 20 Passed |