بنقرة واحدة
yarstack-direct-ci-push
Commit all changes, push, wait for CI, fix if red, iterate until green
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit all changes, push, wait for CI, fix if red, iterate until green
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when a user needs architecture or product-design sparring on system design, runtime boundaries, config, deployment, operations, or implementation plans; ask one focused question at a time.
Use when ready to ship confirmed local changes through a draft PR: check dirty-worktree scope, create a branch, stage only intended paths, commit, push, open a PR, wait for CI, and fix red checks.
Use when creating or updating current-state project context documentation under docs/context/.
Use when reviewing local code changes before a PR: review my changes/code, check my work, security review, review before push; rank bugs, security, perf, and production risks.
Triage CodeRabbitAI review comments on current PR, fix legitimate issues, push, resolve threads
Create a committed Markdown todo in ~/.create-todo from a todo, task, follow-up, $create-todo request, or current conversation context.
| name | yarstack-direct-ci-push |
| description | Commit all changes, push, wait for CI, fix if red, iterate until green |
| disable-model-invocation | true |
Follow these steps. Do NOT skip any step.
git log --oneline -5 to see recent commit message conventions in this repogit add -Agit push or git push -u origin HEAD if no upstream is set)gh run list --branch $(git branch --show-current) --limit 1 --json status,conclusion,databaseId in a loop to check CI statusIf CI is green (conclusion: "success"):
If CI is red (conclusion: "failure"):
gh run view <run-id> --log-failed