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: