mcpbeat Sign in

Financial Reporting And Close Agent Skill

Runs the period-end close and produces reporting — close calendar, reconciliations, accruals, variance analysis, and reporting that gets read. Use this to shorten or stabilise a monthly close, design a close checklist, investigate a variance, structure management reporting, or work out why the numbers keep changing after close.

749 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
220
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cbrock84/headcount --skill financial-reporting-and-close

The instruction itself

6 sections, as written by the author

Financial reporting and close

A close is a manufacturing process whose output is a number people will make decisions on. Treat it

as a process — sequence, dependencies, quality control — and it gets faster and more accurate

together, which sounds contradictory only if you think speed comes from cutting checks.

Design the close as a critical path

Map every task with its owner, its dependencies and its duration. Most closes are slow because

independent work is running in series out of habit, not because any step is long.

Move work out of the close window wherever it does not depend on period-end: reconcile subledgers

continuously, book recurring accruals from a schedule, prepare consolidation structure in advance.

Anything you can do on day minus three is a day you are not doing on day two.

Set a hard cutoff and hold it. A close that stays open for late entries never finishes and

teaches everyone that deadlines are advisory.

Reconciliations are the control

Every balance sheet account gets an owner and a reconciliation. The reconciliation is not the

schedule — it is the explanation of the difference and what will clear it.

Watch aged reconciling items specifically. An unexplained item that has survived three closes is not

a timing difference; it is an error that has been carried forward by people assuming someone else

understood it.

Accruals and the honesty of estimates

Accrue on the best available evidence and document the basis. The basis matters more than the number,

because next period someone has to decide whether it still holds.

Track how estimates resolve against actuals. Consistent bias in one direction is information about

the estimator or the process, and it is invisible unless someone looks.

Reporting that gets read

Explain variance against a stated expectation — budget, prior period, or forecast — and say which.

A variance without a baseline is a number.

Lead with the two or three things that changed and why, then supporting detail. A report that

requires the reader to find the story does not get read, and its absence of readership is discovered

during a crisis.

Separate timing from run-rate. A miss caused by something slipping a week is a different

business fact from a miss caused by demand falling, and conflating them produces the wrong reaction.

Never

  • Leave the ledger open for late entries after the stated cutoff.
  • Carry an unexplained reconciling item forward a second time.
  • Present a variance without saying what it is a variance from.
  • Report a number you cannot trace to a reconciliation.

How to use it

Copy the folder

Take cbrock84/financial-reporting-and-close from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.