← Back to list

data-analysis
by abilashraghuram
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: data-analysis description: Analyze datasets using pandas, generate reports, and create visualizations version: 1.0.0 author: cintegrity
Data Analysis Skill
Expert guidance for analyzing datasets, generating insights, and creating reports.
Analysis Approach
When analyzing data, follow this systematic approach:
- Understand the question - What specific insight is needed?
- Load and inspect - Get the data, check columns, row counts, data types
- Aggregate and query - Group, sum, filter to answer the question
- Format results - Present findings clearly with context
- Save deliverables - Output reports in the requested format
Common Analysis Patterns
Revenue/Sales Analysis
- Group by region, product, time period
- Calculate totals, averages, percentages
- Compare across dimensions
Data Quality Checks
- Count missing values per column
- Identify outliers (values > 3 std from mean)
- Check for duplicates
Time Series
- Group by date/month/quarter
- Calculate period-over-period changes
- Identify trends and seasonality
Report Structure
A good analysis report includes:
# [Title]
## Summary
- Key finding 1
- Key finding 2
## Details
[Breakdown by dimension with numbers]
## Methodology
[Brief description of approach]
Workflow Templates
See scripts/analyze_csv.py for a reusable workflow pattern.
See references/examples.md for common query patterns.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon