pr-babysit
v6.3.1Babysit a PR until review threads, the review-bot verdict, and CI are clear, using Claude cron or a durable Codex goal with isolated worktrees.
By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pr-babysit for Codex and Claude Code
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add pr-babysit@tooluPaste and run these commands in a terminal with Codex. They add and refresh the toolu catalog, then install this plugin.
Compatibility: the page URL and API slug “pr-babysit” remain stable.
- Codex:
pr-babysit@agent-plugin-marketplace→pr-babysit@toolu
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Falconiere/tooluClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-babysit/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/babysit/SKILL.md
Included Skills1
Use when the user explicitly asks Codex, or an authorized verified execution handoff invokes it, to monitor and autonomously clear the current branch's pull request until CI, review threads, and the review-bot verdict are all green.
Plugin manifests2
{
"name": "pr-babysit",
"version": "6.3.1",
"description": "Babysit a PR until review threads, the review-bot verdict, and CI are clear, using Claude cron or a durable Codex goal with isolated worktrees.",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "pr-babysit",
"version": "6.3.1",
"description": "Babysit a PR until review threads, the review-bot verdict, and CI are clear, using Claude cron or a durable Codex goal with isolated worktrees.",
"author": {
"name": "Falconiere Barbosa",
"email": "[email protected]"
},
"homepage": "https://github.com/falconiere/toolu",
"repository": "https://github.com/falconiere/toolu.git",
"license": "MIT",
"keywords": [
"claude-code",
"pr",
"review",
"ci",
"automation"
],
"dependencies": [
{
"name": "toolu",
"marketplace": "toolu"
}
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pr-babysit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-babysit)