Data Analysis

Generate structured data analysis reports with SQL queries and statistical tests.

37|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/saolalab/clawforce --skill data-analysis-saolalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Analysis
Source: https://github.com/saolalab/clawforce/tree/main/marketplace/roles/data-analyst/workspace/skills/data-analysis
Command: npx skills add https://github.com/saolalab/clawforce --skill data-analysis-saolalab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many organizations struggle to produce consistent, rigorous data analysis reports that translate raw data into clear business recommendations.

Core Features & Use Cases

  • Analysis Report Template: A structured markdown template for executive summaries, methodology, findings, and recommendations.
  • SQL Query Patterns: Ready‑to‑use queries for aggregation, cohort analysis, window functions, and CTE‑based pipelines.
  • Statistical Test Guide: Decision tree for selecting appropriate tests such as t‑tests, ANOVA, chi‑square, and non‑parametric alternatives.
  • Data Quality Checklist: Step‑by‑step verification of completeness, accuracy, consistency, freshness, and outlier handling.
  • A/B Test Template: Framework for hypothesis definition, design, results analysis, and actionable recommendations.

Quick Start

Generate a complete data analysis report using the Data Analysis skill for the sales dataset from Q1 2024.

Frequently Asked Questions about Data Analysis

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

FAQPage Schema
How do I create a structured data analysis report from raw datasets?

To create a data analysis report, use a structured markdown template covering executive summaries, methodology, findings, and recommendations. This ensures raw datasets translate into clear, reproducible business intelligence outputs.

What statistical test should I use for A/B test evaluation?

For A/B test evaluation, use a statistical test decision tree to select appropriate methods like t-tests, ANOVA, chi-square, or non-parametric alternatives based on your data distribution and hypothesis design.

What SQL query patterns are needed for cohort analysis?

Cohort analysis requires SQL query patterns utilizing aggregation, window functions, and CTE-based pipelines. These ready-to-use queries help structure complex data transformations for performance tracking.

How do I ensure data quality before running statistical methods?

Ensure data quality by applying a step-by-step checklist verifying completeness, accuracy, consistency, freshness, and outlier handling before applying statistical methods or generating final reports.

Can I use this approach for business intelligence performance tracking?

Yes, you can apply these data analysis techniques to business intelligence tasks like performance tracking, cohort analysis, and A/B test evaluation, turning raw data into actionable insights quickly.

What is the best way to structure an A/B test framework?

The best way to structure an A/B test framework is by following a template for hypothesis definition, experimental design, results analysis, and actionable recommendations to ensure rigorous evaluation.