Analyse RFA Institutionnelle
Turns an annual report PDF into an 8-section institutional buy-side note plus a Bloomberg-style HTML deck.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 17b7aa2
Fed it a synthetic small-cap (net income +50% on a one-off disposal gain while FCF flipped negative) and the skill's mandated RN-to-FCF bridge and red-flag section caught the divergence explicitly as a critical flag, computed ROIC vs WACC and gearing, and forced a 3-location legal disclaimer — a generic baseline answer just praised the earnings growth and missed the cash-flow red flag entirely.
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 Analyse RFA Institutionnelle does
Extracts P&L, cash flow, balance sheet and audit data from an annual report (RFA/10-K/20-F) for any listed company and produces a skeptical, red-flag-hunting institutional note (P&L, cash/working capital, leverage, profitability, red flags, valuation with DCF+multiples, bull/bear synthesis) plus a standalone responsive HTML presentation. Triggers on requests like 'analyse RFA <ticker>', 'investment note <company>', or pointing at a 10-K/20-F/annual report PDF.
How to install Analyse RFA Institutionnelle
git clone https://github.com/LKABAL-BVC/claude-skill-annual-report-analyzer.git
mkdir -p ~/.claude/skills
cp -r claude-skill-annual-report-analyzer ~/.claude/skills/analyse-rfa-institutionnelle
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Analyse RFA Institutionnelle
-
/analyse-rfa-institutionnelleTurns an annual report PDF into an 8-section institutional buy-side note plus a Bloomberg-style HTML deck.
It also activates on plain-language prompts like these:
-
Analyse le RFA de cette entreprise et repere les signaux d'alerte -
Peux-tu faire une note d'investissement sur ce rapport annuel ? -
Prepare une presentation HTML a partir de ce 10-K cote en bourse
Frequently asked questions
- Is the Analyse RFA Institutionnelle skill free?
- Yes. The skill itself is free from LKABAL-BVC/claude-skill-annual-report-analyzer. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Analyse RFA Institutionnelle work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Fed it a synthetic small-cap (net income +50% on a one-off disposal gain while FCF flipped negative) and the skill's mandated RN-to-FCF bridge and red-flag section caught the divergence explicitly as a critical flag, computed ROIC vs WACC and gearing, and forced a 3-location legal disclaimer — a generic baseline answer just praised the earnings growth and missed the cash-flow red flag entirely.
- What is the Analyse RFA Institutionnelle 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 Analyse RFA Institutionnelle?
- 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 Analyse RFA Institutionnelle 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.