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/