Welcome to oh-my-pr

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.

Open Source (MIT) Runs Locally Claude Code & OpenAI Codex Node.js 22+

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.

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.

1.

Watch Repositories

Add any GitHub repository. oh-my-pr polls for open PRs and new review activity.

2.

Sync Reviews

Review comments, inline feedback, and threaded conversations are captured and stored locally.

3.

Triage Feedback

Feedback is classified into blocking, suggestions, and nitpicks for prioritized action.

4.

Dispatch Agents

Local AI agents work in isolated git worktrees to fix issues without touching your active checkout.

5.

Resolve Conflicts

Automated merge handling keeps agent branches clean before fixes are pushed back upstream.

6.

Commit & Push

Validated fixes are committed and pushed back to the PR branch automatically.

Explore