Agent Skillsmohitagw15856/pm-claude-skills › product-health-analysis

product-health-analysis

GitHub

将产品原始指标转化为清晰的健康叙事,通过对比目标与趋势,识别表现异常并生成包含RAG状态、根因假设及优先行动的结构化健康报告。

plugins/pm-analytics/skills/product-health-analysis/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

分析产品健康状况 审查关键指标 调查性能问题 生成健康报告 评估产品市场契合度信号

Install

npx skills add mohitagw15856/pm-claude-skills --skill product-health-analysis -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-analytics/skills/product-health-analysis -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@product-health-analysis

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill product-health-analysis -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "product-health-analysis",
    "description": "Interpret product metrics against goals and surface actionable signals. Use when asked to analyse product health, review key metrics, investigate a performance issue, produce a health report, or assess product-market fit signals. Produces a structured health report with RAG status, trend analysis, root cause hypotheses, and prioritised actions."
}

Product Health Analysis Skill

Transform raw metrics data into a clear health narrative — what's working, what's not, and what needs immediate attention.

Required Inputs

Ask the user for these if not provided:

  • Metrics data (current values for key metrics — even rough numbers work)
  • Targets or benchmarks (OKR targets, historical baselines, or industry benchmarks)
  • Period (week / month / quarter being analysed)
  • Product area or segment (are we looking at the whole product or a specific feature?)

Metrics Framework

Analyse across four layers:

  1. Acquisition — new users, source quality, CAC trends
  2. Activation — time to first value, onboarding completion rates
  3. Engagement — DAU/MAU, feature adoption, session depth
  4. Retention — D1/D7/D30 retention, churn rate, resurrection rate

Process

  1. For each metric, compare: current period vs. previous period, current vs. target
  2. Flag anything more than 10% off target as requiring investigation
  3. Look for correlations — does a drop in activation explain a retention dip 2 weeks later?
  4. Write a plain-English health summary (no jargon) suitable for sharing with non-data stakeholders
  5. Recommend top 3 areas for immediate investigation with suggested diagnostic steps
  6. Validate — Confirm every flagged metric has a plausible root cause hypothesis, not just a raw number, and every recommended action has a specific owner or team

Output Structure

Product Health Report — [Period]

Overall Health: 🟢 On Track / 🟡 Watch / 🔴 Action Required

Metric Current Target vs. Last Period Status
[metric] [value] [target] [+/-%] [🟢/🟡/🔴]

Key Observations: [3-5 bullet observations written in plain English]

Areas Requiring Investigation:

  1. [Metric + hypothesis + suggested diagnostic]
  2. [Metric + hypothesis + suggested diagnostic]
  3. [Metric + hypothesis + suggested diagnostic]

Recommended Actions: [Specific next steps with owners and timelines]

Deeper Materials

This skill ships with support files — use them when they are available:

  • references/signal-vs-noise.md — Product Health: Separating Signal from Dashboard Noise. Apply it while producing the output; it carries the calibration and judgment calls the method summary above compresses.
  • templates/health-review.md — a fill-in version of the deliverable with the quality gates inline. Offer it when the user wants to work the document themselves rather than have it generated.

Scoring Rubric (0–40)

Score any output of this skill before handing it over; 32+ is ship-quality.

Dimension 0 5 10
Target & trend discipline Metrics shown as bare snapshots; no targets or period-over-period comparison Most metrics have targets and trends, but some RAG statuses don't follow from the numbers or targets are accepted uncritically Every metric has target, trend, and a status that follows from both — and at least one target is itself challenged if it's no longer meaningful
Root cause depth Movements listed without explanation ("activation dropped 27pts") Flagged metrics have hypotheses, but they're generic ("onboarding friction") with no diagnostic to confirm them Every flagged metric has a specific, falsifiable hypothesis plus a named diagnostic step, and at least one cross-metric correlation (e.g. activation → retention lag) is drawn
Segment honesty Only blended aggregates reported; opposing segment trends invisible Some segment cuts shown, but the headline observations still lean on averages that hide divergence Every material aggregate is decomposed where segments diverge, and the divergence itself is surfaced as a finding, not a footnote
Verdict & actionability No overall rating, or a rating asserted without evidence; actions missing or ownerless Overall RAG present and roughly justified; actions exist but some lack owners, dates, or a link to a flagged metric Overall rating argued from specific evidence (including against the good news), and every action has a named owner, a date, and traces to an investigation or observation

Quality Checks

  • Every metric includes both a target and a trend (not just a snapshot)
  • At least one correlation is drawn between metrics (e.g., activation → retention)
  • Every flagged metric has a root cause hypothesis, not just "it dropped"
  • Observations are written for a non-technical stakeholder (no raw query language or data jargon)
  • Overall health rating is justified with specific evidence

Anti-Patterns

  • Do not report a single aggregate metric without segment breakdowns — averages hide opposing trends
  • Do not flag a metric as healthy just because it is above the target — check if the target itself is meaningful
  • Do not list metric movements without root cause hypotheses — observations without explanations are not analysis
  • Do not mix product health metrics with business KPIs without explaining the relationship between them
  • Do not omit recommended actions — a health report that only describes problems without prioritised next steps is incomplete

Version History

  • 54fad50 Current 2026-07-19 12:44

    新增评分标准(0-40分),明确各维度质量锚点,确保输出达到发布级质量标准。

  • a38bc30 2026-07-05 11:11

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
de4b0860
Indexed
2026-07-05 11:11

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 12:26
浙ICP备14020137号-1 $방문자$