L3 Simulator: agent orchestrator over GH issues L3 Simulator is an open-source tool that orchestrates AI coding agents over GitHub issues, allowing developers to label issues for automated planning, coding, and PR creation while retaining human review and merge control. The tool uses GitHub labels as its source of truth and supports multi-repo dependencies, plan approval workflows, and automated retries on failure. Have you ever wanted a tireless junior engineer who never sleeps or doom-scrolls? L3 Simulator orchestrates AI coding agents over your GitHub issues: label an issue ready and your synthetic L3 claims it, optionally writes up a plan, dispatches a coding agent Claude Code or Codex in an isolated git worktree, opens a PR, and babysits it through CI failures, review comments, and merge conflicts. In the meantime you go do something befitting your seniority. L3 Simulator never merges anything. You are still responsible for code review and merging. The gh wrapper hard-rejects merge commands, agents are denied gh and git push , and CI greps for regressions. Your L3s can open all the PRs they like, but shipping is above their pay grade. - Node = 22 authenticated gh gh auth login claude Claude Code and/or codex CLI installed- A local clone of the repo you want to orchestrate Install the CLI globally from npm: npm install -g l3-simulator This puts an l3-simulator command on your PATH. Prefer not to install globally? npx l3-simulator