bymax-pr
πPluginbymaxone/bymax-claude-code
Installation
/plugin marketplace add bymaxone/bymax-claude-code/plugin install bymax-pr@bymax-claude-codeAutonomously shepherds an open PR to merge-readiness, powered by the gh CLI. /bymax-pr:babysit-pr resolves conflicts, polls CI every 270s, classifies failures as real vs flaky (re-running flaky checks), fixes real failures locally before pushing, triages bot review comments, and notifies you when the PR is green. Never merges, never pushes to the base branch. A built-in preflight verifies gh is installed and authenticated. Depends on gh + git; never bundles them.
Part of
bymaxone/bymax-claude-code
More from this repository7
Slash commands to boot the iOS Simulator (/bymax-mobile:sim-ios) and Android Emulator (/bymax-mobile:sim-android) for Expo / React Native projects. Auto-detects whether to reattach Metro (fast) or run a full rebuild + install (slow). Honors $BYMAX_SIM_IOS, $BYMAX_SIM_ANDROID, and $APP_VARIANT.
Production-ready Claude Code toolkit. 6 plugins: phased planning workflow (specβroadmapβphase-tasksβtask), strict quality gates (TDD + code-review + 7 specialist agents) for TypeScript & Rust, stack-aware project bootstrap, iOS/Android simulator boot, real-browser verification, and autonomous PR babysitting.
Scaffold new projects (Next.js, Expo/RN, Vite+React, Node) with strict TS, ESLint flat-config + security plugin, Prettier, .vscode (format-on-save), Husky + commitlint + lint-staged, and CLAUDE.md/AGENTS.md/README.md templates. Also upgrades existing projects non-destructively.
Quality gates: /bymax-quality:code-review (CRITICAL β LOW severity, blocks suppression comments), /bymax-quality:tdd (red-green-refactor), the multi-stack `tester` skill, seven specialist sub-agents (incl. a Rust reviewer), and two pre/post hooks (secret-scanner, console-log-scan).
Spec β Roadmap β Phase-Tasks β Task β a phased planning + execution workflow with explicit user-approval gates and JIRA-style task dashboards. Includes /bymax-workflow:brainstorm, /bymax-workflow:plan, /bymax-workflow:verify, /bymax-workflow:checkpoint, the universal /bymax-workflow:standards reference (with the Β§0 reuse-first simplicity ladder), and /bymax-workflow:autopilot β the loop-engineering executor that autonomously drives an approved roadmap to done, one merge-gated PR per phase.
Meta-plugin reference. Claude Code does not auto-install dependencies β install bymax-workflow, bymax-quality, bymax-bootstrap, bymax-mobile, bymax-web-verify, and bymax-pr individually for the full toolkit.
Real-browser verification powered by the agent-browser CLI (Vercel Labs). /bymax-web-verify:setup installs everything in one shot (CLI + Chrome) β ideal as a portable backup after a fresh macOS install. /bymax-web-verify:verify drives a live browser to confirm a web change works. A SessionStart hook offers to install the CLI when it's missing. Depends on agent-browser; never bundles it.