ワンクリックで
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.