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.
58
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./examples/plugin-packages/github/.opencode/skills/github-publish-changes/SKILL.mdUse this skill only when the user explicitly wants local changes committed, pushed, or opened as a Pull Request.
git status -sb, the complete diff, the current branch, and remotes.git add -A without confirmed scope.agent/<short-description> branch. Otherwise keep the intended feature branch.owner, repo, remote default branch, and pushed head branch.create-pull-request through the GitHub service. Keep draft true unless the user explicitly requests a ready-for-review PR.bd5caef
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.