Content
88%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 high-quality, actionable skill body with a concrete workflow, real validation gates for a destructive operation, and tight domain-specific guidance. Only minor tightening of the pitfalls prose and optional reference splitting would lift it further.
Suggestions
Trim a few explanatory sentences in 'Common pitfalls' (e.g. the backreference cost rationale) to the essential rule and the 3x figure.
Consider moving the full pitfalls list or the regex/alias table into a reference file and summarizing inline, to shorten the SKILL.md overview.
Add a one-line explicit 'verify the preview matches expectations before sending confirm: true' checkpoint in step 6 to make the feedback loop unmistakable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and assumes competence (no explaining what regex/UUIDs are), with PostHog-specific gotchas like the backreference 3x cost and double-escaping earning their tokens; a few sentences in the pitfalls section could be tightened further. | 4 / 5 |
Actionability | Provides copy-paste-ready SQL to inspect paths, a concrete regex/alias table covering common segment types, executable HogQL test snippets, and a complete MCP tool JSON payload — fully executable across the common cases. | 5 / 5 |
Workflow Clarity | A clearly sequenced six-step workflow with explicit validation checkpoints — test before saving (step 4), preview-without-confirm then confirm (step 6) — and feedback loops for a destructive, globally-applied change, including warnings about historical number impact. | 5 / 5 |
Progressive Disclosure | Well-organized into clear sections (Data model, numbered Workflow, Where rules apply, Common pitfalls) with no nested references; the file is longer than the simple-skill threshold and the pitfalls/table could optionally be split out, but structure is solid as-is. | 4 / 5 |
Total | 18 / 20 Passed |