一键导入
handoff
Session wrap-up and handoff to next agent. Verifies work, updates docs, creates handoff message, runs pre-mortem.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Session wrap-up and handoff to next agent. Verifies work, updates docs, creates handoff message, runs pre-mortem.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep verification agent that finds hidden errors in code, analysis, and architecture. Assumes nothing is correct, drills deep, and verifies every claim independently.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Screen job candidates from your ATS using AI-powered evaluation. Use when asked to "screen candidates", "review applicants", "run candidate screening", "check new applications", or "evaluate candidates".
Expert advisor and thinking partner for strategic situations. Rapidly develops domain expertise, identifies knowledge gaps, and provides radically candid coaching to accelerate learning and decision-making.
Delegate complex reasoning, planning, or deep analysis tasks to OpenAI's GPT-5.2-Codex model. Use when tasks require extended thinking, multi-step planning, or when you need a second opinion on complex problems.
Daily sense-maker digest of newsletters and content feeds
| name | handoff |
| description | Session wrap-up and handoff to next agent. Verifies work, updates docs, creates handoff message, runs pre-mortem. |
Use this skill when wrapping up a work session to ensure continuity for the next session/agent.
Execute these steps in order:
- Run tests: `pnpm test` (if tests exist)
- Run build: `pnpm build`
- Run lint: `pnpm lint` (if configured)
- Note any failures for handoff
If there are uncommitted changes and verification passed:
- Run `git status` to see what's changed
- Stage relevant files: `git add .` (or selective files)
- Create a commit with descriptive message summarizing the session's work
- Note the commit SHA for diary entries
- Do NOT push unless user explicitly requests
This ensures work is preserved even if the user forgets to commit after handoff.
Update .claude/project-diary.md (create if missing). The diary captures what git cannot.
DO add:
Decisions - Add rows to the Decisions Log table:
| Timestamp | Decision | Choice | Rationale | Revisit If | Commit |
| 2024-12-25 14:30 | [title] | [choice] | [why] | [trigger] | abc1234 |
Learnings - Add entries for insights worth preserving:
### 2024-12-25 14:30 - [Title]
[What happened and the insight. 1-3 sentences.]
Optional: Suggested action, relevant commits, links.
---
Open Questions - Update the checklist with new/resolved items
DO NOT add:
Include timestamps (date + HH:MM) on all entries for correlation with git history.
Update .claude/build-status.md (if exists):
Create a message using prompting best practices that the user can copy to start a new conversation. The handoff message should treat the receiving agent as a capable leader, not just a task executor.
Prompting Best Practices to Apply:
Handoff Message Template (streamlined):
You are [ROLE] for [PROJECT] at [PATH].
CONTEXT:
- Current state: [phase, what's working, what's not]
- Recent work: [1-2 sentence summary]
- Key files: [list 2-3 files to read first]
NEXT ACTIONS:
1. [First thing to do]
2. [Second thing]
3. [Third thing]
WATCH OUT FOR:
- [Gotcha or risk from pre-mortem]
Start by reading [specific file].
Key Principles:
Ask yourself:
Report findings and suggest mitigations.
Consider if any of these should be updated:
CLAUDE.md~/.claude/CLAUDE.md~/.claude/guides/Propose specific changes if warranted.
If the session involved:
Suggest running /writeup before closing:
"This session had some learnings that might be worth documenting for your audience. Want to run
/writeupbefore closing?"
The /writeup skill will assess the work and recommend an appropriate format (tweet, thread, week notes, or full blog post).
Output should be terminal-friendly (minimal markdown, plain text where possible).
Present in this order:
Work done:
Handoff housekeeping:
/writeupKeep this section short. Skip entirely if nothing notable.
Put the handoff message in a code block at the very end. User should be able to scroll up slightly and copy it cleanly.