Skip to content

SCE-Development/pr-review-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Review Bot

LLM-powered PR reviewer that analyzes diffs for bugs, security issues, and bad practices.

Setup

pip install -r requirements.txt

Create .env:

GITHUB_TOKEN=ghp_xxx
OPENAI_API_KEY=sk-xxx
  • GITHUB_TOKEN: Use gh auth login and the script will use gh auth token.
  • OPENAI_API_KEY: OpenAI API key.

Local testing

Run against any existing PR (prints comments to stdout; no comments posted):

./test_review.sh owner/repo pr_number

Example:

./test_review.sh SCE-Development/sce-tv 70

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors