operations-data-analysis

Diagnose metric anomalies, funnels, and retention data into evidence-graded operational recommendations.

187|12|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Luyu2026/Skill-Bible --skill operations-data-analysis-luyu2026
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: operations-data-analysis
Source: https://github.com/Luyu2026/Skill-Bible/tree/main/general-operations-skills/operations-data-analysis
Command: npx skills add https://github.com/Luyu2026/Skill-Bible --skill operations-data-analysis-luyu2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When metrics drop, funnels leak, or retention declines, teams often jump to conclusions without verifying data quality or isolating the real cause. This Skill turns raw metric changes, funnel data, retention figures, and cohort breakdowns into structured analysis reports where every conclusion carries an evidence grade (A data-supported, B strong inference, C speculation), so decisions rest on verified findings rather than guesses. ## Core Features & Use Cases - Five-Step Diagnostic Workflow: Align on the analysis goal, run a data health check (period completeness, metric definitions, sample size, baseline validity), decompose the metric one dimension at a time, locate the phenomenon via trend/comparison/structure/correlation, then produce graded conclusions and actions. - Evidence-Graded Reporting: Outputs a structured report (conclusion first, data health check, decomposition tree, phenomenon location, prioritized action list, hypotheses to verify) using the template in references/analysis-report-template.md. - Action Prioritization: Separates recommendations into stop-loss actions, validation experiments, and long-term structural fixes with priority levels. - Use Case: Your DAU dropped 10% last week. Paste the dashboard numbers or CSV export, and the Skill decomposes the decline by channel, user segment, and funnel stage, flags that the drop coincides with a push-notification strategy change (graded as B inference), and recommends a P0 rollback plus an A/B test to verify. ## Quick Start Ask the AI to use operations-data-analysis to diagnose why your key metric dropped, pasting your data, dashboard screenshots, or SQL query results.

Frequently Asked Questions about operations-data-analysis

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

FAQPage Schema
How do I diagnose why a key metric suddenly dropped?▼

Provide the metric data and time range, and the Skill runs a five-step workflow: clarify the goal, verify data quality, decompose the metric by one dimension at a time (channel, user segment, funnel stage), locate the phenomenon, and deliver graded conclusions with prioritized actions.

How to analyze funnel conversion and find where users drop off?▼

The Skill decomposes funnel data stage by stage to locate the weakest link, compares against baselines like last week or last year, and checks concurrent events such as releases or campaigns. Each identified cause is labeled with an evidence grade from A (data-supported) to C (speculation).

What data formats can I provide for operations analysis?▼

You can supply CSV or Excel exports, backend dashboard screenshots, SQL query results, or plain-text metric descriptions. If the provided material is insufficient, the Skill asks clarifying questions or marks gaps as to-be-confirmed instead of inventing numbers.

Does the analysis distinguish correlation from causation?▼

Yes. Every conclusion carries an evidence grade: A for direct data support, B for strong inference combining data and logic, and C for speculation requiring verification. Hypotheses are listed separately with suggested validation methods such as A/B tests.

When should I not use this data analysis approach?▼

It is not suited for designing tracking or event-logging schemas, which belongs to a tracking-spec skill, nor for building BI dashboards. It focuses on interpreting existing data and producing actionable operational judgments.