IFRS

40-standard IFRS/IAS reference with paragraph citations, worked ECL/lease/impairment journal entries.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 079eb5c

A real knowledge-base skill, not a fixture: verified its 'all 40 active standards' and '7 workflows / 5 templates' claims by counting headers in the actual files and they matched exactly. On an IFRS 9 ECL task it produced exact paragraph cites (9.5.5.15, B5.5.17), a numeric provision-matrix example, and a stage-migration journal entry with real figures (CU 10,000 to CU 60,000) that a generic baseline answer only described qualitatively.

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 IFRS does

Loads standard-by-standard IFRS/IAS reference, workflow, compliance-template, and GAAP-transition files on demand to answer accounting questions with paragraph-level citations (e.g. IFRS 9.5.5.15) and worked journal entries. Triggers on IFRS/IAS/IASB terminology, revenue recognition, leases, impairment, ECL, consolidation, business combinations, deferred tax, or GAAP-to-IFRS transition questions.

How to install IFRS

git clone https://github.com/ramyatrouny/ifrs-skill
cd ifrs-skill
mkdir -p ~/.claude/skills
cp -r ifrs ~/.claude/skills/ifrs

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

Commands — how to trigger IFRS

  • /ifrs 40-standard IFRS/IAS reference with paragraph citations, worked ECL/lease/impairment journal entries.

It also activates on plain-language prompts like these:

  • walk me through the ECL provision matrix for IFRS 9
  • what's the journal entry for recognizing a lease under IFRS 16?
  • cite the exact paragraph covering goodwill impairment testing

Frequently asked questions

Is the IFRS skill free?
Yes. The skill itself is free from ramyatrouny/ifrs-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does IFRS work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. A real knowledge-base skill, not a fixture: verified its 'all 40 active standards' and '7 workflows / 5 templates' claims by counting headers in the actual files and they matched exactly. On an IFRS 9 ECL task it produced exact paragraph cites (9.5.5.15, B5.5.17), a numeric provision-matrix example, and a stage-migration journal entry with real figures (CU 10,000 to CU 60,000) that a generic baseline answer only described qualitatively.
What is the IFRS 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 IFRS?
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 IFRS 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.