# Change Impact Auditor

> Trace a behavioral change through consumers, defaults, docs, tests, errors, and UI. Use when changing configuration, policy, defaults, protocols, or shared data models.

- Skill: `caarlos0/change-impact-auditor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add caarlos0/change-impact-auditor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/caarlos0/change-impact-auditor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: caarlos0 (https://skillmd.com/u/caarlos0)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/caarlos0/change-impact-auditor

---


# Change Impact Auditor

Audit the semantic concept, not just the edited symbol.

1. Identify the old and new behavior in one sentence.
2. Search all producers, consumers, serializers, defaults, migrations, caches,
   and fallback paths.
3. Check command help, user-facing errors, documentation, examples, UI status,
   and tests for claims that became false.
4. Trace equivalent implementations across languages or process boundaries.
5. Verify absent, explicit false, explicit true, error, reload, and startup
   states when relevant.
6. Report contradictions separately from intentionally deferred scope.

Do not update text mechanically. Confirm each reference describes the changed
behavior before editing it.

