From 4af5fb109bb0c33dbe65a5f1b43eb9db3e8ab3ad Mon Sep 17 00:00:00 2001 From: Alex-yan Date: Fri, 22 May 2026 20:53:46 +0800 Subject: [PATCH 1/2] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d3917..9111207 100644 --- a/README.md +++ b/README.md @@ -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: From 4ed79436d2fbe822a68cba32aef8be5cc6f52286 Mon Sep 17 00:00:00 2001 From: Alex Yan Date: Sun, 24 May 2026 10:09:33 +0800 Subject: [PATCH 2/2] fix: add missing blank line before section heading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9111207..de4310f 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ Integrations that automatically review pull requests and suggest code fixes: - [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: