بنقرة واحدة
retro
End-of-session retrospective — summarize work, update backlog, plan next
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
End-of-session retrospective — summarize work, update backlog, plan next
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage the project backlog — add, list, filter, update, prioritize, and suggest work items
Daily session wrapper — start with backlog, work, commit, retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Commit, branch, PR, self-review, fix — then stop for human approval before merge
Pre-flight for parallel work — pick items, check file overlap, set statuses, generate terminal commands
Manage project backlog — add, list, filter, update, prioritize, suggest
| name | retro |
| description | End-of-session retrospective — summarize work, update backlog, plan next |
| user-invocable | true |
git log --oneline --since="8 hours ago" — what was committed this sessiongit diff --stat HEAD~N — scope of changes/backlog done)/backlog add)## Session — YYYY-MM-DD
### Done
- [item]: [one-line description of what was accomplished]
### In Progress
- [item]: [what remains]
### Discovered
- [new issue]: [brief description]
### Blocked
- [item]: blocked by [reason]
### Stats
- Commits: N
- Files changed: N
- Lines: +N / -N
Based on current state, suggest 2-3 items for the next session.