Skip to content

jared-dickman/review-forge

Repository files navigation

Review Forge Welcome Page!

Turning code review into developer joy

Configure the app

  • create a .env file in the root of the project
    • create a github access token
      • add OCTOKIT_SECRET_KEY=PUT_TOKEN_HERE to the .env file
    • create an openai account and retrieve two keys one for Org and one for Project
    • add those to .env file as OPENAI_ORG_KEY and OPENAI_PROJECT_KEY

Running the app

  • Start the Frontend
    • open a terminal running node 20+
    • npm i && npm run dev

- Start the Backend - open a terminal running node 20+ - cd src/served && npm i && npx tsc && node dist/app.js

Screenshots

Easier review with Improved File Order image
Diffs the files in order with Generated Comments image
Gain insigshts into different categories
Prediction Insights image
Summary Insights image
Issue Insights image
Testing Insights image
Performance Insights image
Custom Insights image image

About

Crafting better code reviews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published