con un clic
babysit-pr
Monitor a Punaro pull request until checks, reviews, and merge are complete.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Monitor a Punaro pull request until checks, reviews, and merge are complete.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.