handoff
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files.
Review code for quality, security, and best practices. Analyze pull requests, identify bugs, suggest improvements, verify error handling, check for security vulnerabilities (XSS, SQL injection, command injection), evaluate design patterns, and assess performance. Use when reviewing pull requests, examining code diffs, evaluating code changes, or analyzing implementation quality.
استنادا إلى تصنيف SOC المهني
| name | handoff |
| description | Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss. |
Synthesize the current conversation into a self-contained handoff document. The goal: a brand-new Claude Code session (or subagent) should be able to read this document and continue the work with zero prior context.
The user may optionally provide:
Produce a single markdown document with these sections. Be precise — the receiving agent has no conversation history.
One or two sentences: what is the user trying to accomplish? Include the "why" if it was discussed.
What has been done so far in this conversation. Be specific:
Concrete, ordered list of what still needs to happen. Each item should be actionable without further clarification:
Non-obvious information the next agent needs to know that isn't captured in the code or git history:
How the next agent should confirm the work is complete: