بنقرة واحدة
git-commit-push
Verify, review, and push pending work as one milestone commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify, review, and push pending work as one milestone commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Drive the current branch's PR to merge-ready: CI green and every review comment handled, ending with an outcome label
After owner accept: guard-checked squash-merge of the current branch's PR, base sync and branch cleanup
Open a pull request for the current branch against its target, using the repo template
Triage PR review comments: fix, discuss, or decline with reason - every thread answered
Cut a release: version, changelog, tag, and release object — policy-driven across trunk/gitflow and tag-only/full
Audit documentation claims against the code; report drift vs violation
| name | git-commit-push |
| description | Verify, review, and push pending work as one milestone commit |
| argument-hint | [commit message override] |
Land the pending work as one verified, cleanly described commit. Invoke at milestones - one commit = one shippable-for-testing unit.
git branch --show-current - on a protected branch (default/integration), STOP; work happens on feature branches (the orchestrators create them in Phase B).dev-run-tests). Failure - fix or report, never bypass.git status --porcelain + git diff. Drop debug leftovers and accidental files. Stage selectively with git add <paths> - never blanket git add -A (it sweeps secrets and parallel-session work).tasks.md boxes in the same commit as the code that earns them.Added export endpoint (FR-042)). An explicit argument overrides.git commit, then git push (-u origin <branch> on first push). Remote moved - integrate per profile update_strategy, re-run gates, push again. Never force-push.git log --oneline -1 shows the message; git status reports up to date with origin; gates were green on the pushed tree.git-open-pr; CI babysitting and the outcome label - git-finalize-pr (or spec-execute Phase E in spec projects).Co-Authored-By: or tool trailers; no feat:-style prefixes unless the profile commit_style requires them.dev-verification-gates); never --no-verify.