China 3-Statement Model

Integrated IS/BS/CF models for A-share stocks under Chinese Accounting Standards (CAS)

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 5c2b3ca

Asked for the China-specific checks and CAS adjustments for an A-share model both with and without the skill: the skill supplied a dozen concrete items the baseline missed, including the exact Chinese line-item taxonomy, a retained-earnings roll-forward that nets 提取盈余公积, the 高新技术企业 15% tax flag, a 商誉>30%-of-equity flag, and 元/千元 unit normalization. It loses a point because it contradicts itself on R&D (its diff table says R&D 'can be capitalized under CAS' while the body flatly says CAS 'requires R&D to be expensed' — the latter is wrong under CAS 6). The AkShare/Wind/iFind data-retrieval half needs paid MCP keys and was left unmeasured.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 4/5

What China 3-Statement Model does

Guidance skill for building three-statement financial models of Chinese listed companies, with CAS line-item taxonomy, 25%/15% tax handling, VAT and unit-normalization rules, and seven China-specific balance checks. Triggers when the user asks to build a financial model for an A-share or Chinese listed company rather than a US/IFRS one.

How to install China 3-Statement Model

git clone https://github.com/jwangkun/claude-for-financial-services-cn.git
mkdir -p ~/.claude/skills
cd claude-for-financial-services-cn && cp -r vertical-plugins/china-finance/skills/china-3-statement-model ~/.claude/skills/china-3-statement-model

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger China 3-Statement Model

  • /china-3-statement-model Integrated IS/BS/CF models for A-share stocks under Chinese Accounting Standards (CAS)

It also activates on plain-language prompts like these:

  • 帮我为这家在深圳交易所上市的A股高新技术企业搭建一套完整的利润表、资产负债表和现金流量表模型
  • 按照中国企业会计准则的口径,列出搭建财务模型时资产负债表需要做哪些勾稽和平衡检查项
  • 这家A股上市公司符合高新技术企业15%的优惠税率条件吗,模型里的所得税科目应该怎么处理

Frequently asked questions

Is the China 3-Statement Model skill free?
Yes. The skill itself is free from jwangkun/claude-for-financial-services-cn. SkillProof publishes the install command and an independent test verdict at no cost.
Does China 3-Statement Model work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Asked for the China-specific checks and CAS adjustments for an A-share model both with and without the skill: the skill supplied a dozen concrete items the baseline missed, including the exact Chinese line-item taxonomy, a retained-earnings roll-forward that nets 提取盈余公积, the 高新技术企业 15% tax flag, a 商誉>30%-of-equity flag, and 元/千元 unit normalization. It loses a point because it contradicts itself on R&D (its diff table says R&D 'can be capitalized under CAS' while the body flatly says CAS 'requires R&D to be expensed' — the latter is wrong under CAS 6). The AkShare/Wind/iFind data-retrieval half needs paid MCP keys and was left unmeasured.
What is the China 3-Statement Model SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install China 3-Statement Model?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use China 3-Statement Model with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.