Content
82%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 query skill with five executable examples and thorough reference tables. Minor conciseness gains are available by de-duplicating the Gotchas section against the prose above, and the long single-file form could optionally split reference material out.
Suggestions
Collapse the Gotchas list to only net-new warnings, cross-referencing the Mandatory Filters and Deduplication sections instead of restating them, to reduce redundancy.
Consider moving the column reference and metadata-field tables into a reference file linked from the body, shortening SKILL.md and aiding progressive disclosure.
Add a one-line 'prerequisite' note that these queries run via the posthog:execute-sql MCP tool near the first example, since the tool is only mentioned once early in the prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Tight and technical with no basic-concept padding, but the Gotchas section restates the mandatory filters, dedup pattern, and JSON-dot-access caveats already covered above, leaving minor redundancy that could be trimmed. | 4 / 5 |
Actionability | Five complete, copy-paste-ready HogQL examples plus column and metadata-field reference tables give fully executable guidance covering the common query cases. | 5 / 5 |
Workflow Clarity | A clear typical-pattern sequence (inbox-exploration then this skill), explicit MUSTs for filters and dedup, and a Gotchas checklist provide most checkpoints; read-only queries do not require a validate-fix-retry loop. | 4 / 5 |
Progressive Disclosure | The body is well-organized into clear sections (table reference, mandatory filters, dedup, metadata, examples, gotchas) with no bundle files to reference; structure is good though all reference content is inlined in a single ~316-line file. | 4 / 5 |
Total | 17 / 20 Passed |