gads-historylisted
Install: claude install-skill arcbaslow/google-ads-agents
Routes to `scripts/gads_history.py`.
```
python scripts/gads_history.py --customer <id> --changes --days 7 --json
python scripts/gads_history.py --customer <id> --list --json
python scripts/gads_history.py --customer <id> --diff <ts-a> <ts-b> --json
```
Audit history is auto-populated when `gads_audit.py` is invoked with
`--save-history`. The diff output groups findings into `resolved`,
`new`, and `unchanged`.