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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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).