一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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]