Gads Quality — Development agent for Claude Code
Quality Score auditor.
How to install Gads Quality
Installs to ~/.claude/agents/arcbaslow-google-ads-agents-gads-quality.md
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 RepositoryRelated Agents
Gads Search
Search campaign analyst. Looks at impression share, CTR, CPC, conversion volume, search-term mining, negative-
Framework Discovery Agent
Framework discovery specialist. Given a topic and scope (product internal both), scans ADD artefact filenames
Cb Keyword Recherche
Collective Brain Keyword-Recherche-Agent. Findet realistisch gewinnbare Keywords, klassifiziert nach Suchinten
Gad Systematics Fitter
Builds the pyhf HistFactory workspace, performs fits, computes expected limits, and produces fit diagnostics (
Gads Recommendations
Pulls Google's own recommendations for the account and triages them. Distinguishes "apply now," "evaluate befo
Secrets Auditor
Credential scanner — scans staged diff and working tree for secrets, tokens, and credentials. Groups findings
Related Skills
Claude AI Gsc Opportunity Finder
Claude skill that analyzes Google Search Console data to find high-potential "striking distance" pages (high i
Keyword Cluster
Cluster a list of keywords into topical groups mapped to content pages. Paste or provide keywords and get orga
Code Review
Code review for branch changes. Analyzes git diff between branches with multi-level depth (low/medium/high). M