Help us improve
Share bugs, ideas, or general feedback.
From audit-essentials
Checks a financial-statements draft against core IFRS presentation and disclosure requirements (IAS 1, IAS 7, IFRS 7, IFRS 15, IFRS 16) and produces a gap list mapping each missing or incomplete disclosure to its standard reference with suggested remediation; use this during audit fieldwork, financial-statement review, or year-end close to validate the completeness of notes to the accounts, primary statements, accounting policies, and disclosures around revenue, leases, and financial instruments before sign-off.
npx claudepluginhub kimonarrow/ledgerskills --plugin audit-essentialsHow this skill is triggered — by the user, by Claude, or both
Slash command
/audit-essentials:ifrs-disclosure-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps a preparer or auditor screen a set of IFRS financial statements (or a notes draft) for completeness against the core presentation and disclosure requirements of IAS 1, IAS 7, IFRS 7, IFRS 15 and IFRS 16. It works through each requirement systematically, flags what is missing or thin, points to the exact standard paragraph, and proposes concrete remediation wording. It is aimed ...
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Share bugs, ideas, or general feedback.
This skill helps a preparer or auditor screen a set of IFRS financial statements (or a notes draft) for completeness against the core presentation and disclosure requirements of IAS 1, IAS 7, IFRS 7, IFRS 15 and IFRS 16. It works through each requirement systematically, flags what is missing or thin, points to the exact standard paragraph, and proposes concrete remediation wording. It is aimed at audit seniors and managers performing a disclosure review, and at finance teams self-checking a draft before it goes to the auditor or the board.
It is a screening aid for the most commonly tested disclosures, not an exhaustive checklist of every IFRS in issue. Treat clean results as "no gaps found in the items checked," never as a guarantee of full compliance.
Do not use this for first-time adoption (IFRS 1), business combinations (IFRS 3), or fair-value hierarchy mechanics (IFRS 13) detail; those need their own dedicated review. Flag them as out of scope if the entity has them.
Provide one or both of:
Also useful: the entity's IFRS framework (full IFRS vs IFRS for SMEs), whether it is a first-time adopter, functional/presentation currency, and whether it has leases, financial instruments measured at fair value, or revenue from contracts with customers.
A bundled synthetic sample, samples/sample-fs-disclosures.csv, lists the disclosure items present in a small fictional manufacturer's draft (one row per disclosure item with a present/partial/absent flag). Use it to see the expected input shape and to run the worked example.
Work standard by standard. For each requirement, decide one of: Present (adequate), Partial (present but incomplete or generic), or Absent. Record the standard paragraph reference for every item. Where the entity does not have the underlying item (e.g. no leases), mark Not applicable with a one-line basis.
For each gap, assign a severity:
Apply a materiality lens: do not raise High gaps for genuinely immaterial balances, but state the basis for treating something as immaterial.
Produce a Markdown disclosure-review workpaper with these sections:
Ref (item id), Standard (e.g. IAS 1), Para (e.g. 1.122), Requirement (short description), Status (Present/Partial/Absent/N/A), Severity (High/Med/Low), Finding (what is missing/thin), Suggested remediation (concrete wording or action).If a CSV is preferred, output the gap register with the same columns, one row per item, UTF-8, comma-separated, header row included.
Using samples/sample-fs-disclosures.csv for Aurora Components Ltd (year ended 31 Dec 2025, full IFRS):
present - mark Present.partial (cash movements only). Raise a High gap: "Net debt reconciliation omits non-cash movements - add a column for new lease additions and FX on borrowings (IAS 7.44B-44C)."absent. Raise a High gap: "Add a contractual undiscounted maturity table for financial liabilities, with bands and a management commentary on liquidity risk (IFRS 7.39)."absent. Raise a Medium gap citing IFRS 16.53(g).partial (single line). Raise a Medium gap: "Disaggregate revenue by product line and timing (point in time vs over time) per IFRS 15.114-115."The output workpaper then summarises: e.g. 14 Present, 3 Partial, 2 Absent, with 2 High and 3 Medium gaps, and lists each in the gap register with remediation.
Disclaimer: This skill is a drafting and analysis aid, not professional advice. It does not provide accounting, audit, tax, investment, or legal advice. All output must be reviewed and approved by a qualified professional before use or reliance.
Part of LedgerSkills - security-vetted Claude Code skills for finance teams. New skills scanned and tested weekly; subscribe on the site.