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.
An information-dense, highly actionable operational skill with clear sequenced workflows, explicit validation checkpoints, and a strong error-recovery catalog. It is self-contained and well-structured; the only lever is splitting some reference material into bundle files and tightening the longest gotcha paragraph.
Suggestions
Split the Gotchas and Troubleshooting sections into a referenced reference file (e.g. references/troubleshooting.md) to shorten the main SKILL.md and lift progressive_disclosure to the top anchor.
Break the migrate-clickhouse gotcha into a short trigger line plus a numbered fix sequence to improve scanability and tighten conciseness.
Consider extracting the diff→URL mapping table into references/url-mapping.md with a one-line pointer, keeping the rule inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes competence — it never explains what PostHog/Django/Vite are — and nearly every sentence is non-obvious operational knowledge; a few passages (notably the migrate-clickhouse gotcha paragraph) are very dense and could be tightened. | 4 / 5 |
Actionability | Copy-paste ready throughout: exact hogli commands, curl probes, complete JS fetch snippets for setup_test and in-page login, and named MCP tools with arguments — specific examples cover the common cases. | 5 / 5 |
Workflow Clarity | Distinct /run and /verify flows are clearly sequenced with explicit validation checkpoints (curl probes, phrocs ready:true, data-attr hydration signal, status-code meanings) and a troubleshooting catalog that provides error-recovery feedback loops; the destructive dev:reset is flagged as a last resort. | 5 / 5 |
Progressive Disclosure | No bundle files exist; the skill is a single well-organized SKILL.md with clear section headers and no nested references, but at ~138 lines the gotchas/troubleshooting and diff→URL reference material could arguably live in separate files. | 4 / 5 |
Total | 18 / 20 Passed |