← スキル一覧に戻る

handoff
by RustyLindquist
An AI-Enhanced Online Academy for HR
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: handoff description: Writes comprehensive handoff note at session end. Captures work done, files changed, remaining tasks, and next steps. Use before ending any work session or switching contexts. allowed-tools: Read, Write, Glob
Handoff
Make work portable across sessions. Write to .context/handoff.md.
When to Use
- End of every work session
- Before switching tasks or contexts
- Before user leaves
- When compacting context
Process
- Gather: What was requested? What did we do? What changed?
- Document: Files, agents, decisions, docs updated
- Verify: How to confirm the work is correct
- Remaining: What's incomplete, issues, blockers
- Prepare: What does next session need?
Output Location
Write to: .context/handoff.md
Essential Sections
# Session Handoff — [Date]
## Summary
[2-3 sentences: what was accomplished]
## Work Completed
- [Feature/fix]: [description]
## Files Changed
| File | Change | Description |
|------|--------|-------------|
| path | modified | what changed |
## Verification
[Commands to run, UI to check, tests to execute]
## Remaining
- [ ] [Incomplete task]
- **Issue**: [description + workaround]
## Next Session
1. Run `/session-start`
2. Load [specific docs]
3. Start with [first action]
Quick Handoff (Short Sessions)
# Quick Handoff — [Date]
**Did**: [one sentence]
**Changed**: [file list]
**Verify**: [one command/action]
**Next**: [what to do]
Quality Check
- Summary is specific, not vague
- All changed files listed
- Verification steps are actionable
- Remaining work is explicit
- Next session can start immediately
Related
- Full template: See reference/full-template.md
- Compaction handoff: See reference/compact-handoff.md
- Consumed by:
/session-start
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です