assess-change-impact
Installation
SKILL.md
Assess change impact
Determine what the change can affect beyond the edited lines and what evidence would make it safe to ship.
Assessment
- Name the changed contract: data shape, API, state transition, timing, side effect, configuration, or user-visible behavior.
- Trace direct callers and consumers, then follow shared types, schemas, registries, persistence, caches, events, background work, and external boundaries.
- Check compatibility across versions, migrations, feature gates, retries, cancellation, concurrency, security, observability, deployment order, and rollback where applicable.
- Read existing tests and repository delivery rules. Identify which current checks cover the risk and which claims remain unproven.
- Prove the highest-value safety claim with read-only or existing runnable behavior when practical. Do not assert safety from compilation alone.
Avoid generic risk inventories. Exclude categories that cannot be reached and say why.
Deliverable
Return: