원클릭으로
reflect
Step back and rethink recent changes before moving on.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Step back and rethink recent changes before moving on.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Review changed code for reuse, quality, and efficiency.
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.
| name | reflect |
| description | Step back and rethink recent changes before moving on. |
You just finished a task. Before moving on, step back and honestly evaluate what you did.
The goal is to catch cases where you fought friction instead of fixing its root cause - band-aid fixes, workarounds, growing complexity that signals a wrong abstraction. This is your chance to course-correct before the debt compounds.
Run git diff (or git diff HEAD if there are staged changes) to see
everything that changed.
For each change, ask:
Report back with a numbered list of concrete suggestions. For each one:
Be blunt and be brief. An empty list is a valid answer - not every task leaves debt. Don't pad the list to look thorough.