/clean-database
Normalize, deduplicate, and validate enriched datasets to maintain accuracy and compliance.
$ npx -y skills add gtmagents/gtm-agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/clean-database
Context preview
What this command does when you run it.
Normalize, deduplicate, and validate enriched datasets to maintain accuracy and compliance.
Command definition
clean-database.mdname: clean-database description: Normalize, deduplicate, and validate enriched datasets to maintain accuracy and compliance. usage: /data-enrichment:clean-database --input enriched.csv --rules rules.yaml
Clean Database Command
Purpose
Run data quality workflows (formatting, deduplication, validation, suppression) before syncing enriched records into downstream systems.
Syntax
/data-enrichment:clean-database \ --input enriched.csv \ --rules rules.yaml \ --output clean.csv \ --gdpr true
Parameters
- `--input`: Source CSV/JSON/Parquet file.
- `--rules`: YAML/JSON config defining normalization rules, required fields, dedupe logic.
- `--output`: File path or system destination (Salesforce, HubSpot, Snowflake).
- `--gdpr`: Apply regional compliance filters (default true).
- `--suppress-list`: Path to opt-out or customer suppression list.
- `--format`: Output format (csv, json, parquet, api-sync).
Features
- Email/phone format correction, country normalization, timezone calculation.
- Deduping via fuzzy matching and configurable keys.
- Confidence scoring and rejection report for records failing validation.
- Audit log of transformations for compliance.
---
Free AI automation for sales, marketing, and growth teams. No coding required.
Other commands on gtm-agents.
- /monitor-abm
Builds an ABM operations dashboard + action plan for engagement, pipeline, and experiment tracking.
Open command - /plan-plays
Produces an ABM playbook roadmap with offers, channels, and timelines aligned to tiers.
Open command - /target-accounts
Generates a prioritized ABM target list with tiering, buying committees, and activation triggers.
Open command - /build-success-plan
Produces a joint success plan with milestones, KPIs, stakeholders, and expansion hooks.
Open command - /plan-qbr
Generates an executive-ready QBR/EBR agenda with data narratives, proof points, and follow-up actions.
Open command - /run-account-review
Produces a structured account review packet with health signals, risks, and expansion plays.
Open command

