skills/claude-ads/skills/ads-google/SKILL.md
Google Ads deep analysis covering Search, Performance Max, Display, YouTube, and Demand Gen campaigns. Evaluates 74 checks across conversion tracking, wasted spend, account structure, keywords, ads, and settings. Use when user says "Google Ads", "Google PPC", "search ads", "PMax", "Performance Max", or "Google campaign".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-googleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ads/references/google-audit.md for full 74-check auditads/references/benchmarks.md for Google-specific benchmarksads/references/scoring-system.md for weighted scoringNegative Keyword Rules (critical — bad negatives kill campaigns):
[keyword] for specific irrelevant queries"keyword" for irrelevant intent patternsIf Performance Max campaigns exist, additionally evaluate:
If AI Max for Search is available/active:
| Metric | Pass | Warning | Fail | |--------|------|---------|------| | Quality Score (avg) | ≥7 | 5-6 | <5 | | CTR (Search) | ≥6.66% | 3-6.66% | <3% | | CVR (Search) | ≥7.52% | 3-7.52% | <3% | | CPC (Search) | ≤$5.26 | $5.26-8.00 | >$8.00 | | Wasted Spend | <10% | 10-20% | >20% | | Ad Strength | Good+ | Average | Poor | | Invalid Clicks | <5% | 5-10% | >10% |
Google Ads Health Score: XX/100 (Grade: X)
Conversion Tracking: XX/100 ████████░░ (25%)
Wasted Spend: XX/100 ██████████ (20%)
Account Structure: XX/100 ███████░░░ (15%)
Keywords: XX/100 █████░░░░░ (15%)
Ads: XX/100 ████████░░ (15%)
Settings: XX/100 ██████████ (10%)
GOOGLE-ADS-REPORT.md — Full 74-check findings with pass/warning/faildevelopment
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".
development
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
development
Initialize a new project with Kenny's universal conventions and stack-appropriate infrastructure. Use this skill whenever: setting up a new project, creating a new repo, scaffolding a new app, starting fresh on a new idea, 'init project', 'new project', 'set up a new app', 'create a project for X', or any variant of starting a new codebase from scratch. Also trigger when the user says 'bootstrap', 'scaffold', or 'kickstart'. This skill ensures every project gets the same quality gates and conventions while adapting infrastructure to the chosen stack.