원클릭으로
babysit-pr
Monitor a Punaro pull request until checks, reviews, and merge are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor a Punaro pull request until checks, reviews, and merge are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safely send or receive one explicit Punaro v3 attachment through the locally provisioned controller. Use for a typed offer whose body has the exact `punaro/attachment-offer/v3:` marker, or when the task owner explicitly authorizes one pre-provisioned local file transfer.
Receive and safely handle messages delivered through a local Punaro-connected agent-mailbox. Use when an agent must await incoming mail, inspect a Punaro typed envelope, acknowledge a completed delivery, or diagnose a local mailbox wake-up without changing relay enrollment or routing.
Reply to a message delivered through Punaro or agent-mailbox using the conversation ID in its typed envelope. Use when an agent receives application/vnd.punaro.message+json, a user asks for a reply through an existing Punaro conversation, or a Telegram-routed agent request needs a durable response.
Keep nontrivial Punaro work isolated from main.
| name | babysit-pr |
| description | Monitor a Punaro pull request until checks, reviews, and merge are complete. |
Adapted from Spectre's PR babysitter. After creating a PR, announce its URL,
then repeatedly inspect gh pr view, gh pr checks, workflow runs, and review
comments. Diagnose branch-caused failures locally; retry only demonstrably
transient failures up to three times per head SHA. Batch all CI and review fixes
into one tested push.
Never merge until all required checks are green, no actionable review comment remains, the PR is mergeable, and a fresh local quality gate passes. After a merge, remove the local worktree and feature branch only; do not mutate remote history.