What problem does it solve?
Monthly audits prevent silent failures and performance regressions by catching code, data, and documentation drift before it impacts the household finance dashboards and chore/education workflows.
Core Features & Use Cases
- Architecture review for GAS code safety: counts functions per
.gs file, detects duplicate function-name collisions across files, checks module ownership boundaries, and flags dead private functions.
- Dependency and quota health checks: monitors execution quota usage, trigger counts and headroom, flags large sheet row counts nearing performance thresholds, and estimates CacheService usage (key count/bytes).
- Notion structure governance: audits PM page tree and ordering, verifies the Active Versions DB matches deployed versions, finds orphaned pages, checks scheduled-task drift against local schedule inventory, and flags stale integration-map entries.
Quick Start
Run the monthly-health-and-structure skill to produce a dated Notion child-page audit and send push notifications with severity escalation when quotas or data sizes cross safety thresholds.