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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install data-reconciliation-exceptions或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install data-reconciliation-exceptions⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/data-reconciliation-exceptions/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: data-reconciliation-exceptions description: 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. ---
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.
- Reconcile these two data sources and produce an exceptions report with reasons. - Match names and payroll numbers across files and flag anything that does not join. - Build a ‘no silent failure’ check that stops the pipeline if counts do not match. - Create a weekly variance report for missing records, duplicates, and date gaps. - Design a data quality scorecard with thresholds and red flags.
- You need open-ended fuzzy matching without acceptance criteria. - There are no stable identifiers in any source.
- At least two datasets (CSV/XLSX) with Pay Number and/or driver document numbers. - Which fields must match (e.g., Name, expiry date).
- Normalization rules (case, spaces, punctuation). - Thresholds for gates/scorecard (max % missing, etc.).
- Payroll export + compliance register - Two weekly exports from different systems
assets/exceptions-report-template.csv + references/matching-rules.md.Success = every record is categorized (matched/missing/duplicate/mismatch/invalid) with an explicit reason; pipelines stop on anomalies.
- trim spaces; standardize case; strip common punctuation for document numbers.
- flag blanks/invalid formats; identify duplicates per source.
- exact join on Pay Number; then attempt secondary joins only for remaining unmatched items.
- Missing in A/B, Duplicate key, Field mismatch, Invalid key.
- counts within tolerance; unmatched rate below threshold; duplicate spikes flagged.
- columns are not mapped, - multiple competing IDs exist with no priority, - expected tolerances are unspecified.
exception_type,reason,source_a_id,source_b_id,pay_number,name,field,source_a_value,source_b_value
Reason codes: MISSING_IN_A, MISSING_IN_B, MISMATCH, DUPLICATE_KEY, INVALID_KEY.
Output: join plan + mismatch reasons + exceptions report schema.
Output: secondary key matching + invalid-key exceptions for truly unmatchable rows.
安装 Data quality & reconciliation with exception 后,可以对 AI 说这些话来触发它
Help me get started with Data quality & reconciliation with exception
Explains what Data quality & reconciliation with exception does, walks through the setup, and runs a quick demo based on your current project
Use Data quality & reconciliation with exception to reconciles data sources using stable identifiers (Pay Number, drivi...
Invokes Data quality & reconciliation with exception with the right parameters and returns the result directly in the conversation
What can I do with Data quality & reconciliation with exception in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/data-reconciliation-exceptions/ 目录(个人级,所有项目可用),或 .claude/skills/data-reconciliation-exceptions/(项目级)。重启 AI 客户端后,用 /data-reconciliation-exceptions 主动调用,或让 AI 根据上下文自动发现并使用。
Data quality & reconciliation with exception 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Data quality & reconciliation with exception 可免费安装使用。请查阅仓库了解许可证信息。
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.
Lists the top use cases for Data quality & reconciliation with exception, with example commands for each scenario
Automate my data & analytics tasks using Data quality & reconciliation with exception
Identifies repetitive steps in your workflow and sets up Data quality & reconciliation with exception to handle them automatically
Data quality & reconciliation with exception 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。