Skip to main content

csv-taxonomy-consolidation

Consolidate multiple CSV spreadsheets into a normalized taxonomy with deduplication, column mapping, hierarchy alignment, and audit reports.

Jump to install

Source facts

Repository
Rycen7822/skill-retrieval-mcp
Last source activity
May 10, 2026 at 17:34
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
csv-taxonomy-consolidation
description
Consolidate multiple CSV spreadsheets into a normalized taxonomy with deduplication, column mapping, hierarchy alignment, and audit reports.
tags
["csv","taxonomy","spreadsheet","deduplication","pandas","hierarchy"]
# CSV Taxonomy Consolidation ## When to Use Use when the user has multiple CSV files or spreadsheets that need schema mapping, duplicate merging, taxonomy hierarchy cleanup, or reproducible audit reports. ## Do Not Use When Do not use for plotting figures, PDF conversion, GitHub workflow work, or prose rewriting. ## Required Inputs Input CSV paths, key columns, target taxonomy schema, merge rules, and output format. ## Workflow 1. Profile columns, encodings, row counts, and duplicate keys. 2. Map source columns to a canonical taxonomy schema. 3. Merge records with deterministic conflict rules and hierarchy validation. 4. Write consolidated CSV plus an audit report.
View on GitHub