Amazon Ads Audit
Evidence-graded Amazon Ads audit across Sponsored Products/Brands/Display/DSP with a pass/fail/unknown control table.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c3fb246
On a US Sponsored Products scenario (90-day window, $8k spend, 42% ACOS vs 30% target, no negatives, no portfolios) the skill graded the AMZ control table, flagged that no health score can be computed without margin/timezone/attribution-window/retail-readiness data, and refused to call 42% ACOS 'bad' without knowing margin. The no-skill baseline confidently declared the ACOS too high and prescribed generic bid cuts, exactly the margin-blind mistake the skill avoids.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Amazon Ads Audit does
Audits Amazon Ads accounts against a 16-point control table (measurement, structure, targeting, retail readiness, creative, budget, policy), grading each as pass/fail/unknown/not_applicable. Triggers on Amazon Ads, Sponsored Products, ACOS/TACOS, ASIN advertising, and Amazon DSP reviews.
How to install Amazon Ads Audit
git clone https://github.com/AgriciDaniel/claude-ads.git
cd claude-ads && bash install.sh --source=local --no-deps
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Amazon Ads Audit
-
/ads-amazonEvidence-graded Amazon Ads audit across Sponsored Products/Brands/Display/DSP with a pass/fail/unknown control table.
It also activates on plain-language prompts like these:
-
Audit our Amazon Sponsored Products account against best-practice controls -
Review our Amazon DSP targeting setup and flag any retail readiness gaps -
Why is our ACOS running so high on Sponsored Products this quarter
Frequently asked questions
- Is the Amazon Ads Audit skill free?
- Yes. The skill itself is free from AgriciDaniel/claude-ads. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Amazon Ads Audit work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. On a US Sponsored Products scenario (90-day window, $8k spend, 42% ACOS vs 30% target, no negatives, no portfolios) the skill graded the AMZ control table, flagged that no health score can be computed without margin/timezone/attribution-window/retail-readiness data, and refused to call 42% ACOS 'bad' without knowing margin. The no-skill baseline confidently declared the ACOS too high and prescribed generic bid cuts, exactly the margin-blind mistake the skill avoids.
- What is the Amazon Ads Audit SkillProof Score?
- 8.0/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Amazon Ads Audit?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Amazon Ads Audit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.