metrics-analyzer

Analyze CSV product data to detect trends, anomalies, segments, and actionable insights.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts --skill metrics-analyzer-kalilurrahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metrics-analyzer
Source: https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts/tree/main/09-product-management/metrics-analyzer
Command: npx skills add https://github.com/kalilurrahman/kr-claudiator-skills-original-prompts --skill metrics-analyzer-kalilurrahman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas.

What problem does it solve? Raw product data in CSV files is hard to interpret quickly. This Skill turns spreadsheets of metrics into clear answers about what happened, why it happened, and what to do next, without building dashboards. ## Core Features & Use Cases - Trend and Anomaly Detection: Computes period-over-period changes and flags data points more than 2 standard deviations from the mean, with hypotheses for each anomaly. - Segment Breakdown: Splits metrics by categorical dimensions to identify which segments drive overall changes. - Actionable Insights: Ranks the top 3 findings by business impact with suggested actions, and saves the full analysis to a dated Markdown file. - Use Case: Paste weekly signup and revenue data, then ask "why did signups drop last week?" to get a direct answer plus a broader analysis of trends, anomalies, and segments. ## Quick Start Analyze the metrics in my file product-data.csv and tell me what changed this month and why.

Frequently Asked Questions about metrics-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze product metrics from a CSV file?

Provide the CSV file path or paste the data directly. The analysis loads the data with pandas, computes summary statistics, detects trends and anomalies, breaks metrics down by segment, and produces ranked actionable insights in a saved Markdown report.

How to find anomalies in time series metrics data?

Anomalies are detected by flagging data points more than 2 standard deviations from the mean, plus sudden drops, spikes, or flatlines. Each anomaly includes the observed versus expected value and a hypothesis for the cause, labeled as speculative when appropriate.

Can I ask specific questions about my data instead of a full report?

Yes. If you ask a specific question, the analysis answers that question first, then provides the broader trend, anomaly, and segment analysis. Questions can be phrased in plain English.

What happens if my dataset is too small or messy?

Datasets under 30 data points are flagged as too small for meaningful analysis. Messy data with missing values or inconsistent formats is cleaned before analysis, and the cleaning steps taken are reported back to you.

Does the metrics analysis generate charts or visualizations?

No charts are generated. Instead, the output describes in words what a chart would show, so you can visualize the data later in your preferred tool. The full analysis is saved as a metrics-analysis-[date].md file.