Add Issue AI Agent to PR & Code Review Bots

Open source GitHub Action that auto-classifies, labels, and replies
to issues using AI. Detects duplicates and handles follow-up comments.
Supports Claude, OpenAI, and OpenAI-compatible APIs (BYOK). MIT licensed.
This commit is contained in:
Alex-yan
2026-05-22 20:53:46 +08:00
parent c793879e39
commit 4af5fb109b
+1 -1
View File
@@ -285,7 +285,7 @@ Integrations that automatically review pull requests and suggest code fixes:
- [Grit](https://app.grit.io) — GitHub-integrated agent for automating maintenance tasks and other development work.
- [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed.
- [prpack-action](https://github.com/Lucas2944/prpack-action) — GitHub Action that runs prpack on every PR, uploads the packed markdown as an artifact, and posts a summary comment. MIT.
- [Issue AI Agent](https://github.com/alexyan0431/issue-ai-agent) — Open source GitHub Action that auto-classifies, labels, and replies to issues using AI. Detects duplicates and handles follow-up comments. Supports Claude, OpenAI, and OpenAI-compatible APIs (BYOK). MIT licensed.
### CI/CD & Testing Automation
Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: