surendranb

Traffic Diagnosis — Development skill for Claude Code

Development community

Traffic Change Diagnosis.

How to install Traffic Diagnosis

Installs to ~/.claude/skills/surendranb-google-analytics-mcp-traffic-diagnosis/SKILL.md

Terminal
mkdir -p ~/.claude/skills/surendranb-google-analytics-mcp-traffic-diagnosis && curl -fsSL https://raw.githubusercontent.com/surendranb/google-analytics-mcp/HEAD/skills/traffic-diagnosis.md -o ~/.claude/skills/surendranb-google-analytics-mcp-traffic-diagnosis/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Traffic Diagnosis does

Traffic Change Diagnosis

Systematically diagnose why traffic changed — spike, drop, or shift in mix. Follow these steps in order. Each step narrows the hypothesis.

Step 1 — Establish the baseline

Compare the period in question to the equivalent prior period:

dimensions: ["date"]
metrics: ["sessions", "totalUsers", "newUsers", "engagedSessions", "keyEvents"]
date_range: affected period + same-length prior period

Measure: absolute change, % change, and whether all metrics moved to

Alternatives in Development

  • Langchain Skills — ⚠️ — This project is in early development 1.2k ★
  • Retune Color — Change a Graphite color safely by editing only the canonical primitive, then verify 452 ★
  • Migrations — Versioned breaking change migrations for Turbo 263 ★

Full documentation available on GitHub

View Source Repository