百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

AutoPR

> AI 编程
开源

AutoPR 根据问题自动编写拉取请求

1.4K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

AutoPR 根据问题自动编写拉取请求

What is this?

A vision of user experience I had in March of 2023, back when OpenAI had just launched its first "ChatGPT API".

As far as I am aware, AutoPR was the first bot to autonomously generate pull requests in response to issues. Like most demos back in the day, it worked about 20% of the time.

What inspired the initial weekend coding sprint was Guardrails, who were prompting LLMs to generate structured data with JSON Schemas, and reasking it when it did not adhere. This was a time before grammar-powered structured data generation.

Enjoy this brief glimpse into the past.

How did it work?

Triggered by adding a label containing AutoPR to an issue, AutoPR would:

  1. Plan a fix
  2. Write the code
  3. Push a branch
  4. Open a pull request

Examples

Well-written issues often lead to better results.

  • Create a dice rolling bot
  • Create a 'Tech Jargon Generator'
  • Create a user-friendly weather app
  • Write three programming interview challenges
  • Replace GPT2FastTokenizer with tiktoken

Limitations

This GitHub Action was in development, and in alpha release.

It still:

  • Incorrectly referenced code in other files
  • Duplicated lines
  • Called functions that don't exist
  • Only worked on GitHub (see #46)

Usage

Please see USAGE.md for more information.

Contributing

Please see CONTRIBUTING.md for more information.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonactionactionsaichatgpt

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类AI 编程
定价开源

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.