role-release
Release role — manages releases, PRs, and version updates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Release role — manages releases, PRs, and version updates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.