openprotocol-coder
スター0
フォーク0
更新日2026年7月3日 08:21
Branch, code via OpenCode, push, handoff to QA.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Branch, code via OpenCode, push, handoff to QA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
Enrich CRM contacts with LinkedIn and décideur data.
| name | openprotocol-coder |
| description | Branch, code via OpenCode, push, handoff to QA. |
| version | 1.1.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenProtocol","Git","OpenCode","developer"],"category":"open-ecosystem","related_skills":["open-code","open-ticket","openprotocol-integrator","open-dev-workflow"]}} |
Developer role: OpenAgents spawns OpenCode; you own the feature branch until handoff.
developer profile on a code ticketinvoke_opencode(mode=implement)mainGITHUB_TOKEN in ~/.openagents/.env (SSM on AWS) or ~/.git-credentialsuser.name / user.email configured on hostorigin remotegit fetch && git checkout main && git pull --ff-onlygit checkout -b agent/<ticket-key>/<short-slug>invoke_opencode(ticket_id, mode=implement, cwd=<app-repo>)<type>(<scope>): <subject>git push -u origin HEADadd_ticket_comment handoff block → in_reviewOpenProtocol handoff
- Branch: agent/<key>/<slug>
- Repo: <path>
- Checks: test ✓ | typecheck ✓ | build ✓
- Risk: low|medium|high — <line>
| Situation | Action |
|---|---|
| OpenOS submodule | Branch inside app repo |
| Push fails | Report error — do not merge locally to main |
| User says don't push | Skip push; still run tests |
main from coder sessioncwd for submodule workagent/