| name | code-simplify |
|---|---|
| description | Starts simplification work in Codex. Use when the user would have reached for a `/code-simplify` command and you need to reduce complexity without changing behavior. |
This is the Codex entry skill that replaces the Claude Code /code-simplify command. It routes simplification requests through code-simplification, then checks the result with code-review-and-quality.
- Confirm the goal is clarity, not new behavior.
- Invoke
code-simplification. - Verify the resulting code still passes the relevant tests and builds cleanly.
- Use
code-review-and-qualityfor a final sanity check when the diff is non-trivial.
- Treat this as a command-like launcher for Codex, not a second simplification guide.