← ClaudeAtlas

ga4-auditlisted

When the user wants to audit GA4 analytics data for a property. Also use when the user mentions 'GA4 audit,' 'analytics audit,' 'traffic analysis,' 'page performance,' 'conversion audit,' 'bounce rate analysis,' or 'performance profile.' Pulls 10-15 targeted reports from GA4 via direct API or analytics-mcp fallback (including element-level interaction discovery), classifies events, and produces a structured performance-profile.md context file (.claude/context/ L1). Single agent, no depth flag. Works with any GA4 property.
FunnelEnvy/funnelenvy-skills · ★ 1 · Data & Documents · score 66
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