jpskill.com
📄 ドキュメント コミュニティ

business-analytics-reporter

CSVファイルから売上や収益データを分析し、弱点を見つけたり、統計的な知見を得たり、改善のための戦略的な提案をしたりすることで、ビジネスの業績向上を支援するSkill。

📜 元の英語説明(参考)

This skill should be used when analyzing business sales and revenue data from CSV files to identify weak areas, generate statistical insights, and provide strategic improvement recommendations. Use when the user requests a business performance report, asks to analyze sales data, wants to identify areas of weakness, or needs recommendations on business improvement strategies.

🇯🇵 日本人クリエイター向け解説

一言でいうと

CSVファイルから売上や収益データを分析し、弱点を見つけたり、統計的な知見を得たり、改善のための戦略的な提案をしたりすることで、ビジネスの業績向上を支援するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o business-analytics-reporter.zip https://jpskill.com/download/16528.zip && unzip -o business-analytics-reporter.zip && rm business-analytics-reporter.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/16528.zip -OutFile "$d\business-analytics-reporter.zip"; Expand-Archive "$d\business-analytics-reporter.zip" -DestinationPath $d -Force; ri "$d\business-analytics-reporter.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して business-analytics-reporter.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → business-analytics-reporter フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
5

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Business Analytics Reporter

概要

売上と収益のデータを分析し、ビジネスの弱点を特定し、統計が示す内容を解釈し、実行可能な改善戦略を提供する、包括的なビジネスパフォーマンスレポートを生成します。このスキルは、データ駆動型の分析を用いて弱点を検出し、ビジネスフレームワークに裏打ちされた具体的な戦略を推奨します。

このスキルを使用するタイミング

ユーザーが以下を要求した場合に、このスキルを呼び出します。

  • 「ビジネスデータを分析して、どこが不足しているか教えてください」
  • 「改善が必要な領域に関するレポートを生成してください」
  • 「これらの売上高は、当社のビジネスパフォーマンスについて何を物語っていますか?」
  • 「改善戦略を含むビジネス分析レポートを作成してください」
  • 「収益データの弱点を特定してください」
  • 「ビジネス指標を改善するために、どのような戦略を使用すべきですか?」

このスキルは、日付、金額、カテゴリ、または製品などの列を含む、ビジネスデータ(売上、収益、トランザクション)を含む CSV ファイルを想定しています。

コアワークフロー

ステップ 1: データロードと探索

まず、データ構造とユーザーが分析したい内容を理解します。

必要に応じて、明確にするための質問をします。

  • 分析の焦点となる特定の指標または領域はありますか?
  • 関心のある特定の期間またはカテゴリはありますか?
  • レポートには視覚化を含めるべきですか、それとも文章による分析に焦点を当てるべきですか?

データをロードして探索します。

import pandas as pd

# CSVファイルをロード
df = pd.read_csv('business_data.csv')

# 基本情報を表示
print(f"Data shape: {df.shape}")
print(f"Columns: {df.columns.tolist()}")
print(f"Date range: {df['date'].min()} to {df['date'].max()}")
print(df.head())

ステップ 2: 自動分析の実行

バンドルされている分析スクリプトを使用して、包括的な洞察を生成します。

python scripts/analyze_business_data.py path/to/business_data.csv output_report.json

このスクリプトは以下を行います。

  1. データ構造(収益列、日付列、カテゴリ)を自動的に検出します。
  2. 統計指標(平均、中央値、成長率、変動性)を計算します。
  3. 傾向とパターンを特定します。
  4. 弱点とパフォーマンスの低いセグメントを検出します。
  5. 調査結果に基づいて改善戦略を生成します。
  6. 構造化された JSON レポートを出力します。

出力構造:

{
  "metadata": {...},
  "findings": {
    "basic_statistics": {...},
    "trend_analysis": {...},
    "category_analysis": {...},
    "variability": {...}
  },
  "weak_areas": [...],
  "improvement_strategies": [...]
}

ステップ 3: 分析結果の解釈

生成された JSON レポートを読み、調査結果を平易な言葉でユーザーに解釈します。

以下に焦点を当てます。

  1. 現状: データがビジネスパフォーマンスについて示していること
  2. 弱点: 特定された具体的な問題と重大度レベル
  3. 根本原因: これらの問題が存在する理由(references/ のビジネスフレームワークを使用)
  4. 影響: これらの弱点がビジネスにとって何を意味するか

解釈の例:

2024年1月から12月までの売上データの分析に基づくと:

現状:
- 総収益:120万ドル、月間平均収益は10万ドル
- 平均成長率:-3.5%で、パフォーマンスの低下を示唆
- 収益の安定性:高い変動性(CV:58%)は、一貫性のないパフォーマンスを示唆

特定された弱点:
1. 収益成長(重大度:高):平均成長率が-3.5%とマイナス
2. パフォーマンスの一貫性(重大度:中):45%の期間でパフォーマンスが低下
3. カテゴリパフォーマンス(重大度:中):4つのパフォーマンスの低いカテゴリが特定された

ステップ 4: 詳細な推奨事項の生成

ビジネスフレームワークの参照を参照して、戦略的な推奨事項を提供します。

コンテキストのためにビジネスフレームワークをロードします。 以下については、references/business_frameworks.mdを参照してください。

  • 収益成長戦略(市場浸透、製品開発など)
  • オペレーショナルエクセレンスのフレームワーク
  • 顧客中心の戦略
  • 価格戦略フレームワーク
  • 一般的な弱点に対するソリューション

推奨事項を以下のように構成します。

特定された各弱点について、以下を提供します。

  1. 戦略的イニシアチブ名: 明確で実行可能なプログラム名
  2. 目的: この戦略が達成しようとしていること
  3. 主要なアクション: 3〜5つの具体的で優先順位付けされたステップ
  4. 期待される影響: 高/中/低
  5. タイムライン: 現実的な実装期間
  6. 成功指標: 改善を測定する方法

推奨事項の例:

戦略:収益加速プログラム
領域:収益成長
目的:マイナスの成長トレンドを逆転させ、月間10%以上の成長を達成する

主要なアクション:
1. 積極的な顧客獲得キャンペーンを実施する
2. 価格戦略を見直し、最適化する
3. アップセルおよびクロスセルイニシアチブを開始する
4. 新しい市場セグメントまたは地域に拡大する
5. 製品開発とイノベーションを加速する

期待される影響:高
タイムライン:3〜6ヶ月
成功指標:月間収益成長率、新規顧客獲得、ARPUの増加

ステップ 5: 視覚化の作成(オプション)

要求された場合は、Plotly を使用してインタラクティブな視覚化を作成し、調査結果を説明します。

視覚化ガイドを参照してください。 以下については、references/visualization_guide.mdを参照してください。

  • さまざまな分析に推奨されるグラフの種類
  • グラフを作成するためのコード例
  • ビジネスダッシュボードのベストプラクティス

作成する一般的な視覚化:

  1. 収益トレンドチャート: 時間経過に伴う収益を示す折れ線グラフと成長率のオーバーレイ
  2. カテゴリパフォーマンス: 収益貢献度でソートされた棒グラフ
  3. 変動性分析: 箱ひげ図または標準偏差の視覚化
  4. 弱点ヒートマップ: 重大度と影響の視覚的表現

収益トレンドのコード例:


import plotly.graph_objects as go
from plotly.subplots import make_subplots

fig = make_subplots(specs=[[{"secondary_y": True}]])

# 収益ラインを追加
fig.add_trace(
    go.Scatter(x=df['date'], y=df['revenue'], name="Revenue",
               line=dict(color='blue', width=3)),
    secondary_y=False
)

# 成長率ラインを追加
fig.add_trace(
    go.Scatter(x=df['date'], y=df['growth_rate'], name="Growth Rate",


(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Business Analytics Reporter

Overview

Generate comprehensive business performance reports that analyze sales and revenue data, identify areas where the business is lacking, interpret what the statistics indicate, and provide actionable improvement strategies. The skill uses data-driven analysis to detect weak areas and recommends specific strategies backed by business frameworks.

When to Use This Skill

Invoke this skill when users request:

  • "Analyze my business data and tell me where we're lacking"
  • "Generate a report on what areas need improvement"
  • "What do these sales numbers tell us about our business performance?"
  • "Create a business analysis report with improvement strategies"
  • "Identify weak areas in our revenue data"
  • "What strategies should we use to improve our business metrics?"

The skill expects CSV files containing business data (sales, revenue, transactions) with columns like dates, amounts, categories, or products.

Core Workflow

Step 1: Data Loading and Exploration

Start by understanding the data structure and what the user wants to analyze.

Ask clarifying questions if needed:

  • What specific metrics or areas should the analysis focus on?
  • Are there particular time periods or categories of interest?
  • Should the report include visualizations or focus on written analysis?

Load and explore the data:

import pandas as pd

# Load the CSV file
df = pd.read_csv('business_data.csv')

# Display basic information
print(f"Data shape: {df.shape}")
print(f"Columns: {df.columns.tolist()}")
print(f"Date range: {df['date'].min()} to {df['date'].max()}")
print(df.head())

Step 2: Run Automated Analysis

Use the bundled analysis script to generate comprehensive insights:

python scripts/analyze_business_data.py path/to/business_data.csv output_report.json

The script will:

  1. Automatically detect data structure (revenue columns, date columns, categories)
  2. Calculate statistical metrics (mean, median, growth rates, volatility)
  3. Identify trends and patterns
  4. Detect weak areas and underperforming segments
  5. Generate improvement strategies based on findings
  6. Output a structured JSON report

Output structure:

{
  "metadata": {...},
  "findings": {
    "basic_statistics": {...},
    "trend_analysis": {...},
    "category_analysis": {...},
    "variability": {...}
  },
  "weak_areas": [...],
  "improvement_strategies": [...]
}

Step 3: Interpret the Analysis Results

Read the generated JSON report and interpret the findings for the user in plain language.

Focus on:

  1. Current State: What the data shows about business performance
  2. Weak Areas: Specific problems identified with severity levels
  3. Root Causes: Why these issues exist (use business frameworks from references/)
  4. Impact: What these weaknesses mean for the business

Example interpretation:

Based on the analysis of your sales data from January to December 2024:

Current State:
- Total revenue: $1.2M with average monthly revenue of $100K
- Average growth rate: -3.5% indicating declining performance
- Revenue stability: High volatility (CV: 58%) suggesting inconsistent performance

Weak Areas Identified:
1. Revenue Growth (High Severity): Negative average growth rate of -3.5%
2. Performance Consistency (Medium Severity): 45% of periods show declining performance
3. Category Performance (Medium Severity): 4 underperforming categories identified

Step 4: Generate Detailed Recommendations

Consult the business frameworks reference to provide strategic recommendations:

Load business frameworks for context: Refer to references/business_frameworks.md for:

  • Revenue growth strategies (market penetration, product development, etc.)
  • Operational excellence frameworks
  • Customer-centric strategies
  • Pricing strategy frameworks
  • Common weak area solutions

Structure recommendations as:

For each identified weak area, provide:

  1. Strategic Initiative Name: Clear, actionable program name
  2. Objective: What this strategy aims to achieve
  3. Key Actions: 3-5 specific, prioritized steps
  4. Expected Impact: High/Medium/Low
  5. Timeline: Realistic implementation timeframe
  6. Success Metrics: How to measure improvement

Example recommendation:

Strategy: Revenue Acceleration Program
Area: Revenue Growth
Objective: Reverse negative growth trend and achieve 10%+ monthly growth

Key Actions:
1. Implement aggressive customer acquisition campaigns
2. Review and optimize pricing strategy
3. Launch upselling and cross-selling initiatives
4. Expand into new market segments or geographies
5. Accelerate product development and innovation

Expected Impact: High
Timeline: 3-6 months
Success Metrics: Monthly revenue growth rate, new customer acquisition, ARPU increase

Step 5: Create Visualizations (Optional)

If requested, create interactive visualizations using Plotly to illustrate findings:

Consult visualization guide: Refer to references/visualization_guide.md for:

  • Recommended chart types for different analyses
  • Code examples for creating charts
  • Best practices for business dashboards

Common visualizations to create:

  1. Revenue Trend Chart: Line chart showing revenue over time with growth rate overlay
  2. Category Performance: Bar chart sorted by revenue contribution
  3. Volatility Analysis: Box plot or standard deviation visualization
  4. Weak Areas Heatmap: Visual representation of severity and impact

Example code for revenue trend:

import plotly.graph_objects as go
from plotly.subplots import make_subplots

fig = make_subplots(specs=[[{"secondary_y": True}]])

# Add revenue line
fig.add_trace(
    go.Scatter(x=df['date'], y=df['revenue'], name="Revenue",
               line=dict(color='blue', width=3)),
    secondary_y=False
)

# Add growth rate line
fig.add_trace(
    go.Scatter(x=df['date'], y=df['growth_rate'], name="Growth Rate",
               line=dict(color='green', dash='dash')),
    secondary_y=True
)

fig.update_layout(title_text="Revenue Performance & Growth Rate")
fig.show()

Step 6: Generate Final Report

Compile findings into a comprehensive report format.

Option A: Generate HTML Report

Use the report template from assets/report_template.html:

# Read the template
with open('assets/report_template.html', 'r') as f:
    template = f.read()

# Load analysis results
with open('output_report.json', 'r') as f:
    analysis = json.load(f)

# Populate the template with actual data
# Replace placeholders with real values from analysis
# Add Plotly charts as JavaScript
# Save as final HTML report

with open('business_report.html', 'w') as f:
    f.write(populated_template)

The HTML template includes:

  • Executive summary with key metrics
  • Interactive charts for trends and categories
  • Styled weak area cards with severity indicators
  • Strategic recommendations with action items
  • Professional styling and print-ready format

Option B: Generate Markdown Report

Create a structured markdown document:

# Business Performance Analysis Report

**Generated:** [Date]
**Data Period:** [Period]

## Executive Summary

[Brief overview of findings]

## Key Metrics

- Total Revenue: $X
- Average Growth Rate: X%
- Revenue Stability: [Assessment]
- Weak Areas Identified: X

## Performance Trends

[Insert chart or describe trends]

## Areas of Weakness

### 1. [Weak Area Name] (Severity)
**Finding:** [Description]
**Impact:** [Business impact]

### 2. [Next weak area...]

## Strategic Recommendations

### Strategy 1: [Name]
**Objective:** [Goal]
**Actions:**
- [Action 1]
- [Action 2]
...

**Expected Impact:** High/Medium/Low
**Timeline:** X months

Key Analysis Metrics

The analysis script calculates the following metrics automatically:

Growth Analysis

  • Average Growth Rate: Period-over-period revenue change percentage
  • Declining Period Count: Number of periods with negative growth
  • Trend Direction: Overall trajectory (growing, declining, stable)

Stability Analysis

  • Coefficient of Variation (CV): Measures revenue volatility
    • CV < 25%: Stable performance
    • CV 25-50%: Moderate volatility
    • CV > 50%: High volatility (flag as weak area)

Category Performance

  • Revenue Contribution: Percentage breakdown by category
  • Underperforming Categories: Bottom 25% by average performance
  • Top/Bottom Performers: Best and worst performing categories

Statistical Indicators

  • Mean, Median, Standard Deviation for all numeric columns
  • Min/Max values and ranges
  • Total aggregates

Business Frameworks Reference

When generating recommendations, leverage the frameworks documented in references/business_frameworks.md:

  1. Revenue Growth Strategies: Market penetration, product development, market development, diversification
  2. Operational Excellence: Process optimization, resource allocation, quality management
  3. Customer-Centric Strategies: Retention programs, CLV optimization, segmentation
  4. Pricing Strategies: Value-based, dynamic, competitive pricing
  5. Data-Driven Decision Making: Analytics maturity model, KPI frameworks

Match identified weak areas with appropriate strategic frameworks to provide contextually relevant recommendations.

Tips for Effective Reports

  1. Start with the Big Picture: Lead with overall performance and key findings
  2. Prioritize by Severity: Focus on high-severity issues first
  3. Be Specific: Provide concrete numbers and percentages, not vague assessments
  4. Action-Oriented: Every weak area should have actionable recommendations
  5. Context Matters: Consider industry benchmarks and business context
  6. Visual Communication: Use charts to make trends immediately clear
  7. Executive-Friendly: Structure for quick scanning with clear headers and summaries

Common Weak Areas and Detection

The analysis automatically detects these common business problems:

Weak Area Detection Criteria Typical Root Causes
Revenue Growth Negative average growth rate Market saturation, increased competition, poor positioning
Performance Consistency >40% declining periods Lack of recurring revenue, seasonal dependency
Revenue Stability CV > 50% Customer concentration, volatile demand
Category Performance Categories in bottom 25% Poor product-market fit, pricing issues, low awareness

Example Usage

User request: "Analyze my Q4 sales data and tell me where we're weak and how to improve"

Workflow:

  1. Load the CSV: df = pd.read_csv('q4_sales.csv')
  2. Run analysis: python scripts/analyze_business_data.py q4_sales.csv q4_report.json
  3. Read results: with open('q4_report.json') as f: report = json.load(f)
  4. Interpret findings for the user in natural language
  5. Create visualizations using Plotly (refer to references/visualization_guide.md)
  6. Generate HTML report using assets/report_template.html
  7. Provide strategic recommendations using references/business_frameworks.md

Expected output:

  • Clear explanation of current business performance
  • 3-5 identified weak areas with severity levels
  • 4-6 strategic initiatives with specific action plans
  • Interactive visualizations (if requested)
  • Professional HTML or markdown report

Resources

scripts/

  • analyze_business_data.py: Automated analysis engine that detects data structure, calculates metrics, identifies weak areas, and generates improvement strategies

references/

  • business_frameworks.md: Comprehensive guide to business strategy frameworks, common weak areas, and solution templates
  • visualization_guide.md: Chart type recommendations, Plotly code examples, and dashboard design best practices

assets/

  • report_template.html: Professional HTML template with interactive visualizations, styled cards for weak areas and strategies, and print-ready formatting

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。