Metrics Review
Turns pasted or queried metrics into a structured weekly/monthly/quarterly review — scorecard, trend analysis, bright spots vs. concerns, recommended actions. Does not build the dashboard itself.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 4241664
Verdict forced to setup for the same ../../CONNECTORS.md external-file dependency as its sibling dashboard-builder skill. On a 3-metric weekly snapshot (WAU down, retention below target, conversion down, no known incidents) it explicitly flagged the missing-explanation caveat in a dedicated Context and Caveats section ('correlation is not causation... no known events') where a plain restatement of the numbers just said things looked soft.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Metrics Review does
Reviews product metrics using a North Star / L1 health-indicator / L2 diagnostic hierarchy, producing a metric scorecard, trend and correlation analysis, a bright-spots-vs-areas-of-concern split, and concrete recommended actions (investigations, experiments, alerts). Works entirely from pasted numbers if no analytics connector is present. Shares its repo (anthropics/knowledge-work-plugins) and the same external-file pattern with dashboard-builder: it references ../../CONNECTORS.md (product-management/CONNECTORS.md), one directory outside this skill's own folder, which isn't included when copying only this skill.
How to install Metrics Review
git clone https://github.com/anthropics/knowledge-work-plugins
cd knowledge-work-plugins
mkdir -p ~/.claude/skills
cp -r product-management/skills/metrics-review ~/.claude/skills/metrics-review
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Metrics Review
-
/metrics-reviewTurns pasted or queried metrics into a structured weekly/monthly/quarterly review — scorecard, trend analysis, bright spots vs. concerns, recommended actions. Does not build the dashboard itself.
It also activates on plain-language prompts like these:
-
Write this week's metrics review and flag any anomalies -
Turn this metrics export into a written weekly narrative -
Tell me what moved in our numbers this week and what to investigate
Appears in
Frequently asked questions
- Is the Metrics Review skill free?
- Yes. The skill itself is free from anthropics/knowledge-work-plugins. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Metrics Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Verdict forced to setup for the same ../../CONNECTORS.md external-file dependency as its sibling dashboard-builder skill. On a 3-metric weekly snapshot (WAU down, retention below target, conversion down, no known incidents) it explicitly flagged the missing-explanation caveat in a dedicated Context and Caveats section ('correlation is not causation... no known events') where a plain restatement of the numbers just said things looked soft.
- What is the Metrics Review SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Metrics Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Metrics Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.