一键导入
simplify
Extract of Claude Code bundled `/simplify` command (Claude Code 2.1.69). Review changed code for reuse, quality, and efficiency, then fix any issues found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract of Claude Code bundled `/simplify` command (Claude Code 2.1.69). Review changed code for reuse, quality, and efficiency, then fix any issues found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Drive macOS app UIs with gpt-5.5 by running the Codex CLI with its Computer Use plugin (`codex exec --enable plugins`). Use when a UI-automation task on native Mac apps should be delegated to Codex rather than done through Claude's own computer-use tools.
Delegate coding work to gpt-5.5 through the Codex CLI (`codex exec`). Use for bulk or mechanical implementation with a clear spec, migrations, data analysis, investigation/diagnosis, or a second independent implementation pass — any task the model rankings route to gpt-5.5.
Run a gpt-5.5 code review through the Codex CLI (`codex review`). Use when the user asks for a Codex review, or as an extra independent perspective on a diff, branch, or commit alongside Claude-side review.
Run a structured code review (Codex default, Claude optional) as a closeout check on a local or PR branch before commit or ship.
Use when the user explicitly asks to delegate a task through a specific installed AI CLI such as `codex`, `claude`, `agent`, `opencode`, or `gemini`. Provides a short command reference for running that harness headlessly, in read-only mode, or in an isolated worktree.
Massive.com financial market data API guidance. Use when building, debugging, or answering questions about Massive REST endpoints, Massive WebSocket real-time streams, Massive market data schemas, or the Massive MCP server for stocks, options, forex, crypto, futures, fundamentals, news, and market reference data.
| name | simplify |
| description | Extract of Claude Code bundled `/simplify` command (Claude Code 2.1.69). Review changed code for reuse, quality, and efficiency, then fix any issues found. |
| metadata | {"argument-hint":"<additional-focus>"} |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use the Agent tool to launch all three agents concurrently in a single message. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize what was fixed (or confirm the code was already clean).
If the command was invoked with extra arguments (for example /simplify focus on startup performance), treat that argument text as additional focus for all review agents and for the final fixes.