Content
72%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, highly actionable skill body with concrete CLI tooling and stage-specific KPI guidance. Its weaknesses are missing validation checkpoints in the batch analysis workflow and broken references to bundle files that are not actually shipped.
Suggestions
Add explicit validation/feedback steps to the analysis workflow — e.g., verify CSV schema before running, and sanity-check retention outputs (no values > 100%, cohort sizes sane) before interpreting.
Ship the referenced bundle files (references/metrics-frameworks.md, references/dashboard-templates.md, scripts/metrics_calculator.py) or remove the dangling references so navigation is not broken.
Consolidate the "Dashboard Design Principles" section with Workflow step 3 to remove the redundancy and tighten token use.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and practical with no basic-concept padding, but the "Dashboard Design Principles" section partially restates Workflow step 3 ("Design dashboard layers"), so it is efficient with minor redundancy rather than fully lean. | 4 / 5 |
Actionability | The Tooling section provides copy-paste-ready CLI commands with exact flags and full CSV input formats for retention, cohort, and funnel analysis, and the KPI/cohort guidance names specific frameworks and metrics — fully executable coverage of common cases. | 5 / 5 |
Workflow Clarity | The main Workflow and Cohort Analysis Method are clearly sequenced into numbered steps, but the analysis-over-CSV batch operation lacks explicit validation/verification checkpoints (e.g., verify CSV columns, sanity-check outputs); per the batch-operation cap this cannot exceed 3, and checkpoints are only implicit via "distinguish signal from noise" and "flag drop points". | 3 / 5 |
Progressive Disclosure | Sections are well organized and references are clearly signaled (a "See:" block plus a Tooling script), but the referenced bundle files (references/metrics-frameworks.md, references/dashboard-templates.md, scripts/metrics_calculator.py) do not exist in the bundle, so navigation is broken, and detailed KPI/dashboard content that belongs in those references is inlined. | 3 / 5 |
Total | 15 / 20 Passed |