What problem does it solve? Code changes can silently break external integration surfaces such as app-server APIs, CLI parameters, configuration loading, and session resumption from existing rollouts. This Skill systematically reviews code for these breaking changes so they are caught before release. ## Core Features & Use Cases - API Surface Review: Searches for breaking changes in app-server APIs that external consumers depend on. - CLI and Configuration Analysis: Detects changes to CLI parameters and configuration loading that could break existing user setups. - Session Compatibility Checks: Verifies that sessions can still be resumed from existing rollouts after code changes. - Use Case: Before merging a pull request that modifies the CLI argument parsing or config schema, run this Skill to enumerate every way the change could break existing integrations rather than stopping at the first issue found. ## Quick Start Review this pull request for breaking changes across APIs, CLI parameters, configuration loading, and session resumption.