Agent skill · Data & Analytics

analyze-metrics

Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-metrics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: chalk
Allowed tools: ReadGlobGrepWrite
Path: skills/analysis/analyze-metrics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyze Metrics ## Overview Review product metrics against targets, identify trends across cohorts, distinguish leading from lagging indicators, and generate hypotheses for unexpected changes. Turns raw numbers into actionable insight. ## Workflow 1. **Read metrics context** — Scan `.chalk/docs/product/` for any metrics framework, KPI definitions, or previous metrics reviews. Identify which metrics have defined targets and baselines. 2. **Gather metrics data** — Parse `$ARGUMENTS` for the specific metrics or period to analyze. If the user provides data inline or references a file, read it. If no data is provided, ask the user to supply current metric values. 3. **Classify each metric** — For each metric, determine: - Type: leading (predictive) vs. lagging (outcome) - Category: acquisition, activation, engagement, retention, revenue, referral - Comparison basis: target value, previous period, cohort benchmark 4. **Assess current vs. target** — Compare each metric's current value against its target. Classify as: on-track (within 10%), at-risk (10-25% off), or off-track (>25% off). If no target exists, note the gap. 5. **Identify trends** — For each metric with historical data, clas

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Output
  4. Anti-patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyze-metrics skill do?

Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-metrics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going