babysit-prs
v0.2.0Babysit a GitHub PR from review all the way to MERGED.
By Matheus MalagrisLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 babysit-prs for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install babysit-prs@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/mqmalagris/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/babysit-prs/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Babysit a GitHub PR from review all the way to MERGED. Fetches all feedback (human + bot reviews like Copilot/Qodo/CodeRabbit, inline review threads, top-level reviews, issue comments, and CI check status), triages each item for validity, fixes the valid ones, posts a per-item fix report referencing the commit, resolves the addressed threads, then self-schedules the next pass (its own loop, no /loop prefix needed) and keeps going until the PR is merged. Use when the user says "babysit this PR", "watch the PR", "address the PR feedback", "keep checking the PR until it's merged/good", "handle the review comments", or runs /babysit-prs. Stack-agnostic — any gh-based repo, any language.
Plugin manifests1
{
"name": "babysit-prs",
"version": "0.2.0",
"description": "Babysit a GitHub PR from review all the way to MERGED.",
"author": {
"name": "Matheus Malagris",
"url": "https://github.com/mqmalagris"
},
"homepage": "https://github.com/mqmalagris/agent-skills/tree/main/skills/babysit-prs",
"repository": "https://github.com/mqmalagris/agent-skills",
"license": "MIT",
"keywords": [
"pull-request",
"code-review",
"github",
"ci",
"automation",
"engineering-workflow"
]
}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.
[babysit-prs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/babysit-prs)