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