start
Session start protocol — pending work, git status, review gate
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Session start protocol — pending work, git status, review gate
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | start |
| description | Session start protocol — pending work, git status, review gate |
Session start skill. Run the checklist and produce a status report.
Check date of last codebase review in docs/reviews/.
A review is DUE if:
4 weeks since last codebase review
When due: flag it prominently. Bug fixes and content work are exempt.
Read MEMORY.md index. Skim any project-type memories for active work.
git status
git log --oneline -10
Note uncommitted changes, unpushed commits, submodule state.
Read docs/reviews/ for any unchecked items from the last review.
Check if there are any TODO comments in recently changed files.
🔬 **Review Gate**: not due (last YYYY-MM-DD) / DUE — n weeks since last
🌿 **Git State**: clean / uncommitted changes / unpushed commits
📦 **Submodule**: sindrome theme at <commit>
## Open Items
- item 1
- item 2
## Recent Activity
<last 5 commits summarized>
## What's Available
Given the state, here's what we can work on: ...
The "What's Available" section is the key output — surface pending work from reviews, memories, and git state.