An AI Agent "Tech-Lead" in a Github Repo
I love coding. I loathe project management.
- Opening and closing issues
- Updating PRs
- Keeping stakeholders updated in Slack
These things suck. What if we could make an AI do it?
- Commit to any branch other than main.
- An LLM will try to create a PR using your git commits.
- It will link that PR to a Github Issue if one matches.
- If your PR appears to address the issue, it will close it.
- It will open new issues if need-be.
- Clone this repo
- Enable Github Actions for the repo
- Set an OPENAI_API_KEY in your repo's settings
- Enjoy total coding agency