ワンクリックで
simplify
Review changed code for reuse, quality, and efficiency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review changed code for reuse, quality, and efficiency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Customize smelt. Change theme/colors, rebind keys, add slash commands, register tools/plugins, toggle settings, write skills. Includes the full Lua API surface (signatures, descriptions) and pointers to the on-disk built-in source.
Produce a compact but exhaustive brief of planned or completed changes, focused by default on user-facing behavior.
Prepare a complete handoff summary for another agent to continue the current work.
Step back and rethink recent changes before moving on.
Use when the user asks to start, continue, run, or triage Smelt fuzzing. Drives the full fuzz suite continuously: status, minimization, coverage-guided fork allocation, background runs, crash triage, fixes, regression seeds, commits, and relaunch.
SOC 職業分類に基づく
| name | simplify |
| description | Review changed code for reuse, quality, and efficiency. |
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.
Work through the diff yourself across three concerns.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Aggregate your 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).