一键导入
handoff
Write HANDOFF.md before ending a complex session. Use when wrapping up, switching tasks, or when context is getting large and a fresh session would help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write HANDOFF.md before ending a complex session. Use when wrapping up, switching tasks, or when context is getting large and a fresh session would help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Linear issue management (search, create, update, close, comment) with arbitrary GraphQL queries.
Use when asked to review or audit an implementation plan.
新功能的规划→spec→issue 生命周期。当用户说"讨论下"、"写 spec"、"开 issue"、"怎么做"、"设计一下"、"拆任务"、"评估方案"、或描述新功能需求时触发。即使用户只是随口提到一个想法或改进方向,只要涉及"该怎么做"的问题,都应触发此 skill 来结构化思考。
Delegate coding tasks to Codex CLI. Use when executing code changes, reviews, debugging, or parallelizing tasks via Codex.
Release workflow for skills repo. Use when releasing, bumping version, creating tags, or publishing changes. Trigger on "release", "发布", "new version", "bump version".
Multi-lens adversarial review via Codex. Trigger on "review", "审查", "check the code".
| name | handoff |
| description | Write HANDOFF.md before ending a complex session. Use when wrapping up, switching tasks, or when context is getting large and a fresh session would help. |
Write a HANDOFF.md in the project root so the next session can continue
without losing context. This file is overwritten each time — history is
preserved by git.
Write HANDOFF.md in the project root with this structure:
# Handoff
## Current State
What's done and what's not. Be specific — file names, function names, line numbers.
## What Worked
Approaches and decisions that succeeded. Include rationale.
## What Failed
Dead ends and why they failed. Save the next session from repeating mistakes.
## Open Issues
Bugs, edge cases, or concerns discovered but not yet addressed.
## Next Steps
Exactly what the next session should do first.
Ordered by priority. Be actionable, not vague.
src/auth.ts lines 45-80 to add JWT validation"
not "Updated auth code"When the user says "read HANDOFF.md" or "continue from handoff":
HANDOFF.md from the project root