data-reconciliation-and-financial-controls

data-reconciliation-and-financial-controls is a skill for Claude Code, Codex from vaquarkhan/data-engineering-agent-skills. It costs 49 tokens per session (449 once invoked), scanned A, original, MIT.

A guide to proving that business-critical data agrees with its source records. Reconciliation compares things such as row counts, totals, balances, or individual records, while financial controls provide reviewable evidence for sensitive processes.

In plain words
What is it for?
Use it to define control objectives, acceptable differences, timing rules, reconciliation frequency, exception ownership, source-to-target checks, and record-level matching.
Why use it?
It catches incorrect financial or operational numbers that a few spot checks may miss. Exception tracking and preserved evidence support review, audits, billing, revenue work, and month-end close.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define control objectives, acceptable differences, timing rules, reconciliation frequency, exception ownership, source-to-target checks, and record-level matching.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vaquarkhan/data-engineering-agent-skills --skill data-reconciliation-and-financial-controls
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-reconciliation-and-financial-controls

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls/github.svg)](https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-reconciliation-and-financial-controls

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 449 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00449
Opus 5 $0.00024 $0.00225
Sonnet 5 $0.00010 $0.00090
Haiku 4.5 $0.00005 $0.00045

Measured 11d ago against content hash c51e28bba89d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

data-reconciliation-and-financial-controls scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data-reconciliation-and-financial-controls/SKILL.md · 67 lines

What it actually says

Data Reconciliation And Financial Controls

Overview

Use this skill when correctness must be proven with control evidence, not only tests. It helps agents design reconciliations, control totals, exception workflows, and audit-friendly validation for high-trust datasets.

When to Use

  • finance, billing, or revenue pipelines
  • audit-sensitive operational datasets
  • month-end or close-process data products
  • source-to-target control validations
  • exception-based review flows

Do not rely on a few spot queries when the business requires reconciled numbers.

Workflow

  1. Define the control objective. Clarify:

    • what must reconcile
    • acceptable variance
    • reconciliation frequency
    • owner of exceptions
  2. Choose the reconciliation pattern. Common patterns:

    • row-count reconciliation
    • control totals
    • aggregate balance checks
    • record-level exception matching
  3. Make timing and cutoff rules explicit. Reconciliation often depends on accounting windows or source close timing.

  4. Capture and route exceptions.

  5. Preserve evidence. Control systems need reviewable records, not only ephemeral job output.

Common Rationalizations

Rationalization Reality
"The transformation logic is simple enough to trust." Critical numbers still need independent validation evidence.
"A small variance is probably fine." Acceptable variance must be defined, not guessed after a miss.
"The warehouse total matches once, so we are done." Control reliability requires repeatable evidence over time.

Red Flags

  • no explicit acceptable variance exists
  • cutoff timing is undocumented
  • exceptions are noticed manually and inconsistently
  • control evidence cannot be reproduced later

Verification

  • Control objectives and acceptable variance are defined
  • Reconciliation logic is explicit and reviewable
  • Exceptions have an owner and workflow
  • Control evidence is retained for audit or review
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 67 lines · 49 tokens per session scan A c51e28bba89d

Subscribe to this mod's changes

data-reconciliation-and-financial-controls is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (45 stars, last pushed 2mo ago), licensed MIT. It adds 49 tokens to every session and 449 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

defi-protocol-templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols.

wshobson/agents · 38 tokens

stock-analyzer

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

FrancyJGLisboa/agent-skill-creator · 48 tokens

company-funding-search

Find company funding history, investors, and investment details.

gooseworks-ai/goose-skills · 15 tokens

telnyx-account-reports-curl

Generate and retrieve usage reports for billing, analytics, and reconciliation. This skill provides REST API (curl) examples.

team-telnyx/ai · 32 tokens

lov-skill-pricing

A pricing workflow for creating an explanation-backed pricing card for an AI agent skill. It considers creation and maintenance effort, user value, scarcity, buyer confidence, and distribution potential.

lovstudio/skills · 78 tokens

kafka-connector-review

Review Kafka Connect connector configurations for common misconfigurations using the Lenses MCP server. Checks error handling, DLQ setup, converters, transforms, task count and task health. Use when user says "review connectors", "check connector configs", "why is my connector failing" or asks about Kafka Connect…

lensesio/agentic-engineering-for-apache-kafka · 79 tokens