Docs
search Search documentation... Ctrl K
GitHub forum Community
auto_awesome Welcome to CodeFactory

The Autonomous PR Babysitter

CodeFactory watches your GitHub repositories, triages review feedback, and dispatches local AI agents to fix code — so you can focus on building, not babysitting pull requests.

check_circle Open Source (MIT) terminal Runs Locally smart_toy Claude Code & OpenAI Codex bolt Node.js 22+
info

CodeFactory 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 CodeFactory and start automating your PR workflow.

Installation

bash
# Clone and install
git clone https://github.com/yungookim/codefactory.git
cd codefactory
npm install
# Start the dashboard
npm run dev

How It Works

CodeFactory follows a six-step autonomous workflow to handle PR feedback end-to-end.

visibility

1. Watch Repositories

Add any GitHub repository. CodeFactory polls for open PRs and new review activity.

sync_alt

2. Sync Reviews

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

assignment_turned_in

3. Triage Feedback

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

smart_toy

4. Dispatch Agents

Local AI agents (Claude Code or OpenAI Codex) work in isolated git worktrees to fix issues.

call_merge

5. Resolve Conflicts

Automated merge conflict handling and rebase to keep branches clean.

publish

6. Commit & Push

Signed commits are pushed back to the PR branch automatically.

Explore