Analytics & Reporting Custom Skills · Curated

Traffic Anomaly Explainer

Investigates a sudden traffic spike or drop and proposes the most likely explanation using available data.

What it does

Cross-references the date of the anomaly against publish dates, marketing campaign launches, referral source changes, and any known site or plugin changes to build a ranked list of plausible causes rather than a single guess. Distinguishes a real anomaly from normal day-of-week or seasonal variance before investigating further.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/traffic-anomaly-explainer/ (or ~/.claude/skills/traffic-anomaly-explainer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/traffic-anomaly-explainer/

OpenAI Codex

.codex/skills/traffic-anomaly-explainer/

Cursor

.cursor/skills/traffic-anomaly-explainer/ (or ~/.cursor/skills/traffic-anomaly-explainer/ globally)

Compatibility

Requires a connected analytics source, such as Google Analytics or Jetpack Stats, for traffic data; works on any WordPress site with that integration in place.