GitHub Publish Changes
SkillFiles & storageLets your agent commit, push, and open a draft pull request on GitHub for your local code changes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the GitHub Publish Changes skill
About this capability
Publish intentional local changes by confirming scope, creating a branch when needed, staging selected files, committing, pushing, and creating a Draft Pull Request through the connected GitHub service.
What this skill tells your AI
The instructions your AI receives, as published by devin-axis/ipollowork in examples/plugin-packages/github/skills/github-publish-changes/SKILL.md and read by ahel’s review.
Use this skill only when the user explicitly wants local changes committed, pushed, or opened as a Pull Request.
Workflow
- Inspect
git status -sb, the complete diff, the current branch, and remotes. - Identify exactly which changes belong to this task. In a mixed worktree, never stage unrelated files and never default to
git add -Awithout confirmed scope. - If currently on the default branch, create an
agent/<short-description>branch. Otherwise keep the intended feature branch. - Stage explicit paths and review the staged diff.
- Run the most relevant checks if they have not already passed.
- Commit with a short message describing the complete scoped diff.
- Push the current branch with upstream tracking.
- Resolve the GitHub
owner,repo, remote default branch, and pushed head branch. - Call
create-pull-requestthrough the GitHub service. Keepdrafttrue unless the user explicitly requests a ready-for-review PR. - Report the branch, commit, PR URL, test results, and any remaining review risk.
Safety
- Do not push when the requested scope is unclear.
- Do not force-push, delete a branch, merge, or rewrite history unless explicitly requested.
- Do not include credentials, local caches, generated secrets, or unrelated user changes.
- Creating the PR is a GitHub write action and must pass iPolloWork's confirmation gate.
Signals
- GitHub stars
- 6k
- Forks
- 1k
- Last commit
- Sep 2026
ahel review
S4info
community integration — published by devin-axis, not github
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
github-publish-changes- Source
- github.com/devin-axis/ipollowork