一键导入
session-end
End the current session with comprehensive summary of work done. Use when completing significant work or stopping for the day.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End the current session with comprehensive summary of work done. Use when completing significant work or stopping for the day.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start a new development session with optional name. Use when beginning significant work or wanting to track progress.
Add notes and progress to the current session. Use when tracking changes, issues, or accomplishments.
Critically review uncommitted git changes (staged + unstaged + untracked) before committing.
Show the current active session status including duration and recent updates. Use when checking progress or session state.
Show help and reference for the session management system. Use when learning how sessions work or available commands.
List all development sessions with their titles and dates. Use when reviewing past work or finding a specific session.
| name | session-end |
| description | End the current session with comprehensive summary of work done. Use when completing significant work or stopping for the day. |
| disable-model-invocation | true |
| allowed-tools | Bash(date:*),Read,Write |
date -Idate -Ihours -Iminutes -IsecondsCRITICAL: NEVER modify or edit existing session content - ONLY append!
Check .sessions/.current-session for the active session
If no active session, inform user there's nothing to end
If session exists, append a comprehensive summary including:
Empty the .sessions/.current-session file (don't remove it, just clear its contents)
Inform user the session has been documented
The summary should be thorough enough that another developer (or AI) can understand everything that happened without reading the entire session.