بنقرة واحدة
load
Restore session context from tasks/session.md and orient for resumed work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Restore session context from tasks/session.md and orient for resumed work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| name | load |
| description | Restore session context from tasks/session.md and orient for resumed work |
| argument-hint | |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash(git status*), Bash(git branch*), Bash(git log*), Bash(git diff --stat*) |
Restore context from a previous session and orient for resumed work.
Read the following files in this order (use Wave-Checkpoint-Wave — read in parallel, then synthesize):
tasks/session.md — what was being worked on, decisions made, next stepstasks/todo.md — current plan and progresstasks/lessons.md — recent entries (last 3-5 relevant to current task)tasks/tests.md — coverage gaps and recent changesPROJECT_INDEX.md — project structure and entry points (if it exists)After reading, present a concise session resume to the user:
## Session Restored
**Last session**: [date] on branch `[branch]`
**Current focus**: [what was being worked on]
**Progress**: [what was completed]
**Next steps**:
1. [first priority]
2. [second priority]
3. [third priority]
**Open questions from last session**:
- [any unresolved items]
**Active files**: [list of files in play]
git status — check for uncommitted changesgit branch — confirm branchgit log --oneline -5 — recent commitsReport any discrepancies between the session state and actual git state (e.g., branch changed, uncommitted work not mentioned in session.md).
tasks/session.md doesn't exist or is empty, say so and offer to run /index and /status instead.PROJECT_INDEX.md doesn't exist, note it and suggest running /index.tasks/lessons.md for entries tagged with the current task's domain — mention any relevant ones.