# Metrics Analysis

> Analyze business KPIs with trend detection, benchmarking, and actionable recommendations. Trigger with "analyze metrics", "how are we doing", "traffic analysis", "revenue report", or "KPI review".

- Skill: `clawpod-app/metrics-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawpod-app/metrics-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawpod-app/metrics-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: clawpod-app (https://skillmd.com/u/clawpod-app)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/clawpod-app/metrics-analysis

---


# Metrics Analysis

Analyze business metrics and provide actionable insights.

## When to Use
- User asks about business performance
- Regular KPI review
- Investigating a specific metric change

## Steps
1. Gather current metrics and comparison period data
2. Calculate changes (absolute and percentage)
3. Identify trends and anomalies
4. Compare against benchmarks if available
5. Translate findings into actionable recommendations

## Output Format
```markdown
## [Metric Category] Analysis -- [Period]

### Overview
| Metric | Current | Previous | Change |
|--------|---------|----------|--------|
| [KPI] | [value] | [value] | [+/-X%] |

### Trends
[ASCII visualization if helpful]

### Key Insights
1. [Insight with supporting data]
2. [Insight with supporting data]

### Recommendations
1. [Action with expected impact]
2. [Action with expected impact]
```

