원클릭으로
handoff
Prepare handoff: update HANDOFF/REPO_MAP, rotate logs, update .gitignore if needed, and create a safe handoff git commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare handoff: update HANDOFF/REPO_MAP, rotate logs, update .gitignore if needed, and create a safe handoff git commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | handoff |
| description | Prepare handoff: update HANDOFF/REPO_MAP, rotate logs, update .gitignore if needed, and create a safe handoff git commit. |
When invoked, do this in order.
A) Documentation and state (must do) 0) Agent identity check (must do first):
agent_logs/current.md id: matches kickoff AgentNN for the current chat.Update HANDOFF.md:
Update REPO_MAP.md only if needed:
Ensure .gitignore stays strict for competition data, runs, and artifacts.
B) Log rotation (must do)
agent_logs/YYYY-MM-DD_agentNN.md, where NN comes from the kickoff-synced agent_logs/current.md id: agentNN.agent_logs/YYYY-MM-DD_agentNN_01.md, then _02, etc.agent_logs/current.md -> that filename.agent_logs/INDEX.md:
- YYYY-MM-DD_agentNN.md — <short summary> (optional: commit <hash>)agent_logs/current.md.C) Safe handoff commit (must do, unless safety checks fail) Before committing, always show:
git statusgit diff --statNever commit competition data, runs, artifacts, or secrets (see .gitignore).
Commit message:
agentNN: handoff(<area>): <short description>agentNN from kickoff-synced agent_logs/current.md (field id:). If missing/ambiguous, stop and ask the human.<area> from: workflow, docs, orchestrator, competitions, prompts, ci, misc.