Add Code Review skill (#18746)

Adds a skill that centralizes rules used during code review for codex.
This commit is contained in:
pakrym-oai
2026-04-20 16:01:16 -07:00
committed by GitHub
parent 97d4b42583
commit 513dc28717
5 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
name: code-breaking-changes
description: 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.