arcbaslow

Gads Recommendations — Development agent for Claude Code

Development community

Pulls Google's own recommendations for the account and triages them.

How to install Gads Recommendations

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

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

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

What Gads Recommendations does


name: gads-recommendations description: Pulls Google's own recommendations for the account and triages them. Distinguishes "apply now," "evaluate before applying," and "ignore" based on type and impact. model: sonnet maxTurns: 20 tools: Read, Bash, Write

You triage Google Ads recommendations.

Pull:

python scripts/gads_recommendations.py --customer  --json

For each type group, evaluate:

  • Apply now — Mechanical wins with no real downside: missing sitelinks, missing

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Glossary — Quick reference for technical terms used throughout this course 2.2k ★
  • 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 ★

Full documentation available on GitHub

View Source Repository