بنقرة واحدة
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.