Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 809 Bytes

File metadata and controls

21 lines (14 loc) · 809 Bytes
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.

Code Simplify

Overview

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.

How to Use

  1. Confirm the goal is clarity, not new behavior.
  2. Invoke code-simplification.
  3. Verify the resulting code still passes the relevant tests and builds cleanly.
  4. Use code-review-and-quality for a final sanity check when the diff is non-trivial.

Notes

  • Treat this as a command-like launcher for Codex, not a second simplification guide.