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.