AI-powered Pull Request Reviews for your GitHub repositories
Hack Review is a GitHub App designed to streamline your code review process. It automatically analyzes your pull requests using artificial intelligence to provide instant feedback on potential bugs, style inconsistencies, and other common issues, helping your team maintain high code quality and accelerate development cycles.
Follow these steps to integrate Hack Review with your GitHub workflow:
https://your-domain.com/webhook)..env file in the root directory and populate it with the following essential variables:
WEBHOOK_SECRET=
APP_ID=
API_KEY=
MODEL=
BOT_NAME= # For detecting mentions of the bot
detecting mentions of the bot
bot
hack-review.pem in the project's root directory.uv sync
python app.py
The core behavior of the AI reviewer is governed by a configurable system prompt. You can locate and modify this prompt within the data/System_Prompt.md file to fine-tune the AI's review style and focus.
We welcome contributions to Hack Review! If you'd like to help improve the project:
Screenshots of the Project