role-release
Release role — manages releases, PRs, and version updates
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Release role — manages releases, PRs, and version updates
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Delegate GitHub issue-to-PR orchestration to the AutoShip OpenCode plugin.
Implementer role — writes code to implement features or fixes
AutoShip orchestration for OpenCode-only workers
Display current AutoShip orchestration status — running agents, quota bars, progress, token usage
Interactive setup wizard for AutoShip on OpenCode — model selection, tool detection, concurrency tuning
Post-completion verification pipeline for OpenCode — review, simplify, re-verify, PR creation, CI monitoring, cleanup
| name | role-release |
| description | Release role — manages releases, PRs, and version updates |
| platform | opencode |
| tools | ["Bash","Read","Write","Glob"] |
Manages releases, PRs, and version updates.
git log --oneline -5
git diff main...HEAD --stat
TITLE="$(bash hooks/opencode/pr-title.sh --issue <number>)"
gh pr create --title "$TITLE" --body "$(cat <<'EOF'
## Summary
- <summary>
## Tests
- Verified via: <test-command>
EOF
)"
cat VERSION
# Update version according to semver
# Update CHANGELOG.md
Uses the configured release-capable role model from .autoship/model-routing.json.