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 ويثبّتها لك.
استنادا إلى تصنيف 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: