babysit-pr
Validate and triage pull-request review findings before addressing selected items.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate and triage pull-request review findings before addressing selected items.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | babysit-pr |
| description | Validate and triage pull-request review findings before addressing selected items. |
| disable-model-invocation | true |
Treat every review finding as an unverified claim. Build a docket that lets the user understand the concern, inspect the agent's judgement, and direct the next action by stable finding ID.
Triage and execution are separate phases. A triage run reads the PR and may run local diagnostics, but it leaves code, PR text, comments, thread state, labels, and checks unchanged. Cross into execution only after the user directs it.
Identify the PR from the user's reference or the current branch. Record its URL, base branch, head SHA, linked issue or spec, and collection time. Fetch the remote state when the local checkout does not match the PR head.
Collect every surface on which a reviewer may have left a finding:
Use a forge integration or CLI that exposes pagination and review-thread state. Follow pagination to exhaustion. Treat ordinary PR-description prose as scope context; treat it as a finding only when headings, markers, signatures, or wording indicate reviewer output. Preserve the source URL and author for every candidate finding.
This step is complete when the head SHA is pinned and every paginated feedback surface has been inventoried.
Split compound comments into independently decidable findings. Merge duplicates that describe the same underlying concern, retaining every source and any disagreement between reviewers. Assign stable IDs F1, F2, and so on. Within the current task or monitoring run, reuse an ID for the same concern and assign new IDs only to new concerns. A fresh task may start a fresh ID sequence unless the prior docket is available.
Keep reviewer claims distinct from your conclusions. A loud, repeated, or high-severity label is evidence of reviewer opinion, not evidence that the code is wrong.
This step is complete when every actionable claim maps to exactly one docket entry and every source maps back to a docket entry or is recorded as non-actionable.
Judge the code at the pinned head, not merely the quoted hunk. For every docket entry:
Use repository evidence for scope. A documented follow-up can establish intentional deferral. An unstated plan cannot make a finding out of scope; classify that as a user decision. If evidence remains unavailable, state what is missing instead of filling the gap with confidence.
If the PR head changes during investigation, record the new SHA and revalidate every finding whose evidence could have changed.
This step is complete when every finding has evidence sufficient for a verdict or an explicit, irreducible evidence gap.
Give every finding one value from each axis:
confirmed, plausible, unsupported, contradicted, or already addressed.in scope, out of scope, or needs user decision.fix now, defer, reply and resolve, investigate further, or no action.blocking, high, medium, or low impact if left as-is.high, medium, or low, based on the evidence you actually checked.Validity and scope are independent: a reviewer can be technically correct about a concern that belongs in a follow-up, or incorrect about work that is central to this PR. Recommend defer only when the concern is valid and there is a concrete follow-up destination or the user needs to choose one.
This step is complete when all five fields are populated and mutually consistent for every docket entry.
Lead with the pinned SHA and a compact table of IDs, titles, validity, scope, priority, and recommendation. Then explain each docket entry in this form:
Keep enough detail to support the verdict without turning the report into a code walkthrough. End with a copyable direction block using IDs, for example:
Fix: F1, F4
Defer to <issue/PR>: F2
Reply and resolve: F3
Investigate further: F5
If there are no actionable findings, say which surfaces were checked and that the docket is empty. Triage is complete only when every docket entry appears in both the summary and the detailed report.
Accept natural language or the direction block; the user need not repeat the background. Ask only about IDs whose requested disposition is ambiguous. Before acting, compare the current PR head with the triaged SHA and revalidate affected entries if it moved.
For directed findings:
Code-change direction does not imply permission to post replies, resolve threads, edit the PR description, create issues, commit, or push. Report completed work, verification, remaining docket entries, and any draft communications separately.
Execution is complete when every directed ID is either completed and verified or returned with a concrete blocker, while all undirected IDs remain untouched.
When the user asks to keep watching, use the environment's monitoring or automation mechanism to repeat the collection and triage phases. Track source URLs or IDs, update timestamps, the PR-description digest, and head SHA so each sweep highlights new, changed, and newly stale findings. Reuse the docket IDs in each report.
Prior directions apply only to the findings they named. New findings always return through triage before execution.
Review changes since a fixed point (commit, branch, tag, or merge-base) along two axes - Standards (does the code follow this repository's documented coding standards?) and Spec (does the code match what the originating issue or PRD asked for?). Runs both reviews in parallel subagents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
Create git commits using Conventional Commits. Use when the user asks to commit code, prepare a commit, write a commit message, or standardize commit history with conventional commit types, scopes, breaking-change markers, and safe git workflow checks.
Publish the current branch as a review-ready pull or merge request.
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
Opinionated guide for building production TypeScript applications with Effect v4. Use when implementing Effect workflows, services, layers, schemas, configuration, schedules, caches, streams, HTTP clients, Effect Atom or API-backed frontend state, or tests.