Goal-Driven AI PR Reviewer
Version updated for https://github.com/markhuangai/ai-pr-reviewer to version v1.1.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AI PR Reviewer GitHub Action automates pull request reviews using Goal-driven, MCP-enabled JavaScript. It leverages a pre-installed Anthropic Claude Agent SDK to analyze code changes and suggest improvements based on user-defined prompts. The action runs isolated review sessions with automated compaction, read-only repository tools, and HTTP MCP servers. Reviewed findings are merged and deduplicated before posting as a single GitHub pull request review or written to the workflow run summary.
What’s Changed
What’s Changed
- Add read-only cross-repository reviews by @Z-M-Huang in https://github.com/markhuangai/ai-pr-reviewer/pull/11
- Add concise review comments and apply suggestions by @Z-M-Huang in https://github.com/markhuangai/ai-pr-reviewer/pull/12
Full Changelog: https://github.com/markhuangai/ai-pr-reviewer/compare/v1.0.1...v1.1.0