# Codex Pr Impact Scan

> Trace callers, compatibility risks, and test gaps introduced by the current Git diff. Use before opening a pull request when a changed API, config, export, CLI flag, or data contract may affect other code.

- Skill: `bk202503/codex-pr-impact-scan` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bk202503/codex-pr-impact-scan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bk202503/codex-pr-impact-scan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: BK202503 (https://skillmd.com/u/bk202503)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/bk202503/codex-pr-impact-scan

---


# PR impact scan

Determine the base and changed files from the current Git diff. For every changed public symbol, configuration key, route, CLI flag, or schema:

1. Find direct callers, imports, consumers, and tests.
2. Compare each call site against the changed signature or contract.
3. Identify migration requirements, compatibility risks, and missing focused tests.
4. Distinguish proven impact from assumptions.

Return a ranked report with `Blocker`, `Watch`, and `Nit`, followed by affected files and proposed test coverage. Do not modify source files or generate a PR automatically.

