github-issue
GitHub Issues ๐ AI Agent
Open source Open in the app JSON README (API)
About
GitHub Issues ๐ AI Agent
Details
- Kind
- Plugins
- Topic
- Version control
- Publisher
- enola-dev
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Stars
- 5
- Forks
- 1
- Last push
- 2025-09-14T09:44:30Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
enola-dev/github-issue-agent
README
# GitHub Issues ๐ AI Agent
This AI Agent will find relevant GitHub issues for error messages; like this:
(You ask AI to run some command which fails:)
error: ...
(You ๐ค analyze, and conclude that it's an "upstream problem".)
/issue
The Agent will now:
1. Find a relevant GitHub repo
1. Search its issues for something related to the error
1. If nothing found, propose text for creating one;
it can directly do so - after you confirm
## โ Gemini CLI
Create a [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new) (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_...`. Now install:
gemini extensions install https://github.com/enola-dev/github-issue-agent
After you start `gemini` (as usual), use the new `/issue` command, as above.
## ๐ฉโโ๏ธ Copilot
Blocked by https://github.com/github/github-mcp-server/issues/1084.
## ๐ต๐พโโ๏ธ Enola
**TODO** _Pending https://github.com/enola-dev/enola/issues/1733, THEN update, similarly to https://github.com/enola-dev/git-commit-message-agent ..._ (Maybe using a template?)