بنقرة واحدة
session-update
Add notes and progress to the current session. Use when tracking changes, issues, or accomplishments.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add notes and progress to the current session. Use when tracking changes, issues, or accomplishments.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
End the current session with comprehensive summary of work done. Use when completing significant work or stopping for the day.
Start a new development session with optional name. Use when beginning significant work or wanting to track progress.
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-update |
| description | Add notes and progress to the current session. Use when tracking changes, issues, or accomplishments. |
| argument-hint | ["notes"] |
| disable-model-invocation | true |
| allowed-tools | Bash(date:*),Read,Write |
date -Idate -Ihours -Iminutes -IsecondsCRITICAL: NEVER modify or edit existing session content - ONLY append!
.sessions/.current-session exists to find the active session/session:session-startgit status --porcelain)Keep updates concise but comprehensive for future reference.
Example format:
### Update - 2025-06-16 12:15 PM
**Summary**: Implemented user authentication
**Git Changes**:
- Modified: app/middleware.ts, lib/auth.ts
- Added: app/login/page.tsx
- Current branch: main (commit: abc123)
**Todo Progress**: 3 completed, 1 in progress, 2 pending
- ✓ Completed: Set up auth middleware
- ✓ Completed: Create login page
- ✓ Completed: Add logout functionality
**Details**: [user's update or automatic summary]