From 8a0a081fe392dd505f29d728a53710195e38e7d3 Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 3 Sep 2026 13:14:46 +0100 Subject: [PATCH] Add babysit-prs to Git Workflow Claude Code plugin that continuously monitors GitHub PRs for review comments and CI failures, automatically addressing feedback and fixing builds via /loop, until the PR is approved. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01MedZGX2CdBtCii1SW5beYt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..5479c2f 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you ### Git Workflow - [analyze-issue](./plugins/analyze-issue) +- [babysit-prs](https://github.com/CodePulseHQ/babysit-prs-plugin) - Continuously monitors GitHub PRs for review comments and CI failures, auto-addressing feedback and fixing builds until the PR is approved. Designed to run with `/loop`; pairs with [CodePulse](https://codepulse.review) for automated review coverage. - [bug-fix](./plugins/bug-fix) - [commit](./plugins/commit) - [create-pr](./plugins/create-pr)