French Statutory Auditor (CAC) Audit
Runs a 7-phase, NEP-compliant statutory audit of a French company's annual accounts and issues a structured audit report with an opinion.
What it does
Reproduces the work of a French commissaire aux comptes, following CNCC's NEP standards and the French chart of accounts (PCG, ANC 2014-03).
- 7-phase audit program: entity understanding & planning → FEC (accounting entries file) integrity checks → balance sheet → income statement → trial balance/general ledger → tax return forms (2033-A to E, 2572-SD) → cross-cutting controls and opinion
- FEC validation: 18 mandatory pipe-delimited columns, debit = credit balance, continuous entry numbering, AAAAMMJJ date format, PCG-valid account numbers
- Materiality thresholds: 5% of pre-tax operating profit, or 1–2% of revenue for small entities
- Bundled reference data:
data/pcg_YYYY.json(full chart of accounts) anddata/nomenclature-liasse-fiscale.csv(tax-form box codes) for cross-checking - Standard report template: opinion type (unqualified / qualified / refusal), basis for opinion, per-phase control summary table, recommendations, documents examined
It refuses to start without minimum context (legal name, SIREN, legal form, tax regime, fiscal year) and explicitly asks the user rather than guessing.
Who it's for
- Founders running a French entity (SAS, SARL...) who want a self-review before closing the books
- French accountants and bookkeepers needing an assistant for year-end review
- SaaS/platform businesses that must verify deferred revenue (PCA) and odd credit balances on account 411
Example uses
- "Audit my 2024 FEC file" → a list of column-format, balance and entry-numbering anomalies plus a Phase 2 conclusion.
- "Reconcile the balance sheet with form 2033-A" → box-by-box comparison, assets = liabilities check, accumulated depreciation review.
- "Recompute deferred revenue on annual subscriptions and write the audit report" → a markdown report with opinion, observations and recommendations.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/romainsimon/paperasse/HEAD/commissaire-aux-comptes/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the commissaire-aux-comptes folder from the GitHub repo romainsimon/paperasse into my ~/.claude/skills/commissaire-aux-comptes/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/romainsimon/paperasse.git && mkdir -p ~/.claude/skills && cp -r paperasse/commissaire-aux-comptes ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/romainsimon/paperasse.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r paperasse/commissaire-aux-comptes ~/.claude/skills/ - Verify that the
data/folder andcompany.example.jsonwere copied along with it. - Copy
company.example.jsontocompany.jsonand fill in legal name, SIREN, legal form, tax regime and fiscal year dates. - Restart Claude Code and ask something like "audit my annual accounts" or mention "commissaire aux comptes" to trigger the skill.
- Place the files to be audited (FEC, balance sheet, income statement, trial balance) in your project folder so Claude can read and cross-check them.