baby-sit

baby-sit is a skill for Claude Code, Codex from langchain-ai/open-swe. It costs 30 tokens per session (1,165 once invoked), scanned A, original, MIT.

A monitoring workflow for a GitHub pull request, which is a proposed code change waiting for review and automated checks.

In plain words
What is it for?
Use it to monitor a pull request, diagnose failed GitHub Actions jobs, rerun justified flaky jobs, or stop monitoring.
Why use it?
It keeps watch until continuous-integration checks pass, investigates failures, and reruns jobs only when there is evidence they are flaky.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to monitor a pull request, diagnose failed GitHub Actions jobs, rerun justified flaky jobs, or stop monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/langchain-ai/open-swe/baby-sit
About the project

Open SWE is an open-source software factory that gives coding tasks to an asynchronous agent, which investigates repositories, changes code, validates the results, and delivers pull requests. Engineering teams use it to automate code changes, reviews, CI follow-up, and related repository work from dashboards and connected tools.

langchain-ai/open-swe · 10,688 stars · on GitHub · langchain.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add langchain-ai/open-swe --skill baby-sit
Clone the repo
git clone --depth 1 https://github.com/langchain-ai/open-swe

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for baby-sit

README.md
[![agentmods](https://agentmods.dev/badge/skills/langchain-ai/open-swe/baby-sit/github.svg)](https://agentmods.dev/skills/langchain-ai/open-swe/baby-sit)
Your own site
<a href="https://agentmods.dev/skills/langchain-ai/open-swe/baby-sit"><img src="https://agentmods.dev/badge/skills/langchain-ai/open-swe/baby-sit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for baby-sit

Your own site · 80×15
<a href="https://agentmods.dev/skills/langchain-ai/open-swe/baby-sit"><img src="https://agentmods.dev/badge/skills/langchain-ai/open-swe/baby-sit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,165 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.01165
Opus 5 $0.00015 $0.00583
Sonnet 5 $0.00006 $0.00233
Haiku 4.5 $0.00003 $0.00117

Measured 11d ago against content hash a0802bec64e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

baby-sit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agent/bundled_skills/baby-sit/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Baby-sit a pull request

Use this skill when the user invokes /baby-sit, asks in natural language to monitor, unblock, or fix CI on a pull request, or when a baby-sit failure wakeup invokes /baby-sit --continue.

Inputs

  • /baby-sit: infer the open PR from the current branch with gh pr view.
  • /baby-sit <PR URL|number>: monitor that PR in the thread's configured repository.
  • /baby-sit stop [PR URL|number]: stop its active watch.
  • /baby-sit --continue <PR URL>: process an automated failure wakeup; do not register a second watch.

Always resolve the target to a canonical https://github.com/<owner>/<repo>/pull/<number> URL.

Start or stop

  1. Read the repository's AGENTS.md and check the worktree before any possible code change.
  2. Fetch fresh PR state with gh pr view and the complete attached check set with gh pr checks --json name,bucket,state,workflow,link.
  3. On local/desktop runs, do not call manage_baby_sit. For stop, end the local workflow. Otherwise, when checks are pending, run gh pr checks <PR URL> --watch --interval 60 with the execute tool's timeout set to 3300 seconds, then re-fetch the complete PR and check state. This bounded foreground watch is the only allowed local polling loop.
  4. For cloud stop, call manage_baby_sit with action stop, report the result in the source thread, and end.
  5. If the PR is closed or all checks are already terminal and non-failing, report that no watch is needed.
  6. Otherwise, on cloud runs call manage_baby_sit with action start. The watch reacts immediately to failing GitHub webhooks and uses a deterministic 10-minute fallback that consumes no model tokens while state is unchanged.
  7. If cloud checks are only pending, report the current state and end the run. Do not start a shell polling loop and do not call schedule_thread_wakeup.
  8. If checks fail, continue with failure diagnosis in this run. If the local watch times out while checks remain pending, report the timeout and latest complete check state.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 56 lines · 30 tokens per session scan A a0802bec64e2

Subscribe to this mod's changes

baby-sit is a skill published in the GitHub repository langchain-ai/open-swe (10,688 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 1,165 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

affaan-m/ECC · 41 tokens

pr-description

Write a short, visual, evidence-backed GitHub PR description and open or update the PR with it. Use whenever the user asks to open a PR, write or rewrite a PR description, 'describe this change', or run gh pr create — even if they don't say 'description'. Gathers real proof first (screenshots for UI, terminal…

petekp/claude-code-setup · 120 tokens

calldiff

Call-graph evidence from git via the calldiff CLI: which functions reach a symbol, and how a change moved the call structure. Use when you need blast radius before editing (does anything reach this function, and by what path), when scoping which files a change really touches, or when reviewing a diff whose risk is…

petekp/claude-code-setup · 100 tokens

pypi-release

This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.

alchemiststudiosDOTai/tunacode · 52 tokens

audit-harness

Use when auditing HARNESS.md, pre-commit hooks, pre-push hooks, architecture gates, or CI workflows for tunacode-cli. This skill treats any mismatch, skipped gate, or failing check as a critical failure and requires manual one-by-one execution rather than make targets, batch wrappers, or summary-only audits.

alchemiststudiosDOTai/tunacode · 69 tokens

publish-npm-package

Configure or troubleshoot npm package publication with GitHub Actions and npm Trusted Publishing. Use this skill for JavaScript or TypeScript packages. Also use it for the npm package in a mixed-language repository. Do not use it for applications or repositories without an npm package. Do not use it for generic CI…

btfranklin/skills · 77 tokens