GitHub Issues ๐ AI Agent¶
This AI Agent will find a relevant GitHub issue e.g. for an error message in context, or can create one.
Gemini CLI¶
Create a GitHub Personal Access Token (PAT),
just for Public Repositories and simply do NOT Add Permission for anything - just a (basic) one;
then copy/paste it into your .gemini/.env
with GITHUB_PAT=github_pat_...
. Then install this:
gemini extensions install https://github.com/enola-dev/github-issue-agent
and now start gemini
as usual, and use the new /issue
command for this.
Enola¶
TODO Update, similarly to https://github.com/enola-dev/git-commit-message-agent … (Maybe using a template?)