variance-commentary
Write flux commentary for every P&L and balance-sheet line over threshold — current vs prior period and vs budget, with the driver explained from underlying activity. Use for the month-end close package and management reporting.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o variance-commentary.zip https://jpskill.com/download/22516.zip && unzip -o variance-commentary.zip && rm variance-commentary.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22516.zip -OutFile "$d\variance-commentary.zip"; Expand-Archive "$d\variance-commentary.zip" -DestinationPath $d -Force; ri "$d\variance-commentary.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
variance-commentary.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
variance-commentaryフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Variance commentary
当期の実際値、前期の実際値、および同一範囲の予算が与えられた場合、解説テーブルを作成します。
しきい値
以下のいずれかが真である場合、解説のために行にフラグを立てます。
- 絶対差異が会社の重要性しきい値以上である(提供された値を使用します。デフォルトは行の5%または固定の最低額のいずれか大きい方です)
- その行が「常にコメントする」リスト(revenue、headcount cost、cash)にある
フラグが立てられた各行について
| 列 | 内容 |
|---|---|
| Line | 勘定科目またはキャプション |
| Current / Prior / Budget | 3つの値 |
| Δ vs prior および Δ vs budget | 金額とパーセンテージ |
| Driver | 基礎となる活動からの変動を説明する1文 — 数値の再記述ではありません |
ドライバーは「何が」ではなく「なぜ」を説明します。「5月のローンチに向けたGPU予約の増加により、Cloud spendが120万ドル増加しました」— 「Cloud spendが120万ドル(18%)増加しました」ではありません。
ドライバーのソース
内部のgl MCPを介して、その行の背後にある活動(仕訳元内訳、ベンダー構成、headcount delta、volume × rate)を確認します。データからドライバーが明確でない場合は、でっち上げるのではなく「driver unclear — flag for controller」と記述します。
出力
解説テーブルと、その期間の最大の変動要因を要約した短い記述(3〜5文)です。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Variance commentary
Given current-period actuals, prior-period actuals, and budget for the same scope, produce a commentary table.
Threshold
Flag a line for commentary if either is true:
- Absolute variance ≥ the firm's materiality threshold (use the provided value; default 5% of the line or a fixed floor, whichever is greater)
- The line is on the "always comment" list (revenue, headcount cost, cash)
For each flagged line
| Column | Content |
|---|---|
| Line | Account or caption |
| Current / Prior / Budget | The three values |
| Δ vs prior and Δ vs budget | Amount and % |
| Driver | One sentence explaining the movement from underlying activity — not a restatement of the number |
A driver explains why, not what: "Cloud spend up $1.2M on incremental GPU reservations for the May launch" — not "Cloud spend increased $1.2M (18%)."
Sourcing the driver
Look at the activity behind the line (journal-source breakdown, vendor mix, headcount delta, volume × rate) via the internal-gl MCP. If the driver isn't clear from the data, write "driver unclear — flag for controller" rather than inventing one.
Output
The commentary table plus a short narrative (3–5 sentences) summarizing the period's biggest movers.