---
name: Code Breaking Changes
slug: code-breaking-changes
category: Quality
description: Code Breaking Changes searches external integration surfaces for breaking changes in app-server APIs, CLI parameters, configuration loading, and session resuming. Use it when reviewing changes for compatibility risks across these interfaces.
github: "https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/code-review-breaking-changes"
language: Rust
stars: 490
forks: 73
install: "npx degit https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/code-review-breaking-changes ~/.claude/skills/code-review-breaking-changes"
installs_to: ~/.claude/skills/code-review-breaking-changes
source_path: .codex/skills/code-review-breaking-changes/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/deonmenezes/mantishack"
added: 2026-08-26T05:13:12.751Z
last_synced: 2026-08-26T05:13:12.751Z
canonical_url: "https://dirskills.com/skills/code-breaking-changes"
---

# Code Breaking Changes

Code Breaking Changes searches external integration surfaces for breaking changes in app-server APIs, CLI parameters, configuration loading, and session resuming. Use it when reviewing changes for compatibility risks across these interfaces.

**Install:**

```bash
npx degit https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/code-review-breaking-changes ~/.claude/skills/code-review-breaking-changes
```

## README

Search for breaking changes in external integration surfaces:
- app-server APIs
- CLI parameters
- configuration loading
- resuming sessions from existing rollouts

Do not stop after finding one issue; analyze all possible ways breaking changes can happen.
