← スキル一覧に戻る

data-analysis
by kitproj
Get the session context for a coding agent.
⭐ 2🍴 1📅 2026年1月16日
SKILL.md
name: data-analysis description: Analyze datasets, generate charts, and create summary reports. Use when the user needs to work with CSV, Excel, or other tabular data formats for analysis or visualization.
Data Analysis
When to use this skill
Use this skill when the user needs to:
- Analyze CSV or Excel files
- Generate charts and visualizations
- Calculate statistics and summaries
- Clean and transform data
How to analyze data
- Use pandas for data analysis:
import pandas as pd df = pd.read_csv('data.csv') summary = df.describe()
How to create visualizations
- Use matplotlib or seaborn for charts:
import matplotlib.pyplot as plt df.plot(kind='bar') plt.savefig('chart.png')
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です