The Autonomous PR Babysitter
oh-my-pr watches your GitHub repositories, triages review feedback, and dispatches local AI agents to fix code so you can focus on building instead of babysitting pull requests.
oh-my-pr runs entirely on your machine. Your code never leaves your environment. Get started in under 2 minutes with our quickstart guide.
Get Started
Everything you need to set up oh-my-pr and start automating your PR workflow.
Quickstart
Install oh-my-pr, connect a repository, and let the agents handle your first PR in minutes.
Configuration
Environment variables, storage options, database setup, and activity logging.
PR Babysitter
Autonomous monitoring, review sync, and feedback triage for your pull requests.
Agent Dispatch
How oh-my-pr dispatches Claude Code and OpenAI Codex agents in isolated worktrees.
Installation
# Install globally from npm
npm install -g oh-my-pr
# Start the dashboard
oh-my-pr
How It Works
oh-my-pr follows a six-step autonomous workflow to handle PR feedback end-to-end.
Watch Repositories
Add any GitHub repository. oh-my-pr polls for open PRs and new review activity.
Sync Reviews
Review comments, inline feedback, and threaded conversations are captured and stored locally.
Triage Feedback
Feedback is classified into blocking, suggestions, and nitpicks for prioritized action.
Dispatch Agents
Local AI agents work in isolated git worktrees to fix issues without touching your active checkout.
Resolve Conflicts
Automated merge handling keeps agent branches clean before fixes are pushed back upstream.
Commit & Push
Validated fixes are committed and pushed back to the PR branch automatically.