بنقرة واحدة
save
Snapshot current session state to tasks/session.md for cross-session continuity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Snapshot current session state to tasks/session.md for cross-session continuity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
| name | save |
| description | Snapshot current session state to tasks/session.md for cross-session continuity |
| argument-hint | [optional note about current focus] |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Bash(git status*), Bash(git branch*), Bash(git diff --stat*), Bash(git log*) |
Save the current session state to tasks/session.md so a future session can resume with full context.
Compress often, persist the essentials, look up details on demand.
The session file captures what you need to know to resume — not a full transcript. Pair it with:
tasks/todo.md — what the plan istasks/lessons.md — what was learnedtasks/tests.md — what's testedPROJECT_INDEX.md — what exists in the codebaseTogether these form the "always available" context layer. The actual code is the "look up when needed" layer.
$ARGUMENTS is provided, use it as the "Current Focus" descriptionUpdate tasks/session.md with:
What task or feature is actively being worked on. One sentence.
What has been completed in the current work stream. Bullet list of concrete accomplishments. Reference specific files or commits where relevant.
Architectural or implementation decisions made during this session. Future sessions need these to avoid re-debating settled questions.
Unresolved questions or uncertainties. Be specific — "does the API support batch operations?" not "some things are unclear."
Files currently being modified or that are critical context. This tells the next session where to start reading.
Concrete actions to take when resuming. Ordered by priority.
tasks/todo.md is up to date, don't duplicate progress here — just note what's changed since the last todo update.git status and git branch to capture accurate git state.tasks/todo.md as complete if they were finished during this session.