Automation & Ops ✓ Anthropic · Official general-ledgersubledger-reconciliationbreak-analysisfinancial-operationsfx-reconciliationmonth-end-close

GL Reconciliation Assistant

Reconcile the general ledger against subledger data and classify breaks.

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust18 / 25 · 3.6/5

The skill treats GL and subledger/custodian extracts as untrusted data and describes analysis/reporting rather than external writes, broad permissions, or destructive defaults, supporting a relatively strong baseline; however, it does not specify sensitive financial-data minimization, retention, isolation, access control, user confirmation, rollback, or complete data-flow handling, so 7 points are deducted.

Reliability8 / 20 · 2.0/5

The steps, key fields, comparison fields, full-outer-join buckets, tolerances, and deliverables are broadly consistent, making the happy path plausible; however, empty files, duplicate keys, missing fields, malformed values, conflicting classifications, and diagnostic failure feedback are unspecified, and the duplicate/missing-post cause lacks a precise decision rule. The static score remains below the 10-point execution ceiling.

Adaptability8 / 15 · 2.7/5

The target scenario, input scope, matching grain, break buckets, and downstream handoffs are reasonably clear; however, non-fit cases, trigger exclusions, file/interface requirements, Chinese-language behavior, and mainland-China environment fit are not declared, so 7 points are deducted.

Convention7 / 15 · 2.3/5

The documentation is concise and stepwise, and repository context supplies a license plus maintenance and validation guidance; however, the skill itself lacks examples, a parameter contract, FAQs, known limitations, versioning, changelog, and explicit maintenance ownership, so 8 points are deducted.

Effectiveness6 / 15 · 2.0/5

The skill specifies a directly usable break report and bucket/cause summary, including sorting and matched-percentage requirements; however, there are no representative outputs, test results, or comparative-benefit evidence, and duplicate-key and complex-netting cases may require substantial manual review. The static ceiling applies and 9 points are deducted.

Verifiability4 / 10 · 2.0/5

The source rules, bucket conditions, cause labels, and output requirements are auditable, while repository-level CI provides plugin-validation and secret-scanning evidence; however, there are no committed key-path tests, sample fixtures, third-party execution results, or independent corroboration, so only limited static verifiability is supported and 6 points are deducted.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • Input formats, missing or empty fields, duplicate keys, invalid numerics, and many-to-one matching are unspecified; implementation should add validation, diagnostic errors, and human-review rules.
  • The default amount tolerance of 0.01 and zero quantity tolerance may not fit every asset class, currency precision, or accounting policy; the applicable policy should be confirmed and recorded.
  • The skill may process sensitive GL and subledger data but does not define redaction, access control, retention, or transfer boundaries.
  • No Chinese-output convention or mainland-China network dependency is stated; the skill itself does not show a mandatory overseas-service dependency.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

This skill reconciles general-ledger extracts with subledger extracts for a trade date or reporting period. It normalizes shared keys and comparison fields, performs a full outer join, and assigns each row to matched, amount break, quantity break, timing break, GL only, or subledger only. Breaks receive a likely-cause hypothesis for follow-up. The outputs are a detailed break report and summaries by bucket and likely cause.

Reads GL and subledger extracts for the same entity, asset class, and date scope; aligns keys and comparison columns such as quantity, local amount, base amount, FX rate, and posting date; normalizes dates, amounts, and identifiers; performs a full outer join; applies a default amount tolerance of 0.01 and quantity tolerance of 0; identifies matches and six break buckets; classifies breaks as likely timing, FX, mapping, duplicate or missing post, fee or accrual, or data-quality issues; and produces a break report plus summary statistics.

  1. A fund-operations team runs a daily position- or transaction-level reconciliation after trade activity.
  2. A month-end close team identifies amount, quantity, and posting-date differences before sign-off.
  3. An accounting or operations analyst investigates whether local amounts agree while base amounts differ because of FX sourcing or dating.
  4. A reconciliation owner routes material breaks to break-trace and sends the summary to the resolver for sign-off packaging.
  5. A multi-asset operations team classifies breaks using shared keys such as security, account, and trade date.

Pros & cons

Pros
  • Supports both position-level and transaction-level reconciliation.
  • Defines six explicit result buckets and normalization rules.
  • Provides default tolerances and a consistent break-report sorting rule.
  • Separates likely-cause hypotheses from final root-cause resolution and supports downstream handoffs.
  • Licensed under Apache-2.0 and installable through the repository's plugin distribution.
Limitations
  • Requires GL and subledger extracts with a matching scope; the source does not specify a concrete input-file format.
  • Cause labels are hypotheses for the resolver, not accounting conclusions.
  • The source provides no test suite, performance benchmarks, or platform validation results.
  • The source does not document a specific duplicate-detection algorithm or an executable standalone command.

How to install

The skill is located at plugins/agent-plugins/gl-reconciler/skills/gl-recon/SKILL.md and is bundled with the gl-reconciler agent plugin. In Cowork, open Settings → Plugins → Add plugin, add https://github.com/anthropics/financial-services, and select the relevant agent or plugin; alternatively upload a zip containing plugins/agent-plugins/gl-reconciler/. In Claude Code, run: claude plugin marketplace add anthropics/financial-services; claude plugin install gl-reconciler@claude-for-financial-services. The README does not document a separate installation command for the gl-recon skill.

How to use

Provide GL and subledger extracts covering the same entity, asset class, and date or period. Example prompt: Reconcile the GL and subledger extracts for the specified trade date using security_id, account, and trade_date; produce the break report and summary, sorted by absolute base-amount delta descending. Use the firm's policy when supplied; otherwise use the default amount tolerance of 0.01 and quantity tolerance of 0.

FAQ

Does it connect directly to a GL or subledger system?
No such capability is evidenced. The skill requires GL and subledger extracts. Connectors listed in the README belong to the repository's broader financial-analysis core plugin and should not be attributed to this skill.
What tolerances does it use?
The defaults are 0.01 for amounts and 0 for quantity. A firm's policy takes precedence when provided.
Are the likely-cause labels final conclusions?
No. Timing, FX, mapping, and other labels are hypotheses for follow-up. Material breaks are intended to be handed to break-trace for root-cause analysis.
What does it cost?
The source does not state pricing. The repository is licensed under Apache License 2.0; external data connectors may require provider subscriptions or API keys, but those requirements are not attributable to this skill.

More skills from this repository

All from anthropics/financial-services

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Populate and validate linked income statement, balance sheet, and cash flow models with formulas.

Data & Analysis ✓ Anthropic · Official

Spreadsheet Auditor

Checks spreadsheet formulas, errors, and financial-model integrity.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Complete existing three-statement templates with linked formulas, projections, scenarios, and audit checks.

Data & Analysis ✓ Anthropic · Official

Comparable Company Valuation

Build institutional-grade peer valuation analyses with operating metrics, trading multiples, and statistical benchmarks in spreadsheets.

Data & Analysis ✓ Anthropic · Official

Competitive Landscape Analyst

Turn competitive research into an approved, comparable market landscape deck.

Data & Analysis ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Data & Analysis ✓ Anthropic · Official

Sector Landscape Research

Structure industry dynamics, competition, valuation, and investment themes in one research workflow.

Productivity & Collaboration ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Data & Analysis ✓ Anthropic · Official

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

Data & Analysis ✓ Anthropic · Official

Financial Deck Refresh

Update financial figures across an existing presentation while preserving its formatting and structure.

Writing & Content ✓ Anthropic · Official

IC Memo Drafting

Turns diligence and financial inputs into a structured IC memo.

Data & Analysis ✓ Anthropic · Official

Financial Model Auditor

Find spreadsheet formula errors and test financial-model integrity before review.

Automation & Ops ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Automation & Ops ✓ Anthropic · Official

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

Data & Analysis ✓ Anthropic · Official

Audit XLS: Spreadsheet Model Review

Systematically checks spreadsheet formulas, errors, and financial-model integrity issues.

Data & Analysis ✓ Anthropic · Official

General Ledger Roll-Forward

Connects a balance-sheet account’s opening balance to its period-end GL balance for close packages and audit support.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with validated data from Excel, CSV, and other source files.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Filler

Complete and validate integrated three-statement templates with formulas, linkages, and audit checks.

Data & Analysis ✓ Anthropic · Official

Financial Model Audit

Systematically checks spreadsheet formulas and model integrity.

Data & Analysis ✓ Anthropic · Official

GL–Subledger Reconciliation

Reconcile general ledger and subledger data, expose breaks, and suggest likely causes for investigation.

Related skills