Agent Plugins Marketplace
All plugins

bymax-pr

v1.3.1

The PR lifecycle, powered by the `gh` CLI. /bymax-pr:push ships work safely: branch (never the default branch) → stage → complete Conventional-Commits message → push, with an explicit `pr` opt-in that opens a fully-described PR (Summary / Changes / How to verify). /bymax-pr:babysit-pr autonomously shepherds an open PR to merge-readiness: resolves merge conflicts, polls CI at a cadence matched to the CI's real duration (270 s floor), classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments (4-tier), and notifies you when the PR is green. Never merges, never pushes to the base branch, never force-pushes. A built-in preflight verifies the gh CLI is installed and authenticated. Depends on `gh` + `git` but never bundles them.

Claude Code1 Skill

By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 bymax-pr for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bymax-pr@agent-plugin-marketplace

Paste 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/bymaxone/bymax-agent-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bymax-pr/.

Plugin files

plugins/bymax-pr/
├── .claude-plugin/plugin.json
└── skills/babysit-pr/SKILL.md

Included Skills1

babysit-prskills/babysit-pr/SKILL.md

Autonomously shepherd an open PR to merge-readiness on ANY project — verify the gh CLI is ready, resolve merge conflicts, monitor CI checks at a cadence matched to the CI's real duration (270-second floor), classify failures as real vs flaky (re-running flaky checks), fix real failures locally before pushing, triage bot review comments, and notify the developer when the PR is green. Never merges. Invoked via /bymax-pr:babysit-pr.

Plugin manifests1

plugins/bymax-pr/.claude-plugin/plugin.json
{
  "name": "bymax-pr",
  "description": "The PR lifecycle, powered by the `gh` CLI. /bymax-pr:push ships work safely: branch (never the default branch) → stage → complete Conventional-Commits message → push, with an explicit `pr` opt-in that opens a fully-described PR (Summary / Changes / How to verify). /bymax-pr:babysit-pr autonomously shepherds an open PR to merge-readiness: resolves merge conflicts, polls CI at a cadence matched to the CI's real duration (270 s floor), classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments (4-tier), and notifies you when the PR is green. Never merges, never pushes to the base branch, never force-pushes. A built-in preflight verifies the gh CLI is installed and authenticated. Depends on `gh` + `git` but never bundles them.",
  "version": "1.3.1",
  "author": {
    "name": "Bymax One",
    "email": "[email protected]",
    "url": "https://github.com/bymaxone"
  },
  "license": "MIT",
  "homepage": "https://github.com/bymaxone/bymax-agent-kit/tree/main/plugins/bymax-pr",
  "keywords": [
    "pull-request",
    "pr",
    "ci",
    "github",
    "gh-cli",
    "automation",
    "code-review",
    "merge"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bymax-pr on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-pr)