From quantobooks
Account-by-account balance sheet roll-forward for the active QuantoBooks client. Pulls the period's BS, drills into each flagged account, and proposes adjusting journal entries when needed. Trigger phrases — "review the balance sheet", "BS review for [period]", "what's wrong with the balance sheet", "reconcile balance sheet accounts".
How this skill is triggered — by the user, by Claude, or both
Slash command
/quantobooks:quanto-balance-sheet-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the rules in `quanto-client-context` first.
Follow the rules in quanto-client-context first.
The balance sheet is where bookkeeping errors accumulate. A clean P&L with a sloppy BS is one of the most common things bookkeepers ship — and the most common reason clients lose trust later. This skill catches that.
Default to the most recent closed month. Ask if the user wants a different period. Use the same period boundary across every step (don't compare November-ending against December-MTD).
Call quanto_balance_sheet_report with the period. Show the user:
If the BS doesn't balance (Assets ≠ Liabilities + Equity) — that is an immediate CRITICAL. Stop and investigate before any account-level work. It almost always means an unbalanced JE was posted directly.
Sort accounts by risk_level (CRITICAL → HIGH → MEDIUM), then by absolute balance. Walk them in batches of 3–5.
For each flagged account:
Call quanto_balance_sheet_account_analysis with the account_id. Surface:
Categorize what you're seeing:
Propose the fix. Most are adjusting JEs — invoke quanto-journal-entry-assist. For account-level changes (rename, archive), invoke qbo_account_update with confirmation.
A few BS sections need extra scrutiny regardless of flags:
qbo_report_aged_receivables and confirm the aging total matches the BS AR balance.qbo_report_aged_payables.End with:
| Purpose | Tool |
|---|---|
| BS snapshot | quanto_balance_sheet_report |
| Per-account drill-in | quanto_balance_sheet_account_analysis |
| AR aging cross-check | qbo_report_aged_receivables |
| AP aging cross-check | qbo_report_aged_payables |
| GL for unusual activity | quanto_general_ledger_report, quanto_general_ledger_transaction_analysis |
| Adjusting JE | invoke quanto-journal-entry-assist |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub quantotechnologylabs/quantobooks-skills --plugin quantobooks