Content
78%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 well-structured, domain-specific skill body with concrete field values and tool names, a clear sequenced workflow with verification, and clean progressive disclosure via one reference file. Main weakness is mild verbosity in the example-interaction and notes sections.
Suggestions
Tighten the example interaction block — the multi-line transcript padding can be compressed without losing the decision-negotiation signal.
Add one complete, copy-paste-ready endpoint-create payload example (with query, variables, and data_freshness_seconds filled in) to push actionability from mostly-executable to fully-executable.
Add an explicit validate→fix→retry loop for the eligibility check (e.g., 'if endpoints-materialization-preview rejects, adjust the query and re-run preview') to strengthen the workflow's feedback structure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense with PostHog-specific knowledge and largely free of generic filler, though the example interaction and the important-notes section run long and could be trimmed. Not a 5 due to these padded passages; not a 3 because there is no basic-concept over-explanation. | 4 / 5 |
Actionability | Provides concrete, executable specifics — exact data_freshness_seconds enum values, the run URL pattern, the variable payload shape, and named tools (endpoint-create, endpoint-run, endpoints-materialization-preview). Not a 5 because the endpoint-create payload is illustrative rather than a complete copy-paste example. | 4 / 5 |
Workflow Clarity | Offers an ordered 6-decision section plus a 9-step Workflow with an explicit verification checkpoint (step 8 sample-payload run) and an eligibility pre-check via endpoints-materialization-preview. Not a 5 because the error-recovery feedback loop is lighter than a validate→fix→retry cycle. | 4 / 5 |
Progressive Disclosure | SKILL.md is a clear overview that splits materialisation detail into a single, well-signaled one-level-deep reference (references/materializing.md), cited in two places; the referenced file exists and is well-organized, giving easy navigation. | 5 / 5 |
Total | 17 / 20 Passed |