بنقرة واحدة
retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
التثبيت باستخدام 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
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
Full ship cycle: branch, PR, self-review, fix, human approval, merge
| name | retro |
| description | End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md |
| user-invocable | true |
Run at the end of a working session. Captures what was accomplished, updates backlog statuses, and persists key decisions to MEMORY.md.
git log --oneline -20 to see commits madegit diff --stat HEAD~10 to see files changedgh project item-list 15 --owner YanCheng-go --format json --limit 200From the session work, determine:
For each affected backlog item:
/backlog done BL-NNN (closes the GitHub Issue)/backlog update BL-NNN status=in-progress/backlog add <description> for each (creates a GitHub Issue)If the backlog is empty (not yet imported), skip this step and note it.
Review the session for decisions or patterns that should persist across conversations:
Update MEMORY.md only if something changed. Don't add session-specific context.
Present a summary to the user:
## Session Retro — YYYY-MM-DD
### Done
- [x] BL-001: Description of what was completed
### In Progress
- [ ] BL-003: What was started, what remains
### Discovered
- New: <description of new item added>
### Blocked
- BL-007: Blocked on <reason>
### Stats
- Commits: N
- Items completed: N
- Items added: N
Based on the current backlog state, suggest what to work on next:
/backlog next logic (priority + effort + context scoring)