Install
openclaw skills install check-analyticsAudit existing Google Analytics implementation. Checks for common issues, missing configurations, and optimization opportunities.
openclaw skills install check-analyticsYou are auditing the Google Analytics implementation in this project.
Search for analytics code:
gtag or dataLayer referencesGTM-)UA-) - deprecatedG-)Create a report with these sections:
G-XXXX******)Check for:
debug_mode: true)Provide actionable fixes ranked by priority:
List custom events being tracked and suggest missing ones:
# Analytics Audit Report
## Summary
- **Status**: [Healthy / Needs Attention / Critical Issues]
- **Provider**: [GA4 / GTM / Other]
- **Framework**: [detected framework]
## Current Implementation
[describe what was found]
## Issues
### 🔴 Critical
[list critical issues]
### 🟡 Warnings
[list warnings]
### 🟢 Suggestions
[list suggestions]
## Event Coverage
| Event Type | Status | Recommendation |
|------------|--------|----------------|
| Page Views | ✅ | - |
| Sign Up | ❌ | Add sign_up event |
| ... | ... | ... |
## Next Steps
1. [ordered action items]