data-analyst

Diagnose performance changes by analyzing datasets with SQL queries and statistical reasoning.

7|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/pranav8494/team-of-agents --skill data-analyst-pranav8494
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/pranav8494/team-of-agents/tree/main/skills/data-analyst
Command: npx skills add https://github.com/pranav8494/team-of-agents --skill data-analyst-pranav8494

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you analyze data files and translate raw metrics into clear, decision-ready insights while guarding against misleading results caused by bad data or unclear questions.

Core Features & Use Cases

  • Question framing + analysis planning: Restates the business problem in analytical terms and selects the right analysis approach before running anything.
  • Data quality audits: Profiles nulls, duplicates, date gaps, unexpected values, join issues, and referential integrity to prevent incorrect conclusions.
  • SQL-first insight generation: Produces annotated SQL (CTEs, explicit columns, commented joins/filters) and a structured findings report (Situation / Finding / Evidence / Implication / Recommendation).
  • Common analytics workflows: Trend/time-series, cohort, funnel, A/B test analysis, and dashboard/chart selection with appropriate chart types.

Quick Start

Ask the Data Analyst to analyze your CSV and answer the question: "Why is checkout conversion dropping, and which segments and pages contribute most?"

Frequently Asked Questions about data-analyst

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

FAQPage Schema
How do I analyze CSV data to diagnose why a performance metric is dropping?

To analyze CSV data for performance drops, the Skill frames the business question, profiles data quality for nulls and gaps, then generates annotated CTE-structured SQL queries. It produces a structured findings report with Situation, Finding, Evidence, Implication, and Recommendation.

Can I run funnel and cohort analysis on spreadsheet data using SQL?

Yes, you can run funnel and cohort analysis on spreadsheet-like inputs. The Skill applies SQL-first insight generation alongside statistical and visual reasoning to execute these workflows, selecting appropriate chart types and explicitly qualifying uncertainty in the final report.

What is the best way to audit data quality before running A/B testing analysis?

Data quality audits for A/B testing involve profiling nulls, duplicates, date gaps, and referential integrity. The Skill runs pre-analysis framing and profiling checks to prevent incorrect conclusions, ensuring your dataset is clean before generating statistical reasoning and annotated SQL.

Does this data analysis approach work with JSON inputs or only CSV files?

This data analysis approach works with CSV, JSON, and spreadsheet-like inputs. It diagnoses performance changes across these formats by generating annotated SQL or code, applying trend, cohort, funnel, and A/B test analysis while reporting findings with a confidence signal.

How do I turn messy raw metrics into decision-ready dashboard insights?

Turning raw metrics into dashboard insights requires selecting appropriate chart types based on the analysis type. The Skill translates raw data into structured findings, applying dashboarding best practices and reporting results with uncertainty qualification to ensure decisions are trustworthy.

What are the limitations of using automated SQL for trend analysis?

Automated SQL for trend analysis requires clean data to avoid misleading results. The Skill mitigates this by running pre-analysis profiling checks for unexpected values and join issues, but it explicitly qualifies uncertainty and provides a confidence signal to prevent overreliance on flawed inputs.