close
End-of-session protocol — push, update docs and memories, report
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
End-of-session protocol — push, update docs and memories, report
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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: