一键导入
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 职业分类
| 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.
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.