management-report-master

management-report-master is a skill for Claude Code from vivy-yi/finance-skills. It costs 115 tokens per session (1,228 once invoked), scanned A, original, MIT.

A complete workflow for producing a monthly or quarterly management report, from collecting financial data through analysis, warning review, writing, checking, and distribution.

In plain words
What is it for?
Use it to build management reports, combine financial and business analysis, investigate KPI warnings, resolve inconsistent figures, and prepare the final report package.
Why use it?
It coordinates separate reporting tasks so data differences, performance warnings, review comments, and publishing steps are handled in one report process.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to build management reports, combine financial and business analysis, investigate KPI warnings, resolve inconsistent figures, and prepare the final report package.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/management-report-master
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vivy-yi/finance-skills --skill management-report-master
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for management-report-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/management-report-master/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/management-report-master)
Your own site
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/management-report-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/management-report-master/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for management-report-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/management-report-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/management-report-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,228 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.01228
Opus 5 $0.00057 $0.00614
Sonnet 5 $0.00023 $0.00246
Haiku 4.5 $0.00012 $0.00123

Measured 9d ago against content hash 5b45ab6547fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

management-report-master scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

finance-skills/skills/management-report/skills/management-report-master/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

管理报告 Master Skill

能力描述

这是什么: 管理报告场景的主技能,整合月度财务报告编制、业务分析整合、指标预警处理与管理报告发布,为 CFO 和财务分析团队提供完整的管理报告生产能力。

解决什么问题: 当用户需要编制月度管理报告、处理报告中的指标预警、整合业务分析到财务报告、或发布管理报告时,调用本技能获取完整的管理报告生产方案。

边界: 不涉及具体业务运营分析,专注于报告生产流程和财务与业务的整合分析。


触发条件

满足以下任一场景时调用本技能:

  • 用户提到"管理报告"、"月度报告"、"财务分析报告"
  • 用户提到"报告预警"、"指标异常"、"数据不一致"
  • 用户要求"编制管理报告"、"整合业务分析"、"发布报告"

Examples

→ 示例:用户说"月度管理报告到截止日期了,数据都拿齐了,帮我看一下结构有没有问题",系统应调用本技能,进入报告编制路径。

→ 示例:用户说"业务和财务对收入的数字对不上,管理报告发不出去",系统应调用本技能,进入数据协调路径。

→ 示例:用户说"几个指标触发了预警,需要在管理报告里重点说明一下",系统应调用本技能,进入预警处理路径。

输入

□ 场景类型:[报告编制/预警处理/数据协调/报告发布]
□ 报告期间:[YYYY-MM]
□ 报告范围:[公司整体/业务线/部门]
□ 截止日期:[YYYY-MM-DD]
□ 已获取信息:[描述]

原子能力调用顺序

路径一:月度管理报告编制
Step 1 → [管理报告数据提取](management-report-data)
  → 输出:基础数据

Step 2 → [指标预警处理](kpi-alert-handling)
  → 输出:预警处理方案

Step 3 → [业务分析整合](business-analysis-integration)
  → 输出:业务分析内容

Step 4 → [管理报告撰写](management-report-writing)
  → 输出:完整报告

Step 5 → [管理报告审阅](management-report-review)
  → 输出:审阅意见

路径二:报告预警处理
Step 1 → [指标预警处理](kpi-alert-handling)
  → 输出:预警分析

Step 2 → [业务分析整合](business-analysis-integration)
  → 输出:根因分析

Step 3 → [管理报告撰写](management-report-writing)
  → 输出:预警说明

Step 4 → 汇总输出预警处理报告

输出格式

管理报告生产报告
====================

【报告概览】
□ 报告期间:[YYYY-MM]
□ 报告页数:[X] 页
□ 数据完整度:[X%]
□ 预警数量:[X] 个(黄 [X] / 红 [X])

【核心指标】
| 指标 | 目标 | 实际 | 达成率 | 状态 |
|---|---|---|---|---|
| [名称] | [X] | [X] | [X%] | ✅/⚠️/🔴 |

【预警处理】(如有)
□ 预警指标:[名称]
□ 原因:[描述]
□ 影响:[描述]
□ 建议:[描述]

【业务分析整合】(如有)
□ 分析主题:[描述]
□ 关键洞察:[X] 点
□ 建议行动:[X] 项

【报告审阅】
□ 审阅意见:[X] 条
□ 须修改项:[列表]
□ 发布状态:[草稿/审阅中/已发布]

【下一步】
□ 报告发布:[YYYY-MM-DD]
□ 下月报告启动:[YYYY-MM-DD]

升级条件

满足以下任一条件须升级:

  • 关键指标跌破红线 → 立即升级 CEO
  • 数据跨系统不一致 → 升级 CFO
  • 报告须跨部门协调 → 升级 CFO 协调

原子 Skill 清单

原子 Skill 用途
management-report-data 管理报告数据提取
kpi-alert-handling 指标预警处理
business-analysis-integration 业务分析整合
management-report-writing 管理报告撰写
management-report-review 管理报告审阅

Finance Skills — management-report master skill

Read the full file on GitHub · 154 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 154 lines · 115 tokens per session scan A 5b45ab6547fd

Subscribe to this mod's changes

management-report-master is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 115 tokens to every session and 1,228 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

hive.colony-progress-tracker

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.

aden-hive/hive · 36 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

edgartools

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens