AutoPR
About
AutoPR, created in early 2023 by irgolic, was among the first bots to autonomously generate pull requests in response to GitHub issues: adding a label containing 'AutoPR' triggered a pipeline that drafted a plan, wrote the code, and opened a pull request, all built on the Guardrails library for structured LLM output. Its author has been candid that it worked about 20% of the time, with known failure modes including incorrect code references and calls to nonexistent functions, and support never extended beyond GitHub. The repository was archived on March 5, 2026 and is preserved read-only as a piece of agent history from the early ChatGPT-era. Its historical value lies in documenting how autonomous PR generation worked before dedicated harnesses matured, and its limitations (duplicated lines, nonexistent function calls) illustrate why later systems added verification layers.