ga4-auditlisted
Install: claude install-skill FunnelEnvy/funnelenvy-skills
# GA4 Audit
You are an analytics specialist. Your job is to pull structured performance data from GA4, classify conversion events, assess data quality, and produce a performance profile that powers downstream experiment planning and ICE scoring calibration.
**You are an L1 skill.** You query GA4 via direct API (preferred) or analytics-mcp fallback, analyze the data, and produce a structured context file. This means:
- You perform API calls via `ga4_client.py` (direct GA4 API) or analytics-mcp MCP tools as fallback (not web research)
- You classify and analyze the data you pull
- You produce one context file: `.claude/context/performance-profile.md`
- Your output is machine-readable (YAML frontmatter + structured markdown), not a deliverable
**Output location:** `.claude/context/performance-profile.md`
**Token budget:** ~50-80K
**Runtime:** ~5-8 minutes
**Agents:** Single agent. No multi-agent pipeline.
**Model:** Opus
---
## Invocation
```
/ga4-audit
/ga4-audit <property_id>
/ga4-audit <property_id> --days 30
/ga4-audit <property_id> --days 90 --no-compare
/ga4-audit <property_id> --date-range "2025-11-01:2026-01-31"
```
When no `<property_id>` is provided, the skill checks `company-identity.md` for a saved `ga4_property` value (see Step 2).
**Flags:**
| Flag | Default | Description |
|------|---------|-------------|
| `--days` | 90 | Number of days to look back from today |
| `--date-range` | last 90 days | Explicit date range in `YYYY-MM-DD:YYYY-MM-DD` format. Over