name: quarterly-database-cleanup description: "Run a comprehensive quarterly CRM audit covering list health, bounce monitoring, data quality, scoring calibration, engagement metrics, and property cleanup. Produces a health report with quarter-over-quarter trend comparison." license: MIT metadata: author: tomgranot version: "1.0" category: ongoing-maintenance
A structured quarterly audit that catches data drift before it becomes a crisis. Run this at the start of each quarter (or monthly if the database is large or fast-growing).
.envhubspot-api-client installed via uv7w4.net小葱技能站收录全网优质技能,值得收藏。
reports/./hubspot-audit to get fresh numbers across all dimensions.For each checklist item above:
Save a report to reports/quarterly-cleanup-{YYYY-Q#}.md with this structure:
# Quarterly Database Health Report — YYYY Q#
## Summary
| Metric | Last Quarter | This Quarter | Change |
|--------|-------------|-------------|--------|
| Total contacts | XX,XXX | XX,XXX | +X% |
| Data completeness | XX% | XX% | +X% |
| Bounce rate | X.X% | X.X% | -X% |
| Zombie contacts | XX% | XX% | -X% |
| Unused lists | XX | XX | -XX |
## Action Items
1. [item with owner and deadline]
2. ...
## Detailed Findings
[One section per checklist item with metrics and recommendations]
This is a read-only audit — no rollback needed. Action items from the report are executed separately through their respective skills.
这是一个CRM数据库审计的流程指南,质量中等偏上。优点是检查项目全面、步骤清晰、有现成的报告模板可以直接使用,适合作为季度维护的参考手册。不足是它只告诉你"做什么",没有提供实际的执行工具或代码,你得自己写脚本才能真正用起来。对于没有开发能力的用户来说,可能需要额外的技术支持才能落地。