openprotocol-integrator
星标0
分支0
更新时间2026年7月3日 08:21
Verify agent branch, squash merge main, cleanup.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Verify agent branch, squash merge main, cleanup.
用 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-integrator |
| description | Verify agent branch, squash merge main, cleanup. |
| version | 1.1.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenProtocol","Git","QA","integrator"],"category":"open-ecosystem","related_skills":["openprotocol-coder","open-ticket","open-dev-workflow","open-rec"]}} |
QA role: verify coder branch, merge to main, delete branch, close ticket.
in_review with OpenProtocol handoff commentagent/… branchGITHUB_TOKEN / git auth as coder hostget_ticket — parse branch from handoffgit fetch && git checkout <branch> && git pull --ff-onlygit diff origin/main...HEAD — reject if scope creep or secretsgit checkout main && git pull --ff-onlygit merge --squash <branch> → commit → git push origin maingit push origin --delete <branch>update_ticket_status → done + merge SHA comment| Check fails | Action |
|---|---|
| Tests red | Comment on ticket; same branch fix by Dev |
| Secrets in diff | Reject; never merge |
| Submodule + meta | Merge app first; bump OpenOS pointer separately |
maindone before remote merge confirmedorigin/maindone with merge note