jpskill.com
💼 ビジネス コミュニティ

financial-statements

Generate financial statements (income statement, balance sheet, cash flow) with period-over-period comparison and variance analysis. Use when preparing a monthly or quarterly P&L, closing the books and need to flag material variances, comparing actuals to budget, building a financial summary for leadership review, or looking up GAAP presentation requirements and period-end adjustments.

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して financial-statements.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → financial-statements フォルダができる
  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
同梱ファイル
1

📖 Skill本文(日本語訳)

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

/financial-statements

見慣れないプレースホルダーが表示された場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.md を参照してください。

重要: このコマンドは財務諸表のワークフローを支援しますが、財務アドバイスを提供するものではありません。すべての財務諸表は、報告や提出に使用する前に、資格のある財務専門家によるレビューを受ける必要があります。

期間比較と差異分析を含む財務諸表を生成します。以下のワークフローでは、損益計算書の生成について説明します。貸借対照表とキャッシュフロー計算書の参照形式、GAAP表示要件(ASC 220/210/230)、および一般的な期末調整は、補足参照資料として含まれています。

使用法

/financial-statements <period-type> <period>

引数

  • period-type — 報告期間のタイプです。
    • monthly — 前月および前年同月との比較を含む単月損益計算書
    • quarterly — 前四半期および前年同四半期との比較を含む四半期損益計算書
    • annual — 前年との比較を含む通年損益計算書
    • ytd — 前年YTDとの比較を含む年度累計損益計算書
  • period — 報告する期間です(例: 2024-122024-Q42024)。

ワークフロー

1. 財務データの収集

~~erp または ~~data warehouse が接続されている場合:

  • 指定された期間の試算表または損益計算書データを取得します。
  • 比較期間データ(前期間、前年、予算/予測)を取得します。
  • 表示のための勘定科目階層とグループ化を取得します。

データソースが接続されていない場合:

財務データを自動的に取得するには、~~erp または ~~data warehouse を接続してください。試算表データを貼り付けたり、スプレッドシートをアップロードしたり、分析のために損益計算書データを提供することもできます。

ユーザーに以下を提供するよう促します。

  • 当期収益および費用データ(勘定科目またはカテゴリ別)
  • 比較期間データ(前期間、前年、および/または予算)
  • 既知の調整または再分類

2. 損益計算書の生成

標準の複数列形式で表示します。

INCOME STATEMENT
Period: [Period description]
(in thousands, unless otherwise noted)

                              Current    Prior      Variance   Variance   Budget    Budget
                              Period     Period     ($)        (%)        Amount    Var ($)
                              --------   --------   --------   --------   --------  --------
REVENUE
  Product revenue             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Service revenue             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Other revenue               $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
TOTAL REVENUE                 $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX

COST OF REVENUE
  [Cost items]                $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
GROSS PROFIT                  $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Gross Margin                XX.X%      XX.X%

OPERATING EXPENSES
  Research & development      $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Sales & marketing           $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  General & administrative    $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
TOTAL OPERATING EXPENSES      $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX

OPERATING INCOME (LOSS)       $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Operating Margin            XX.X%      XX.X%

OTHER INCOME (EXPENSE)
  Interest income             $XX,XXX    $XX,XXX    $X,XXX     X.X%
  Interest expense           ($XX,XXX)  ($XX,XXX)   $X,XXX     X.X%
  Other, net                  $XX,XXX    $XX,XXX    $X,XXX     X.X%
                              --------   --------   --------
TOTAL OTHER INCOME (EXPENSE)  $XX,XXX    $XX,XXX    $X,XXX     X.X%

INCOME BEFORE TAXES           $XX,XXX    $XX,XXX    $X,XXX     X.X%
  Income tax expense          $XX,XXX    $XX,XXX    $X,XXX     X.X%
                              --------   --------   --------

NET INCOME (LOSS)             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Net Margin                  XX.X%      XX.X%

3. 差異分析

各明細項目について、重要な差異を計算し、フラグを立てます。

差異計算

各明細項目について、以下を計算します。

  • 金額差異: 当期 - 前期(または当期 - 予算)
  • パーセンテージ差異: (当期 - 前期) / |前期| x 100
  • ベーシスポイント変化: マージンと比率の場合、変化をベーシスポイントで表します(1 bp = 0.01%)。

重要性の閾値

調査が必要な「重要な」差異を構成するものを定義します。一般的なアプローチは次のとおりです。

  • 固定金額閾値: 設定された金額を超える差異(例: $50K、$100K)
  • パーセンテージ閾値: 設定されたパーセンテージを超える差異(例: 10%、15%)
  • 複合: 金額またはパーセンテージのいずれかの閾値を超過
  • スケーリング: 異なる明細項目に対して、その規模と変動性に基づいて異なる閾値

閾値の例(組織に合わせて調整してください):

明細項目の規模 金額閾値 パーセンテージ閾値
> $10M $500K 5%
$1M - $10M $100K 10%
< $1M $50K 15%

差異分解

総差異を構成要素の要因に分解します。

  • 数量/ボリューム効果: 前期レートでのボリュームの変化
  • レート/価格効果: 当期ボリュームでのレート/価格の変化
  • ミックス効果: 異なるレート/マージンを持つ項目間の構成の変化
  • 新規/廃止項目: いずれかの期間に存在する項目

(原文がここで切り詰められています)

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

/financial-statements

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Important: This command assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings.

Generate financial statements with period-over-period comparison and variance analysis. The workflow below walks through income statement generation; balance sheet and cash flow statement reference formats, GAAP presentation requirements (ASC 220/210/230), and common period-end adjustments are included as supporting reference material.

Usage

/financial-statements <period-type> <period>

Arguments

  • period-type — The reporting period type:
    • monthly — Single month P&L with prior month and prior year month comparison
    • quarterly — Quarter P&L with prior quarter and prior year quarter comparison
    • annual — Full year P&L with prior year comparison
    • ytd — Year-to-date P&L with prior year YTD comparison
  • period — The period to report (e.g., 2024-12, 2024-Q4, 2024)

Workflow

1. Gather Financial Data

If ~~erp or ~~data warehouse is connected:

  • Pull trial balance or income statement data for the specified period
  • Pull comparison period data (prior period, prior year, budget/forecast)
  • Pull account hierarchy and groupings for presentation

If no data source is connected:

Connect ~~erp or ~~data warehouse to pull financial data automatically. You can also paste trial balance data, upload a spreadsheet, or provide income statement data for analysis.

Prompt the user to provide:

  • Current period revenue and expense data (by account or category)
  • Comparison period data (prior period, prior year, and/or budget)
  • Any known adjustments or reclassifications

2. Generate Income Statement

Present in standard multi-column format:

INCOME STATEMENT
Period: [Period description]
(in thousands, unless otherwise noted)

                              Current    Prior      Variance   Variance   Budget    Budget
                              Period     Period     ($)        (%)        Amount    Var ($)
                              --------   --------   --------   --------   --------  --------
REVENUE
  Product revenue             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Service revenue             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Other revenue               $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
TOTAL REVENUE                 $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX

COST OF REVENUE
  [Cost items]                $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
GROSS PROFIT                  $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Gross Margin                XX.X%      XX.X%

OPERATING EXPENSES
  Research & development      $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Sales & marketing           $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  General & administrative    $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
                              --------   --------   --------              --------  --------
TOTAL OPERATING EXPENSES      $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX

OPERATING INCOME (LOSS)       $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Operating Margin            XX.X%      XX.X%

OTHER INCOME (EXPENSE)
  Interest income             $XX,XXX    $XX,XXX    $X,XXX     X.X%
  Interest expense           ($XX,XXX)  ($XX,XXX)   $X,XXX     X.X%
  Other, net                  $XX,XXX    $XX,XXX    $X,XXX     X.X%
                              --------   --------   --------
TOTAL OTHER INCOME (EXPENSE)  $XX,XXX    $XX,XXX    $X,XXX     X.X%

INCOME BEFORE TAXES           $XX,XXX    $XX,XXX    $X,XXX     X.X%
  Income tax expense          $XX,XXX    $XX,XXX    $X,XXX     X.X%
                              --------   --------   --------

NET INCOME (LOSS)             $XX,XXX    $XX,XXX    $X,XXX     X.X%       $XX,XXX   $X,XXX
  Net Margin                  XX.X%      XX.X%

3. Variance Analysis

For each line item, calculate and flag material variances.

Variance Calculation

For each line item, calculate:

  • Dollar variance: Current period - Prior period (or current period - budget)
  • Percentage variance: (Current - Prior) / |Prior| x 100
  • Basis point change: For margins and ratios, express change in basis points (1 bp = 0.01%)

Materiality Thresholds

Define what constitutes a "material" variance requiring investigation. Common approaches:

  • Fixed dollar threshold: Variances exceeding a set dollar amount (e.g., $50K, $100K)
  • Percentage threshold: Variances exceeding a set percentage (e.g., 10%, 15%)
  • Combined: Either the dollar OR percentage threshold is exceeded
  • Scaled: Different thresholds for different line items based on their size and volatility

Example thresholds (adjust for your organization):

Line Item Size Dollar Threshold Percentage Threshold
> $10M $500K 5%
$1M - $10M $100K 10%
< $1M $50K 15%

Variance Decomposition

Break down total variance into component drivers:

  • Volume/quantity effect: Change in volume at prior period rates
  • Rate/price effect: Change in rate/price at current period volume
  • Mix effect: Shift in composition between items with different rates/margins
  • New/discontinued items: Items present in one period but not the other
  • One-time/non-recurring items: Items that are not expected to repeat
  • Timing effect: Items shifting between periods (not a true change in run rate)
  • Currency effect: Impact of FX rate changes on translated results

Investigation and Narrative

For each material variance:

  1. Quantify the variance ($ and %)
  2. Identify whether favorable or unfavorable
  3. Decompose into drivers using the categories above
  4. Provide a narrative explanation of the business reason
  5. Assess whether the variance is temporary or represents a trend change
  6. Note any actions required (further investigation, forecast update, process change)

4. Key Metrics Summary

KEY METRICS
                              Current    Prior      Change
Revenue growth (%)                                  X.X%
Gross margin (%)              XX.X%      XX.X%      X.X pp
Operating margin (%)          XX.X%      XX.X%      X.X pp
Net margin (%)                XX.X%      XX.X%      X.X pp
OpEx as % of revenue          XX.X%      XX.X%      X.X pp
Effective tax rate (%)        XX.X%      XX.X%      X.X pp

5. Material Variance Summary

List all material variances requiring investigation:

Line Item Variance ($) Variance (%) Direction Preliminary Driver Action
[Item] $X,XXX X.X% Unfav. [If known] Investigate

6. Output

Provide:

  1. Formatted income statement with comparisons
  2. Key metrics summary
  3. Material variance listing with investigation flags
  4. Suggested follow-up questions for unexplained variances
  5. Offer to drill into any specific variance with /flux

GAAP Presentation Requirements

Income Statement (ASC 220 / IAS 1)

  • Present all items of income and expense recognized in a period
  • Classify expenses either by nature (materials, labor, depreciation) or by function (COGS, R&D, S&M, G&A) — function is more common for US companies
  • If classified by function, disclose depreciation, amortization, and employee benefit costs by nature in the notes
  • Present operating and non-operating items separately
  • Show income tax expense as a separate line
  • Extraordinary items are prohibited under both US GAAP and IFRS
  • Discontinued operations presented separately, net of tax

Common presentation considerations:

  • Revenue disaggregation: ASC 606 requires disaggregation of revenue into categories that depict how the nature, amount, timing, and uncertainty of revenue are affected by economic factors
  • Stock-based compensation: Classify within the functional expense categories (R&D, S&M, G&A) with total SBC disclosed in notes
  • Restructuring charges: Present separately if material, or include in operating expenses with note disclosure
  • Non-GAAP adjustments: If presenting non-GAAP measures (common in earnings releases), clearly label and reconcile to GAAP

Balance Sheet (ASC 210 / IAS 1)

  • Distinguish between current and non-current assets and liabilities
  • Current: expected to be realized, consumed, or settled within 12 months (or the operating cycle if longer)
  • Present assets in order of liquidity (most liquid first) — standard US practice
  • Accounts receivable shown net of allowance for credit losses (ASC 326)
  • Property and equipment shown net of accumulated depreciation
  • Goodwill is not amortized — tested for impairment annually (ASC 350)
  • Leases: recognize right-of-use assets and lease liabilities for operating and finance leases (ASC 842)

Cash Flow Statement (ASC 230 / IAS 7)

  • Indirect method is most common (start with net income, adjust for non-cash items)
  • Direct method is permitted but rarely used (requires supplemental indirect reconciliation)
  • Interest paid and income taxes paid must be disclosed (either on the face or in notes)
  • Non-cash investing and financing activities disclosed separately (e.g., assets acquired under leases, stock issued for acquisitions)
  • Cash equivalents: short-term, highly liquid investments with original maturities of 3 months or less

Balance Sheet Reference Format

ASSETS
Current Assets
  Cash and cash equivalents
  Short-term investments
  Accounts receivable, net
  Inventory
  Prepaid expenses and other current assets
Total Current Assets

Non-Current Assets
  Property and equipment, net
  Operating lease right-of-use assets
  Goodwill
  Intangible assets, net
  Long-term investments
  Other non-current assets
Total Non-Current Assets

TOTAL ASSETS

LIABILITIES AND STOCKHOLDERS' EQUITY
Current Liabilities
  Accounts payable
  Accrued liabilities
  Deferred revenue, current portion
  Current portion of long-term debt
  Operating lease liabilities, current portion
  Other current liabilities
Total Current Liabilities

Non-Current Liabilities
  Long-term debt
  Deferred revenue, non-current
  Operating lease liabilities, non-current
  Other non-current liabilities
Total Non-Current Liabilities

Total Liabilities

Stockholders' Equity
  Common stock
  Additional paid-in capital
  Retained earnings (accumulated deficit)
  Accumulated other comprehensive income (loss)
  Treasury stock
Total Stockholders' Equity

TOTAL LIABILITIES AND STOCKHOLDERS' EQUITY

Cash Flow Statement Reference Format (Indirect Method)

CASH FLOWS FROM OPERATING ACTIVITIES
Net income (loss)
Adjustments to reconcile net income to net cash from operations:
  Depreciation and amortization
  Stock-based compensation
  Amortization of debt issuance costs
  Deferred income taxes
  Loss (gain) on disposal of assets
  Impairment charges
  Other non-cash items
Changes in operating assets and liabilities:
  Accounts receivable
  Inventory
  Prepaid expenses and other assets
  Accounts payable
  Accrued liabilities
  Deferred revenue
  Other liabilities
Net Cash Provided by (Used in) Operating Activities

CASH FLOWS FROM INVESTING ACTIVITIES
  Purchases of property and equipment
  Purchases of investments
  Proceeds from sale/maturity of investments
  Acquisitions, net of cash acquired
  Other investing activities
Net Cash Provided by (Used in) Investing Activities

CASH FLOWS FROM FINANCING ACTIVITIES
  Proceeds from issuance of debt
  Repayment of debt
  Proceeds from issuance of common stock
  Repurchases of common stock
  Dividends paid
  Payment of debt issuance costs
  Other financing activities
Net Cash Provided by (Used in) Financing Activities

Effect of exchange rate changes on cash

Net Increase (Decrease) in Cash and Cash Equivalents
Cash and cash equivalents, beginning of period
Cash and cash equivalents, end of period

Common Adjustments and Reclassifications

Period-End Adjustments

  1. Accruals: Record expenses incurred but not yet paid (AP accruals, payroll accruals, interest accruals)
  2. Deferrals: Adjust prepaid expenses, deferred revenue, and deferred costs for the period
  3. Depreciation and amortization: Book periodic depreciation/amortization from fixed asset and intangible schedules
  4. Bad debt provision: Adjust allowance for credit losses based on aging analysis and historical loss rates
  5. Inventory adjustments: Record write-downs for obsolete, slow-moving, or impaired inventory
  6. FX revaluation: Revalue foreign-currency-denominated monetary assets and liabilities at period-end rates
  7. Tax provision: Record current and deferred income tax expense
  8. Fair value adjustments: Mark-to-market investments, derivatives, and other fair-value items

Reclassifications

  1. Current/non-current reclassification: Reclassify long-term debt maturing within 12 months to current
  2. Contra account netting: Net allowances against gross receivables, accumulated depreciation against gross assets
  3. Intercompany elimination: Eliminate intercompany balances and transactions in consolidation
  4. Discontinued operations: Reclassify results of discontinued operations to a separate line item
  5. Equity method adjustments: Record share of investee income/loss for equity method investments
  6. Segment reclassifications: Ensure transactions are properly classified by operating segment