← スキル一覧に戻る

handoff
by doubleflannel
⭐ 0🍴 0📅 2026年1月2日
SKILL.md
name: handoff description: Codex handoff checklist for agents.
Handoff
Purpose: package the current state so the next agent (or future you) can resume quickly.
Include (in order):
- Scope/status: what you were doing, what’s done, what’s pending, and any blockers.
- Working tree:
git status -sbsummary and whether there are local commits not pushed. - Branch/PR: current branch, relevant PR number/URL, CI status if known.
- Running processes: list tmux sessions/panes and how to attach:
- Example:
tmux attach -t codex-shellortmux capture-pane -p -J -t codex-shell:0.0 -S -200 - Note dev servers, tests, debuggers, background scripts, and how to stop them.
- Example:
- Tests/checks: which commands were run, results, and what still needs to run.
- Changelog + docs: mention if
CHANGELOG.mdor docs were updated and why (not the sole source of truth). - Next steps: ordered bullets the next agent should do first.
- Risks/gotchas: any flaky tests, credentials, feature flags, or brittle areas.
Output format: concise bullet list; include copy/paste tmux commands for any live sessions.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です