reconciliation
Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.
Best use case
reconciliation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.
Teams using reconciliation should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/reconciliation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How reconciliation Compares
| Feature / Agent | reconciliation | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# Reconciliation **Important**: This skill assists with reconciliation workflows but does not provide financial advice. All reconciliations should be reviewed by qualified financial professionals before sign-off. Methodology and best practices for account reconciliation, including GL-to-subledger, bank reconciliations, and intercompany. Covers reconciling item categorization, aging analysis, and escalation. ## Reconciliation Types ### GL to Subledger Reconciliation Compare the general ledger control account balance to the detailed subledger balance. **Common accounts:** - Accounts receivable (GL control vs AR subledger aging) - Accounts payable (GL control vs AP subledger aging) - Fixed assets (GL control vs fixed asset register) - Inventory (GL control vs inventory valuation report) - Prepaid expenses (GL control vs prepaid amortization schedule) - Accrued liabilities (GL control vs accrual detail schedules) **Process:** 1. Pull GL balance for the control account as of period end 2. Pull subledger trial balance or detail report as of the same date 3. Compare totals — they should match if posting is real-time 4. Investigate any differences (timing of posting, manual entries not reflected, interface errors) **Common causes of differences:** - Manual journal entries posted to the control account but not reflected in the subledger - Subledger transactions not yet interfaced to the GL - Timing differences in batch posting - Reclassification entries in the GL without subledger adjustment - System interface errors or failed postings ### Bank Reconciliation Compare the GL cash balance to the bank statement balance. **Process:** 1. Obtain the bank statement balance as of period end 2. Pull the GL cash account balance as of the same date 3. Identify outstanding checks (issued but not cleared at the bank) 4. Identify deposits in transit (recorded in GL but not yet credited by bank) 5. Identify bank charges, interest, or adjustments not yet recorded in GL 6. Reconcile both sides to an adjusted balance **Standard format:** ``` Balance per bank statement: $XX,XXX Add: Deposits in transit $X,XXX Less: Outstanding checks ($X,XXX) Add/Less: Bank errors $X,XXX Adjusted bank balance: $XX,XXX Balance per general ledger: $XX,XXX Add: Interest/credits not recorded $X,XXX Less: Bank fees not recorded ($X,XXX) Add/Less: GL errors $X,XXX Adjusted GL balance: $XX,XXX Difference: $0.00 ``` ### Intercompany Reconciliation Reconcile balances between related entities to ensure they net to zero on consolidation. **Process:** 1. Pull intercompany receivable/payable balances for each entity pair 2. Compare Entity A's receivable from Entity B to Entity B's payable to Entity A 3. Identify and resolve differences 4. Confirm all intercompany transactions have been recorded on both sides 5. Verify elimination entries are correct for consolidation **Common causes of differences:** - Transactions recorded by one entity but not the other (timing) - Different FX rates used by each entity - Misclassification (intercompany vs third-party) - Disputed amounts or unapplied payments - Different period-end cut-off practices across entities ## Reconciling Item Categorization ### Category 1: Timing Differences Items that exist because of normal processing timing and will clear without action: - **Outstanding checks:** Checks issued and recorded in GL, pending bank clearance - **Deposits in transit:** Deposits made and recorded in GL, pending bank credit - **In-transit transactions:** Items posted in one system but pending interface to the other - **Pending approvals:** Transactions awaiting approval to post in one system **Expected resolution:** These items should clear within the normal processing cycle (typically 1-5 business days). No adjusting entry needed. ### Category 2: Adjustments Required Items that require a journal entry to correct: - **Unrecorded bank charges:** Bank fees, wire charges, returned item fees - **Unrecorded interest:** Interest income or expense from bank/lender - **Recording errors:** Wrong amount, wrong account, duplicates - **Missing entries:** Transactions in one system with no corresponding entry in the other - **Classification errors:** Correctly recorded but in the wrong account **Action:** Prepare adjusting journal entry to correct the GL or subledger. ### Category 3: Requires Investigation Items that cannot be immediately explained: - **Unidentified differences:** Variances with no obvious cause - **Disputed items:** Amounts contested between parties - **Aged outstanding items:** Items that have not cleared within expected timeframes - **Recurring unexplained differences:** Same type of difference appearing each period **Action:** Investigate root cause, document findings, escalate if unresolved. ## Aging Analysis for Outstanding Items Track the age of reconciling items to identify stale items requiring escalation: | Age Bucket | Status | Action | |-----------|--------|--------| | 0-30 days | Current | Monitor — within normal processing cycle | | 31-60 days | Aging | Investigate — follow up on why item has not cleared | | 61-90 days | Overdue | Escalate — notify supervisor, document investigation | | 90+ days | Stale | Escalate to management — potential write-off or adjustment needed | ### Aging Report Format | Item # | Description | Amount | Date Originated | Age (Days) | Category | Status | Owner | |--------|-------------|--------|-----------------|------------|----------|--------|-------| | 1 | [Detail] | $X,XXX | [Date] | XX | [Type] | [Status] | [Name] | ### Trending Track reconciling item totals over time to identify growing balances: - Compare total outstanding items to prior period - Flag if total reconciling items exceed materiality threshold - Flag if number of items is growing period over period - Identify recurring items that appear every period (may indicate process issue) ## Escalation Thresholds Define escalation triggers based on your organization's risk tolerance: | Trigger | Threshold (Example) | Escalation | |---------|---------------------|------------| | Individual item amount | > $10,000 | Supervisor review | | Individual item amount | > $50,000 | Controller review | | Total reconciling items | > $100,000 | Controller review | | Item age | > 60 days | Supervisor follow-up | | Item age | > 90 days | Controller / management review | | Unreconciled difference | Any amount | Cannot close — must resolve or document | | Growing trend | 3+ consecutive periods | Process improvement investigation | *Note: Set thresholds based on your organization's materiality level and risk appetite. The examples above are illustrative.* ## Reconciliation Best Practices 1. **Timeliness:** Complete reconciliations within the close calendar deadline (typically T+3 to T+5 business days after period end) 2. **Completeness:** Reconcile all balance sheet accounts on a defined frequency (monthly for material accounts, quarterly for immaterial) 3. **Documentation:** Every reconciliation should include preparer, reviewer, date, and clear explanation of all reconciling items 4. **Segregation:** The person who reconciles should not be the same person who processes transactions in that account 5. **Follow-through:** Track open items to resolution — do not just carry items forward indefinitely 6. **Root cause analysis:** For recurring reconciling items, investigate and fix the underlying process issue 7. **Standardization:** Use consistent templates and procedures across all accounts 8. **Retention:** Maintain reconciliations and supporting detail per your organization's document retention policy
Related Skills
recruiting-pipeline
Track and manage recruiting pipeline stages. Trigger with "recruiting update", "candidate pipeline", "how many candidates", "hiring status", or when the user discusses sourcing, screening, interviewing, or extending offers.
policy-lookup
Find and explain company policies in plain language. Trigger with "what's our PTO policy", "can I work remotely from another country", "how do expenses work", or any plain-language question about benefits, travel, leave, or handbook rules.
performance-review
Structure a performance review with self-assessment, manager template, and calibration prep. Use when review season kicks off and you need a self-assessment template, writing a manager review for a direct report, prepping rating distributions and promotion cases for calibration, or turning vague feedback into specific behavioral examples.
people-report
Generate headcount, attrition, diversity, or org health reports. Use when pulling a headcount snapshot for leadership, analyzing turnover trends by team, preparing diversity representation metrics, or assessing span of control and flight risk across the org.
org-planning
Headcount planning, org design, and team structure optimization. Trigger with "org planning", "headcount plan", "team structure", "reorg", "who should we hire next", or when the user is thinking about team size, reporting structure, or organizational design.
onboarding
Generate an onboarding checklist and first-week plan for a new hire. Use when someone has a start date coming up, building the pre-start task list (accounts, equipment, buddy), scheduling Day 1 and Week 1, or setting 30/60/90-day goals for a new team member.
interview-prep
Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.
draft-offer
Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.
comp-analysis
Analyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [role]", "is this offer competitive", "model this equity grant", or when uploading comp data to find outliers and retention risks.
variance-analysis
Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.
sox-testing
Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P, ITGC, close), building a testing workpaper template, or evaluating and classifying a control deficiency.
journal-entry
Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.