원클릭으로
publish-changes
Commit local changes, push the branch, and open or update a GitHub pull request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit local changes, push the branch, and open or update a GitHub pull request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Edit Squeezy's TOML configuration (`~/.squeezy/settings.toml`, `squeezy.toml`, per-repo overrides) using the canonical schema.
Debug failing GitHub Actions checks for the current branch or PR.
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Address actionable GitHub pull request review feedback.
Research current web information with websearch and webfetch, then answer with sources.
Author a new Squeezy `SKILL.md` instruction bundle that the catalog can discover and activate.
| name | publish-changes |
| description | Commit local changes, push the branch, and open or update a GitHub pull request. |
| when_to_use | Use when the user asks to commit, push, publish, open a PR, or prepare changes for review. |
| triggers | ["open pr","publish changes","push branch","create pull request","draft pr"] |
Use this skill when local changes need to become a GitHub branch or PR.
Before committing:
git status --short and git diff --stat.git branch --show-current and git status -sb.Commit intentionally:
Publish:
git push -u origin <branch> when no upstream exists.gh pr create --draft unless the user asks for a ready PR or an existing PR should be updated.If the checkout contains unrelated changes, leave them untouched and state what was intentionally included.