원클릭으로
wrap-up
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 직업 분류 기준
When invoked, do this in order.
A) Documentation and state (must do)
Update HANDOFF.md:
Update REPO_MAP.md only if needed:
Ensure .gitignore is updated so that:
.env, *.pem, *.key)Ensure README "For agents" section still points to the right files.
B) Log rotation (must do)
agent_logs/YYYY-MM-DD_agentNN.md, where NN is 01, 02, ... chosen as the next unused number for today.agent_logs/current.md -> that filename.agent_logs/INDEX.md:
- YYYY-MM-DD_agentNN.md — <short summary> (optional: commit <hash>)agent_logs/current.md using the standard template.C) Safe handoff commit (must do, unless safety checks fail) Constraints:
dev) for checkpoints and handoff.git push, git commit --amend, git rebase, git reset --hard, git clean -fdx, or modify git remotes.Before committing, always run and show output:
git statusgit diff --statSafety checks:
Secrets check (blockers):
.env, *.pem, *.key, id_rsa, id_ed25519, credentials files, or anything that looks like a key/token.Large file check (blockers):
Staging approach:
Commit message:
handoff: <short description> [<agent number>]After committing:
git status again.HANDOFF.md.D) Final reporting (must do)
HANDOFF.md, REPO_MAP.md, .gitignore if changed)