بنقرة واحدة
commit
Full ship cycle: branch, PR, self-review, fix, human approval, merge
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full ship cycle: branch, PR, self-review, fix, human approval, merge
التثبيت باستخدام 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 | commit |
| description | Full ship cycle: branch, PR, self-review, fix, human approval, merge |
| user-invocable | true |
| argument-hint | [commit message] |
git status — ensure working tree is clean except for intended changesgit pull origin main — ensure branch is up to datenpx tsc --noEmit && npm run lint && npm test -- --run && npm run buildgit add -A — be explicit)type: description (e.g., feat: add quiz length selector)git checkout -b {type}/{slug}git push -u origin {branch}Closes #NNN)STOP HERE. Present the PR URL to the user and wait for explicit approval before merging. Never auto-merge.