원클릭으로
handoff
Prepare a complete handoff summary for another agent to continue the current work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare a complete handoff summary for another agent to continue the current work.
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.
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.
| name | handoff |
| description | Prepare a complete handoff summary for another agent to continue the current work. |
Prepare a handoff note for another agent that will continue from the current conversation and repository state.
Write the context the next agent needs to continue safely without rereading the whole conversation. Optimize for accurate continuity, not a polished user-facing summary.
Use this structure:
## Handoff
One paragraph with the current objective and state.
## User intent
- Important request, preference, or constraint.
## Current state
- Branch/worktree/repo state.
- What has been changed so far.
## Relevant files and artifacts
- `path/to/file`: why it matters.
- `path-or-url`: existing PRD, plan, ADR, issue, commit, diff, or other artifact to read instead of duplicating it.
## Suggested skills
- `skill-name`: when and why the next agent should invoke it.
## Decisions
- Decision and reason.
## Validation
- Command: result.
## Open issues
- Issue, blocker, or uncertainty.
## Next steps
1. Specific next action.
Suggested skills, list only skills that are likely useful for the next step. Include the exact skill name and when to use it. Use - None when no skill recommendation is useful.- None.