Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

HubSpot CRM Database Audit

Skill Aktiv

Run a comprehensive HubSpot CRM database audit. Analyzes contacts, companies, deals, engagement, data quality, and deliverability. Use when starting a CRM cleanup, onboarding a new client, or performing quarterly health checks.

Zweck

To provide a deep diagnostic audit of a HubSpot CRM portal, identify data quality issues, and generate a prioritized report with actionable recommendations for cleanup and optimization.

Funktionen

  • Comprehensive CRM data audit
  • Analysis across 8 dimensions (size, deliverability, completeness, engagement, duplicates, owner health, list/workflow health, deal pipeline)
  • Graded findings (A-F) with severity ratings
  • Prioritized recommendations mapped to specific skills
  • Generates a detailed markdown audit report

Anwendungsfälle

  • Starting a CRM cleanup initiative
  • Onboarding a new client with an existing HubSpot instance
  • Performing quarterly or annual CRM health checks
  • Identifying areas for data quality improvement

Nicht-Ziele

  • Executing the cleanup or enrichment tasks directly (this skill only audits)
  • Automating HubSpot workflows or lead scoring models
  • Providing real-time CRM monitoring
  • Managing HubSpot API credentials beyond loading from `.env`

Workflow

  1. Get API token and store in `.env`
  2. Install Python dependencies using `uv`
  3. Create output directory for reports
  4. Run the Python script to initiate the audit
  5. Collect metrics across eight dimensions
  6. Compute letter grades for each dimension
  7. Render a markdown report
  8. Save the report to `reports/hubspot-audit-{YYYY-MM-DD}.md`

Praktiken

  • Data Auditing
  • CRM Administration
  • Data Quality Assessment

Voraussetzungen

  • Claude Code installed
  • HubSpot account with API access (private app token)
  • Python 3.10+ with `uv` installed

Documentation

  • info:Configuration & parameter referenceThe SKILL.md details the need for a HUBSPOT_API_TOKEN and mentions it's stored in `.env`, but lacks explicit documentation on other potential parameters or configuration precedence if other methods were supported.

Maintenance

  • warning:Dependency ManagementThe skill relies on external Python packages ('hubspot-api-client', 'python-dotenv') installed via `uv`, but there's no explicit lockfile or mechanism described for managing dependency updates or vulnerabilities.

Code Execution

  • info:ValidationThe SKILL.md mentions using regex for email validation and specific filter operators for HubSpot API calls, but it does not explicitly state the use of a schema validation library for all inputs and outputs.
  • info:Error HandlingThe SKILL.md mentions collecting results and computing grades, implying some error handling for API calls, but it does not explicitly detail structured error reporting or fail-closed behavior for the script.

Compliance

  • info:GDPRThe skill operates on HubSpot CRM data, which may contain personal data. While it generates a report, it does not explicitly detail sanitization steps before LLM processing or submission to third parties.

Errors

  • info:Actionable error messagesThe SKILL.md outlines API technical notes and setup steps, implying some error handling, but does not explicitly detail user-facing error messages with remediation steps for script failures.

Execution

  • warning:Pinned dependenciesWhile `uv` is recommended for installation, the skill does not provide a lockfile (`uv.lock` or `requirements.txt` with pinned versions) for its dependencies, risking instability with future updates.

Practical Utility

  • info:Edge casesThe SKILL.md mentions API technical notes like pagination limits, null checks, and rate limiting, which hint at edge case considerations, but detailed failure modes and recovery steps are not explicitly documented for the script's execution.

Safety

  • info:Halt on unexpected stateThe setup instructions imply that a valid API token and correct dependencies are required, but there's no explicit mention of halting the workflow and reporting on unexpected pre-state like a dirty working tree.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add TomGranot/hubspot-admin-skills
/plugin install hubspot-admin-skills@hubspot-admin-skills

Qualitätspunktzahl

95 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commitabout 2 months ago
Sterne21
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Lifecycle Progression Workflow

100

Build workflows to automate contact progression through the sales funnel: Lead to MQL to SQL to Opportunity to Customer. Each transition is triggered by a specific event (score threshold, meeting booked, deal created, deal won).

Skill
TomGranot

Cleanup Dashboards

100

Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.

Skill
TomGranot

Reassign Deactivated Owners

99

Reassign contacts and companies from deactivated team members to active owners. Fully automated via the HubSpot Owners API and Batch Update API. Includes territory analysis for informed reassignment decisions.

Skill
TomGranot

Enrich Contact Industry

99

Backfill contact-level industry from associated company records using a HubSpot workflow. Enables industry-based segmentation for targeted campaigns aligned with ICP verticals.

Skill
TomGranot

CRM Hygiene

99

Audit and improve CRM data quality by identifying missing fields, inconsistent values, duplicate records, and stale data

Skill
guia-matthieu

Product Analytics Setup

99

How to actually instrument product analytics correctly. Event taxonomy, property design, naming conventions, schema versioning, identity stitching, funnel design, retention cohorts, North Star metric selection, dashboard hygiene, instrumentation debt, and the failure modes that produce data nobody trusts. Triggers on product analytics setup, event taxonomy, tracking plan, instrumentation, schema versioning, North Star metric, retention cohorts, funnel design, naming conventions, instrument new feature, audit existing analytics, dashboard reconciliation, instrumentation debt, Mixpanel setup, Amplitude setup, PostHog setup, warehouse-native analytics. Also triggers when the team has data but cannot trust it, or when designing instrumentation for a new feature, or when auditing an existing setup that has drifted.

Skill
rampstackco