Install
openclaw skills install all-greenPublish local changes to a GitHub pull request and keep working the PR until review feedback is addressed and required checks are green. Use when the user invokes /all-green, asks to create/open a PR and then monitor it, wants Codex to combine yeet-style publishing with GitHub review-comment handling, or wants an existing PR watched and fixed until comments and CI are clear.
openclaw skills install all-greenRun an end-to-end PR readiness loop: review the user's intended local changes before publication, show the pre-publish review output to the user for approval, fix only the approved findings, publish the changes, open a PR automatically, inspect review feedback and CI, implement fixes, validate locally, and repeat until the PR has no actionable unresolved feedback and required checks are green.
git status -sb and the diff, confirm intended files when the worktree is mixed, and identify the exact pre-publish diff to review./review behavior on the intended local diff. If the $commit skill is available, use its Step 1 code-review behavior as the review gate, but do not run its Devin Review or PR-comment loop before a PR exists.$github:yeet semantics: create or keep the branch, stage only intended files, commit, push, and open a PR automatically.gh for exact CI status, PR discovery, and thread-aware review state when needed.$github:gh-address-comments behavior for review comments: fetch unresolved review threads with thread-aware GraphQL data, cluster actionable items, ignore resolved/outdated/informational comments, and separate ambiguous comments from direct code requests.$github:gh-fix-ci behavior for failing GitHub Actions checks: read exact-head status, then fetch only relevant failed jobs/logs.pnpm docs:list first when working in the repo, use changed gates such as pnpm check:changed for code/runtime/config changes, and use targeted tests when appropriate./all-green to operate autonomously on the PR./review findings. Show the review output first and wait for the user's selection or approval before editing.Finish with a concise status containing: