mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
Add Code Review skill (#18746)
Adds a skill that centralizes rules used during code review for codex.
This commit is contained in:
12
.codex/skills/code-review-breaking-changes/SKILL.md
Normal file
12
.codex/skills/code-review-breaking-changes/SKILL.md
Normal 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.
|
||||
Reference in New Issue
Block a user