close
End-of-session protocol — push, update docs and memories, report
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-of-session protocol — push, update docs and memories, report
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
| name | close |
| description | End-of-session protocol — push, update docs and memories, report |
Session closing skill. Invoke with /close at end of session.
git log --oneline origin/master..HEAD
If commits exist, push. Check submodule too:
cd themes/sindrome && git log --oneline origin/master..HEAD
Push both if needed (submodule first, then parent).
If there are commits that haven't been deployed yet, ask if the user wants to stage/ship before closing. Don't assume — ask.
Review the session for anything worth remembering:
Check existing memories for any that are now stale or wrong. Update or remove them.
Do NOT save: code patterns (read the code), git history (use git log), debugging solutions (the fix is in the code), or anything already in CLAUDE.md.
If this session addressed items from a review in docs/reviews/,
update the checklist (mark items done, add notes).
Commit any doc/memory changes:
docs: close session — <what was updated>
Push to remote.
Tell the human: