data-reconciliation-exceptions
Reconciles data sources using stable identifiers (Pay Number, driving licence, driver card, and driver qualification card numbers), producing exception reports and “no silent failure” checks. Use when you need weekly matching with explicit reasons for non-joins and mismatches.
Why use this skill?
Reconcile datasets using stable identifiers with automated exception reporting and 'no silent failure' checks. Ensure data integrity and compliance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kowl64/data-reconciliation-exceptionsWhat This Skill Does
The data-reconciliation-exceptions skill provides a robust framework for validating, matching, and auditing disparate data sources. It is engineered to prevent the 'silent failure' common in automated data pipelines, where mismatched records simply disappear without trace. By utilizing stable identifiers such as Pay Numbers, driving licences, driver cards, and Driver Qualification Card (DQC) numbers, this tool ensures that every record in your datasets is explicitly accounted for. It categorizes every row into specific states: matched, missing, duplicate, mismatch, or invalid, providing clear, actionable reason codes. This allows organizations to maintain high-integrity data environments where discrepancies are highlighted for human review rather than ignored.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/kowl64/data-reconciliation-exceptions
Use Cases
This skill is indispensable for data managers and operations leads who handle sensitive, multi-source records. Use it when reconciling payroll exports against compliance registers, ensuring that driver license expiry dates align across systems, or validating weekly fleet maintenance logs. It is particularly powerful for creating automated quality scorecards that trigger red flags if a specific threshold of record variance is exceeded. It serves as an essential guardrail in any ETL pipeline where data integrity is critical to legal and financial compliance.
Example Prompts
- "Please reconcile the 'payroll_export.csv' and 'compliance_register.xlsx' files. Use the Pay Number as the primary key and report any mismatches in the expiry date field. Produce a comprehensive exceptions report."
- "Perform a weekly variance check between the current driver card database and the previous week's records. Flag all missing entries and notify me if the number of duplicates exceeds 5% of the total record count."
- "Build a data quality scorecard for these two files. Set a hard stop if any record in the 'Driving Licence' column fails validation or if the number of missing keys exceeds our tolerance threshold."
Tips & Limitations
To maximize the effectiveness of this skill, prioritize source files that contain clear, immutable identifiers. While the tool handles normalization (trimming, case sensitivity, and punctuation stripping), it is highly recommended to pre-clean your data where possible to simplify the matching logic. Always define your threshold criteria early to prevent unnecessary pipeline stops. Note that this skill is deterministic by nature; it avoids open-ended fuzzy matching unless specifically configured, ensuring that your audit trails remain highly reliable and reproducible. Always verify that columns are correctly mapped before running large-scale jobs.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kowl64-data-reconciliation-exceptions": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
transport-investigation-acas-aligned-pack
Generates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE WHEN starting a driver incident investigation/interview.
drivers-hours-wtd-infringement-coach-uk
Creates a 1-page driver-facing tacho/WTD infringement note plus corrective actions and review date. USE WHEN you need to explain infringements and schedule follow-up.
incident-pcn-evidence-appeal-corrective-actions-uk
Builds incident/PCN evidence packs with timelines, appeal drafts, corrective actions, and follow-up monitoring. USE WHEN handling PCNs or incidents needing documentation.
cpc-mpqc-competence-tracker-compliance-uk
Plans CPC/MPQC competence tracking with reminders, evidence lists, and compliance reporting. USE WHEN maintaining training/certification readiness.
api-credentials-hygiene
Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.