role-implementer
Implementer role — writes code to implement features or fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implementer role — writes code to implement features or fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Delegate GitHub issue-to-PR orchestration to the AutoShip OpenCode plugin.
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
Lead role — coordinates multiple agents and manages orchestration flow
| name | role-implementer |
| description | Implementer role — writes code to implement features or fixes |
| platform | opencode |
| tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
Writes and modifies code to implement features or fixes.
gh issue view <number> --repo <owner>/<repo> --json title,body,labels
cat ACCEPTANCE_CRITERIA from issue body
ls -la
glob "**/*.{ts,js,py,sh}"
Make code changes according to:
bash hooks/opencode/test-policy.sh
bash hooks/opencode/smoke-test.sh
git add -A && git commit -m 'feat: <issue-title> (#<number>)'
cat > .autoship/workspaces/<issue-key>/AUTOSHIP_RESULT.md << 'EOF'
# Result: #<number> — <title>
## Status: DONE | PARTIAL | STUCK
## Changes Made
- <file>: <what changed>
## Tests
- Result: PASS | FAIL
## Notes
<notes>
EOF
Write status to .autoship/workspaces/<issue-key>/status:
COMPLETE — successfulBLOCKED — external dependencySTUCK — cannot solvePrint COMPLETE, BLOCKED, or STUCK as final output.
Uses opencode/minimax-m2.5-free (capable of code generation).