gl-recon

Reconcile general ledger to subledger data and classify breaks by likely cause.

Updated May 6, 2026
One-click install
npx skills add https://github.com/nvmohinani/financial_services --skill gl-recon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gl-recon
Source: https://github.com/nvmohinani/financial_services/tree/main/plugins/vertical-plugins/fund-admin/skills/gl-recon
Command: npx skills add https://github.com/nvmohinani/financial_services --skill gl-recon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconcile general ledger to subledger data for the same scope and period, identifying matches, breaks, and likely causes to simplify month-end close and daily checks.

Core Features & Use Cases

  • Normalize two extracts to a common key and comparison columns.
  • Full-outer-join to categorize breaks (matched, amount break, quantity break, timing break, GL only, subledger only).
  • Classify likely causes (Timing, FX, Mapping, Duplicate/missing post, Fee/accrual, Data quality) and generate a break report plus a summary.
  • Use cases include daily reconciliations across asset classes and month-end closes with audit-ready outputs.

Quick Start

Run a GL-to-subledger reconciliation for the target period and generate a break report and summary.

Frequently Asked Questions about gl-recon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reconcile GL to subledger data for month-end close?

GL to subledger reconciliation normalizes two data extracts to a common key, performs a full-outer-join, and categorizes amount, quantity, and timing breaks. It outputs a detailed break report and summary for audit-ready month-end close.

What causes reconciliation breaks between GL and subledger?

Reconciliation breaks are classified by likely causes including timing differences, FX rates, account mapping errors, duplicate or missing posts, fee accruals, and data quality issues. The full-outer-join isolates GL-only and subledger-only entries for targeted review.

Can I use this for daily reconciliations across different asset classes?

Yes, the reconciliation process handles daily checks across asset classes as well as month-end closes. It requires GL and subledger extracts sharing a common key and comparison columns to normalize data and surface matching or breaking entries.

What is the best way to identify timing breaks in finance operations?

Identifying timing breaks requires a full-outer-join on a common key between GL and subledger extracts. The process classifies unmatched entries as timing breaks, GL only, or subledger only, assigning likely causes like timing differences or missing posts.

Do I need a common key to match general ledger and subledger extracts?

Yes, a common key is required to normalize the two extracts and execute the full-outer-join. Without a shared key and comparison columns, the reconciliation cannot categorize amount, quantity, or timing breaks between the general ledger and subledger.

Why are there amount and quantity breaks in my GL subledger reconciliation?

Amount and quantity breaks occur when matched records have differing values in comparison columns. The reconciliation classifies these breaks by likely cause, such as FX rate differences, fee accruals, or data quality issues, and includes them in the break report.