simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m).
Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app.
Verify that a code change actually does what it's supposed to by running the app and observing behavior.
Help users add, configure, trust, authenticate, and troubleshoot MCP (Model Context Protocol) servers in ax-code. Use when the user asks about MCP setup, connecting external tools, OAuth flows for MCP, trust issues, or diagnosing MCP server problems.
Reduce duplication and dead code, improve module and component boundary clarity, and remove overengineering. Conservative by default - prefers small safe moves over sweeping rewrites.
Diagnose a bug and implement the fix. Confirms root cause before making changes, then verifies with the relevant tests.
Based on SOC occupation classification
| name | simplify |
| description | Review changed code for reuse, quality, and efficiency, then fix any issues found. |
| agent | build |
| argument-hint | <optional focus area or file path> |
Review the code changed in this session (or the files specified in $ARGUMENTS) and improve it.
git diff --name-only HEAD to find modified files. If $ARGUMENTS specifies files, use those instead.For each changed file, evaluate:
Do NOT flag:
pnpm run typecheck or equivalent) to confirm no regressions.