mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
513dc28717
Adds a skill that centralizes rules used during code review for codex.
324 B
324 B
name, description
| name | description |
|---|---|
| code-breaking-changes | Breaking changes |
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.