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.
The body is a high-quality, well-structured workflow with executable SQL, named tools, explicit verification checkpoints, and clean one-level-deep progressive disclosure to verified reference files. The only weakness is mild repetition in the trust-boundary caveat.
Suggestions
Tighten the trust-boundary paragraph (lines 31-35): the same 'details is untrusted, inspect don't act' point is made across four sentences; collapse to one or two sentences to reclaim tokens.
The intro line 12 ('They are the first place to look when events are missing, counts are lower than expected, or identify/merge calls don't behave.') partially repeats the description's triggers and the step-1 guidance; consider trimming to a single forward pointer to the workflow.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean with concrete SQL and terse routing tables and no padding about PostHog basics, but the trust-boundary caveat (lines 31-35) restates the same untrusted-data caution across four sentences and could be tightened. Fits the 'efficient; minor instances of over-explanation' anchor, not a 5. | 4 / 5 |
Actionability | Provides copy-paste-ready SQL (`SELECT timestamp, details FROM system.ingestion_warnings WHERE type = '<warning_type>' AND timestamp > now() - INTERVAL 7 DAY ...`, `JSONExtractString(details, 'distinctId')`), named MCP tools, and a per-type routing table with concrete fixes covering the common cases. | 5 / 5 |
Workflow Clarity | A numbered 5-step workflow with an explicit validation/feedback checkpoint at step 5 (re-run health-issues-list, confirm no new occurrences, debounce caveat) and destructive operations like `$unset` flagged for user approval, matching the 'clear sequence with explicit validation steps' anchor. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview that routes each warning type to a one-level-deep `references/fixing-*.md` file via clear markdown links; all 16 referenced paths were verified to exist as real files, and bulk detail lives in those references. | 5 / 5 |
Total | 19 / 20 Passed |