← ClaudeAtlas

crm-export-auditorlisted

Audit a CRM CSV export for the data faults that make every report built on it wrong: exact and near-duplicate accounts and contacts, close dates already in the past on open deals, deals with no activity in the last N days, blank required fields by stage, single-threaded deals carrying one contact, records with no owner or a departed one, stage and amount combinations that contradict each other, and currency, date and country formats that drift between rows. Returns a fix list ordered by how much each fault distorts a reported number, with the record IDs to correct and which fixes are safe to apply in bulk. Use when a pipeline number is disputed, when a migration or a dedupe is being planned, or when nobody has checked the export the forecast is built on.
imtiazrayhan/agentscamp-library · ★ 1 · AI & Automation · score 77
Install: claude install-skill imtiazrayhan/agentscamp-library
Anthropic's [sales plugin](https://github.com/anthropics/knowledge-work-plugins) ships `pipeline-review` and `forecast`, and both grade what is in the export. Neither tells you the export is unreliable. This skill does only that: it treats the CSV as the thing under test, not the pipeline, and reports the duplicates, gaps, contradictions and format drift that quietly move a forecast number. It needs no database access and no tooling — paste the header with rows, or attach the file — so it runs the same in claude.ai, Claude Code, and Claude Cowork. [/audit-crm](/commands/sales/audit-crm) is the runner for larger files. ## When to use this skill - The forecast number and the CRM number disagree and nobody knows which is wrong. - Before a CRM migration, a merge of two instances, or a dedupe run. - After an import, an enrichment job, or a sequencer syncing contacts back in. - A rep left and their records need reassignment. - Before handing pipeline data to a model, a dashboard, or a board deck. - Quarterly, as the hygiene pass that runs before pipeline review rather than during it. > [!NOTE] > This is read-only by design. It produces a change list; it never edits the CRM and never rewrites your file. Export only the columns the audit needs — a full export of every contact's email and phone is more personal data than this job requires, and [Data privacy for LLM apps](/guides/ai-safety/data-privacy-for-llm-apps) covers why that matters. Every threshold below is a default you can