Help us improve
Share bugs, ideas, or general feedback.
Generates an entity-tailored month-end close checklist and a runnable period tracker (owner, due day, status) sequenced by dependency across accruals, prepayments, reconciliations, intercompany, cutoff, FX revaluation, and review sign-off, grounded in IFRS/IAS and US GAAP; use it when an accounting or finance team needs to plan, standardize, or accelerate the month-end or period-end close, build a close calendar, assign owners and due days, or reduce errors and late adjustments in the general ledger.
npx claudepluginhub kimonarrow/ledgerskills --plugin accounting-essentialsHow this skill is triggered — by the user, by Claude, or both
Slash command
/accounting-essentials:month-end-close-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill builds a dependency-sequenced month-end (or period-end) close checklist tailored to a specific entity, and a tracker the team can re-run every period with owners, due days, and status. It is for controllers, financial accountants, and close managers who want a repeatable, auditable close that finishes on time with fewer post-close adjustments. The methodology reflects standard close ...
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Share bugs, ideas, or general feedback.
This skill builds a dependency-sequenced month-end (or period-end) close checklist tailored to a specific entity, and a tracker the team can re-run every period with owners, due days, and status. It is for controllers, financial accountants, and close managers who want a repeatable, auditable close that finishes on time with fewer post-close adjustments. The methodology reflects standard close discipline and accrual accounting under IFRS/IAS and US GAAP; it does not assume any proprietary firm tool.
Ask the user for whatever is available; proceed with sensible defaults if some are missing.
samples/close_tracker_sample.csv you can use as the schema and example.Sequence matters: each phase depends on the prior one being complete. Do not start reconciliations until the relevant subledgers are closed; do not revalue FX until all foreign-currency transactions are posted; do not review until cutoff and intercompany are settled.
Set the close calendar. Anchor everything to business days relative to period-end. Define WD0 (last calendar day) and assign each task a due business day (WD+1, WD+2, ...). A typical monthly close lands at WD+4 to WD+6. Mark dependencies explicitly so a slipped task flags its successors.
Pre-close / cut subledgers (WD-1 to WD+1). Stop transaction entry in source subledgers in a defined order: AP invoices and AR billing, expense claims, inventory movements, payroll. Confirm bank feeds are imported. Lock the prior period. Record the last document number per subledger so cutoff testing has a reference.
Accruals (WD+1 to WD+2). Recognize expenses incurred but not yet invoiced, matching cost to the period under the accrual basis (IAS 1 accrual concept; expense recognition under the matching principle). Cover goods/services received not invoiced (GRNI), accrued payroll and bonuses, utilities, professional fees, and interest. For each accrual capture the basis of estimate and supporting evidence. Provisions (uncertain timing/amount) follow IAS 37 (US GAAP: ASC 450) - recognize when a present obligation exists, outflow is probable, and amount is reliably estimable; otherwise disclose as contingent. Reverse prior-period accruals where the actual invoice has now posted to avoid double counting.
Prepayments / deferrals (WD+1 to WD+2). Identify costs paid in advance that benefit future periods (insurance, software licenses, rent) and amortize the current-period portion. Maintain a prepayment schedule with opening balance, additions, monthly release, and closing balance. Mirror the logic for deferred/unearned revenue (recognize only the portion earned this period; IFRS 15 / ASC 606). Confirm lease accounting entries where IFRS 16 applies: depreciation of the right-of-use asset and interest unwind on the lease liability.
Reconciliations (WD+2 to WD+3). Reconcile every balance sheet control account to an independent supporting source, only after subledgers are closed:
Intercompany (WD+2 to WD+3). For group entities, agree intercompany balances and transactions with counterparties before consolidation. Match IC AR to IC AP per partner, reconcile in a common currency, and clear mismatches (timing, FX, disputed charges). Confirm IC loan interest and management charges are recorded both sides. Unreconciled IC differences are a leading cause of consolidation eliminations failing - resolve them at source, not in the elimination journal.
Cutoff (WD+2 to WD+3). Test that transactions are recorded in the correct period. Review the last and first few invoices/shipments/receipts around period-end against goods-received and delivery dates. Check revenue cutoff (control transfer under IFRS 15 / ASC 606), expense cutoff (GRNI), and that post-period-end documents are not booked into the closing period. Document the populations and document numbers tested.
FX revaluation (WD+3). Once all foreign-currency transactions are posted, revalue monetary assets and liabilities at the closing rate (IAS 21 / ASC 830). Recognize exchange differences in profit or loss for monetary items; do not revalue non-monetary items carried at historical cost. Use a consistent, documented rate source and rate date. For group reporting, translate the entity's results and position into the presentation currency (closing rate for the statement of financial position, average rate for the statement of profit or loss; differences to a translation reserve in OCI).
Journal posting and trial balance lock (WD+3 to WD+4). Post all close journals with descriptions and support; confirm each has a preparer and the reviewer is separate (segregation of duties). Run a draft trial balance, confirm debits equal credits, and check for unexpected balances (e.g. suspense/clearing accounts that should be nil).
Review and analytics (WD+4 to WD+5). Reviewer performs analytical review: actuals vs prior period and vs budget, with explanations for variances above a set threshold (commonly the greater of a monetary floor or ~5-10% of the line). Scan for missing recurring entries, unusual round numbers, and reversed-but-not-reposted items. Confirm balance sheet integrity (negative inventory, debit liabilities, stale prepayments).
Sign-off and reporting (WD+5 to WD+6). Reviewer formally approves; record date, approver, and any open items carried forward. Lock the period in the ERP. Produce the management reporting pack and archive the close file (reconciliations, journals, support) for audit. Hold a brief retrospective: which tasks slipped, root cause, and one improvement for next period.
Produce two artifacts.
Close checklist (Markdown workpaper) organized by the phases above. For each phase, a short purpose line and the specific tasks tailored to the entity, with the standard reference where relevant (e.g. IAS 37 for provisions, IAS 21 for FX, IFRS 15/ASC 606 for revenue cutoff).
Close tracker (CSV) the team runs each period, with these columns:
task_id (stable identifier, e.g. ACC-01)phase (Pre-close, Accruals, Prepayments, Reconciliations, Intercompany, Cutoff, FX, Posting, Review, Sign-off)task (specific description)owner (role or name)due_wd (business day, e.g. WD+2)depends_on (task_id(s) that must complete first)status (Not started / In progress / Blocked / Done)materiality_threshold (where a reconciliation/variance rule applies)evidence_ref (link or filename of support)notesMatch the column schema of the bundled samples/close_tracker_sample.csv so the team can drop it straight into a sheet.
Using samples/close_tracker_sample.csv for "Aurora Components Ltd" (GBP functional currency, IFRS, part of a small group with "Northwind Trading BV" in EUR):
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.