crm-cleanup
SolidСканирует CRM на зависшие сделки, дубли контактов и незаполненные поля, затем чинит то, что собственник одобрил. Принимает необязательный аргумент области: сделки, контакты или всё. Командная форма: вызывается по имени.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- ilyautov
- Repository
- ilyautov/small-business-ru
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
crm-maintenance
Держит CRM в актуальном состоянии без того, чтобы собственник её открывал: создаёт и обновляет контакты и сделки из контекста переписки и календаря, заносит примечания и звонки, помечает зависшие записи. Скилл «хватит вбивать данные руками». Используй, когда собственник просит обновить CRM, занести звонок, почистить CRM или добавить контекст к сделке. Триггеры: "занеси звонок в CRM", "обнови CRM", "добавь к сделке", "актуальна ли сделка".
crm-export-auditor
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.
crm-duplicate-detector
Detects, scores, and resolves duplicate contacts and company accounts in CRM systems. Use this skill whenever the user mentions duplicate records, dirty CRM data, double contacts, merged accounts, data quality issues, or asks to "clean up the CRM", "find duplicates", "deduplicate contacts", or "fix our HubSpot / Salesforce data". Accepts CSV exports, HubSpot MCP, or Salesforce MCP as input. Produces a scored duplicate report, a field-level merge plan, a bulk merge CSV, and prevention rules.