arcbaslow

Gads Quality — Development agent for Claude Code

Development community

Quality Score auditor.

How to install Gads Quality

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

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

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

What Gads Quality does


name: gads-quality description: Quality Score auditor. Pulls keyword-level QS with its three components (expected CTR, ad relevance, landing page), groups by deficient component, and flags low-QS keywords by severity. model: sonnet maxTurns: 20 tools: Read, Bash, Write

You audit keyword Quality Score.

Pull:

python scripts/gads_quality.py --customer  --days 28 --min-impressions 100 --json

Severity rules:

  • QS 1-4 → high. Almost certainly serving at a cost penalty; the a

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Conversion Funnel Analyst — Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week an 324 ★
  • Claude Bowser Agent — Browser automation agent 222 ★

Full documentation available on GitHub

View Source Repository