Agent skill · Data & Analytics

metric-diagnosis

Use when investigating unexpected metric changes - systematically narrows root cause through 4D segmentation, intrinsic vs extrinsic factor analysis, hypothesis testing, and North Star impact assessment

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill metric-diagnosis-jayhjenkins-productosv0-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/analysis/metric-diagnosis-jayhjenkins-productosv0-2/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

# Metric Diagnosis Workflow ## Purpose Systematically investigate why a metric changed unexpectedly (dropped or spiked) by segmenting data, distinguishing internal vs. external factors, and testing hypotheses to identify root cause. Prevents rushing to wrong conclusions and ensures evidence-based responses. ## When to Use This Workflow Use this workflow when: - Key metrics drop or spike unexpectedly - Leadership asks "what happened to [metric]?" - Post-mortem analysis needed after incident - A/B test shows unexpected patterns - Need to validate suspected root cause - User behavior changed suddenly without obvious reason ## Skills Sequence This workflow applies the `root-cause-diagnosis` skill three times, then assesses North Star impact: ``` 1. Root Cause Diagnosis (Phase 1) ↓ (Segment across 4 dimensions: People, Geography, Technology, Time) 2. Root Cause Diagnosis (Phase 2) ↓ (Distinguish intrinsic vs extrinsic factors) 3. Root Cause Diagnosis (Phase 3) ↓ (Build hypothesis table and test against data) 4. North Star Alignment ↓ (Assess impact on top-line metrics) OUTPUT: Narrowed scope, tested hypotheses, identified root cause, recommended actions ``` ## Required Inputs Gather thi

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Workflow
  3. Skills Sequence
  4. Required Inputs
  5. Metric Change Information
  6. Data Access
  7. Recent Activity Log
  8. Workflow Steps
  9. Phase 0: Data Quality Verification (5 minutes)
  10. Phase 1: Narrow the Scope (15-20 minutes)
  11. Phase 2: Generate Hypotheses (15-20 minutes)
  12. Phase 3: Test Hypotheses (20-30 minutes)
  13. Phase 4: Assess North Star Impact (10 minutes)
  14. Phase 5: Recommend Actions (10 minutes)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the metric-diagnosis skill do?

Use when investigating unexpected metric changes - systematically narrows root cause through 4D segmentation, intrinsic vs extrinsic factor analysis, hypothesis testing, and North Star impact assessment

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill metric-diagnosis-jayhjenkins-productosv0-2 --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