بنقرة واحدة
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.