GitHub PR Reviewer Template
A production-ready GitHub PR review bot template with AI capabilities for automated code review and suggestions.
Features
- GitHub Apps integration
- Probot framework
- AI code review
- Automated suggestions
- Custom review rules
- PR status checks
- TypeScript
- Webhook handling
Getting Started
Prerequisites
- GitHub account
- Node.js 20 or later
- Bun package manager
Installation
bun create magicword-app my-pr-reviewer --template github-pr
cd my-pr-reviewer
bun install
Development
bun dev