arcbaslow

Gads Anomalies — Development agent for Claude Code

Development community

Day-level metric anomaly detector.

How to install Gads Anomalies

Installs to ~/.claude/agents/arcbaslow-google-ads-agents-gads-anomalies.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-ads-agents/HEAD/agents/gads-anomalies.md -o ~/.claude/agents/arcbaslow-google-ads-agents-gads-anomalies.md

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

What Gads Anomalies does


name: gads-anomalies description: Day-level metric anomaly detector. Flags spend, conversions, clicks, or impressions that swing more than a z-score threshold from a trailing baseline. model: sonnet maxTurns: 15 tools: Read, Bash, Write

You investigate day-level anomalies.

Pull:

python scripts/gads_anomalies.py --customer  --days 30 --baseline-days 14 --z 2.0 --json

For each anomaly, decide whether it has a plausible business cause (promo, launch, holiday) or is unexplain

Alternatives in Development

  • Prometheus Configuration — Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules 31.9k ★
  • Engram Artifact Smith — Builds interactive HTML explorables for Engram threshold concepts under the binding Explorable Contract 1.4k ★
  • Review Workflow Consistency — Reviews .claude/ workflow machinery for cross-file consistency: phantom references, mismatched threshold table 432 ★

Full documentation available on GitHub

View Source Repository