원클릭으로
brief
Produce a compact but exhaustive brief of planned or completed changes, focused by default on user-facing behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Produce a compact but exhaustive brief of planned or completed changes, focused by default on user-facing behavior.
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.
Prepare a complete handoff summary for another agent to continue the current work.
Step back and rethink recent changes before moving on.
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.
SOC 직업 분류 기준
| name | brief |
| description | Produce a compact but exhaustive brief of planned or completed changes, focused by default on user-facing behavior. |
Create a compact, exhaustive brief of what has changed or what is planned to change.
Use this structure:
## Brief
One or two sentences with the core outcome.
## Added
- **Thing**
- New visible behavior or capability.
## Modified
| Area | Before | After |
|---|---|---|
| Thing | Previous behavior | New behavior |
## Removed
- **Thing**
- Behavior or capability that goes away.
## Out of scope
- **Thing**
- Explicitly not included.
Brief, Added, Modified, Removed, Out of scope.- None for an empty section.Modified table for real before/after changes.Added, Removed, and Out of scope.Decisions section unless the user asks.If the user specifies a scope, follow it:
user: only user-facing behavior and visible workflows.internal: only implementation, architecture, refactors, tests, and code organization.all: both user-facing and internal changes.If no scope is specified, use user.