Skip to content

ci: add opt-in AI PR reviewer triggered by /ai-review comment#16543

Open
paulpopus wants to merge 1 commit intomainfrom
ci/add-ai-reviewer-command
Open

ci: add opt-in AI PR reviewer triggered by /ai-review comment#16543
paulpopus wants to merge 1 commit intomainfrom
ci/add-ai-reviewer-command

Conversation

@paulpopus
Copy link
Copy Markdown
Contributor

Summary

  • Adds a /ai-review slash command that org members and collaborators can post on any PR to request an AI-generated code review
  • Implemented as a custom TypeScript GitHub Action (.github/actions/ai-reviewer/) compiled to dist/index.js
  • Uses Claude Sonnet 4.6 via Anthropic tool use to produce a structured review — inline file/line comments plus a summary — posted as a formal GitHub PR review
  • Reviewer prompt lives in .github/ai-reviewer-prompt.md so maintainers can tune focus without touching code
  • Prompt caching enabled; updating the prompt file automatically invalidates the cache

@paulpopus paulpopus requested a review from denolfe as a code owner May 8, 2026 03:45
@paulpopus paulpopus changed the title feat(ci): add opt-in AI PR reviewer triggered by /ai-review comment ci: add opt-in AI PR reviewer triggered by /ai-review comment May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant