close
End-of-session protocol — push, update docs and memories, report
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
End-of-session protocol — push, update docs and memories, report
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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: