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
Use with care
51/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust18 / 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.

2Reliability8 / 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.

3Adaptability8 / 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.

4Convention7 / 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.

5Effectiveness6 / 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.

6Verifiability4 / 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
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
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 does this skill do, and when should you 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.

What are this skill's strengths and limitations?

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 do you install this skill?

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 do you use this skill?

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

General Ledger Roll-Forward

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

Finance & Investment Banking ✓ Anthropic · Official

Period-End Accrual Planner

Calculates month-end accruals and drafts controller-ready journal entries.

Finance & Investment Banking ✓ Anthropic · Official

Reconciliation Break Tracer

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

Finance & Investment Banking ✓ Anthropic · Official

Month-End Variance Commentary

Explain material P&L and balance-sheet movements for close and management reporting.

Finance & Investment Banking ✓ Anthropic · Official

Three-Statement Model Builder

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

Finance & Investment Banking ✓ Anthropic · Official

Earnings Update Researcher

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

Finance & Investment Banking ✓ Anthropic · Official

PE Investment Committee Memo Writer

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

Finance & Investment Banking ✓ Anthropic · Official

Comparable Company Analysis Modeling Skill

Build institutional-grade comparable company analyses in Excel with operating metrics, valuation multiples, and statistical benchmarking.

Finance & Investment Banking ✓ Anthropic · Official

Morning Meeting Brief

Turn overnight market developments into a concise, opinionated, actionable morning note.

Finance & Investment Banking ✓ Anthropic · Official

Private Equity Deal Screen

Quickly decide whether inbound deal flow merits a first look under your fund’s criteria.

Finance & Investment Banking ✓ Anthropic · Official

LBO Model Builder

Build, validate, and professionally format leveraged buyout models in Excel templates.

Finance & Investment Banking ✓ Anthropic · Official

Portfolio Performance Monitor

Extracts portfolio-company KPIs and surfaces plan variances and covenant risks.

Finance & Investment Banking ✓ Anthropic · Official

Earnings Preview Analyst

Frame pre-earnings expectations, scenarios, and likely stock reactions.

Finance & Investment Banking ✓ Anthropic · Official

Investment Banking Deck Checker

Find cross-slide number errors, unsupported claims, language issues, and presentation defects before client delivery.

Finance & Investment Banking ✓ Anthropic · Official

Financial Model Refresh

Refresh estimates and reassess valuation after earnings, guidance, or macro changes.

Finance & Investment Banking ✓ Anthropic · Official

LP NAV Tie-Out Auditor

Recompute an LP capital account from the NAV pack and flag statement mismatches before distribution.

Data & Analysis ✓ Anthropic · Official

Portfolio AI Readiness Scan

Find and rank the highest-leverage AI opportunities across a private-equity portfolio.

Finance & Investment Banking ✓ Anthropic · Official

DCF Valuation Model Builder

Build auditable DCF valuation models with WACC, scenarios, and sensitivity analysis.

Finance & Investment Banking ✓ Anthropic · Official

Funding & Capital Markets Digest

Turns recent funding rounds and capital-markets activity into a drill-down-ready, one-slide PowerPoint briefing.

Finance & Investment Banking ✓ Anthropic · Official

Equity Research Initiation Workflow

A five-task workflow for producing institutional-style equity research initiation reports.

Related skills