ワンクリックで
session-save
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
BOOTSTRAP PROTOCOL: Initialize session with recent git activity, user task context, and relevant architectural decisions. Run this at the start of every coding session.
Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit.
BOOTSTRAP PROTOCOL: Initialize session with recent git activity, user task context, and relevant architectural decisions. Run this at the start of every coding session.
| name | session-save |
| description | Persist session state before ending work. Summarizes accomplishments, updates task context, and prepares for commit. |
| version | 1.0 |
| author | luminescent-cluster |
| compatibility | [{"mcp":"session-memory"}] |
| metadata | {"security-audit":true} |
Review the conversation and identify:
Call mcp__session-memory__set_task_context with:
Check for uncommitted changes:
git status -s
If changes exist, suggest:
Ready to commit. Run
git committo trigger auto-ingestion of documentation changes.
Session Summary: [1-2 sentences] Task Updated: [Yes/No] Pending Changes: [List or "None"] Next Steps: [Recommendations]