Financial Analyzing
Calculates margins, ROI, ROA/ROE from raw P&L numbers and drafts a benchmarked financial report.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · c65ad74
Actually ran scripts/calculate_ratios.py against a synthetic P&L (revenue $1.2M, net income $180K) -- it correctly returned 58.33% gross margin, 15% net margin, 7.2% ROA and 20% ROE in under a second, and the bundled profitability.md benchmarks flagged the ROE-vs-ROA spread as a leverage red flag a plain prompt-only baseline never surfaced.
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 9/10
- Docs & honesty 5/5
What Financial Analyzing does
Analyzes revenue, cost, and profitability data, runs a bundled Python ratio calculator, and fills a structured report template with industry-benchmark commentary and red-flag checks. Triggers on revenue, costs, profits, margins, ROI, or general financial-metrics requests.
How to install Financial Analyzing
git clone https://github.com/huangjia2019/claude-code-engineering
cd claude-code-engineering
mkdir -p ~/.claude/skills
cp -r 04-Skills/projects/03-financial-skill/.claude/skills/financial-analyzing ~/.claude/skills/financial-analyzing
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Financial Analyzing
-
/financial-analyzingCalculates margins, ROI, ROA/ROE from raw P&L numbers and drafts a benchmarked financial report.
It also activates on plain-language prompts like these:
-
Calculate our margins, ROI, and ROE from this raw P&L data -
Turn our revenue and cost numbers into a benchmarked financial report -
Flag any red flags in these profitability numbers against industry norms
Frequently asked questions
- Is the Financial Analyzing skill free?
- Yes. The skill itself is free from huangjia2019/claude-code-engineering. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Financial Analyzing work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Actually ran scripts/calculate_ratios.py against a synthetic P&L (revenue $1.2M, net income $180K) -- it correctly returned 58.33% gross margin, 15% net margin, 7.2% ROA and 20% ROE in under a second, and the bundled profitability.md benchmarks flagged the ROE-vs-ROA spread as a leverage red flag a plain prompt-only baseline never surfaced.
- What is the Financial Analyzing SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Financial Analyzing?
- 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 Financial Analyzing 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.