Skip to main content

Useful classes extending langchain library

Project description

AI code reviewer

AI tool for automated code review. It is designed to review you code changes (for example before commit or creating pull request) for programming principles you specify. You have to provide coding principle you are interested in by populating .coding_principles folder in your repo and then GPT-4-Turbo model will check your changed files for these principles. The tool has CLI (similar to flake8).

Pricing warning:

ai_code_reviewer uses openai GPT-4-Turbo model for review which is quite expensive. You need to set up OPENAI account and will be charged there based on the model usage.

For example, checking single 100-lines long file with single 100-lines long principle will cost you around 0.03$.

To reduce price ai_code_reviewer reviews only changed files and ignores unchanged ones. But if the file is changed, all of its lines will be processed by reviewer, so be careful running ai_code_reviewer if your files are very long. Also, only .py files will be reviewed.

For example, if you are checking for 5 principles and have changed 20 files, each ai_code_reviewer run would cost around 3$

Plan your budget accordingly, developers of ai_code_reviewer are not responsible for your unexpected expenses.

Usage with command line

  1. Get your OPENAI_API_KEY from https://platform.openai.com/api-keys
  2. pip install ai_code_reviewer
  3. cd to you git repository dir
  4. Root of your repository should contain non-empty .coding_principles folder. Populate it with coding principles you want to check for during code review. You can copy principles from the library of ready to use coding principles or create your own by creating a new file with proper format.
  5. Run ai_code_reviewer:
    1. To check not committed changed files run in terminal OPENAI_API_KEY=sk-your-openai-key ai_code_reviewer
    2. To check you local code version compared to some specific repository revision (for example, before creating pull request): OPENAI_API_KEY=sk-your-openai-key ai_code_reviewer --compare_with origin/develop

Privacy

ai_code_reviewer does not collect or process your code. Your code will be directly uploaded to openai api using your api key. Check their privacy terms before using ai_code_reviewer with sensitive content.

Custom-principles

The idea of ai_code_reviewer is to be highly customisable and check only those principles you need. So if you have tried some ready-to-use principle, but it did not work for you (for example it does not review where you want it to review or otherwise, reviews code you consider good), we encourage you to modify principle file, fine-tuning it for your needs.

The principle is .yaml file consisting of following fields:

  1. principle_name
  2. principle_description - here describe what you want this reviewer to check.
  3. review_required_examples - provide examples when you want this reviewer to trigger
  4. review_not_required_examples - provide negative examples, when you do not want it to review

Contribution

If you like the project you could donate you time or money for its development. Sponsor button works and if you want to contribute your code, lets communicate via email dimitree54@gmail.com.

Development plan

  • CLI
  • Project structure understanding
  • GitHub pull request reviewer bot
  • GitLab merge request reviewer bot
  • PyCharm plugin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_code_reviewer-0.0.19.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

ai_code_reviewer-0.0.19-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file ai_code_reviewer-0.0.19.tar.gz.

File metadata

  • Download URL: ai_code_reviewer-0.0.19.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for ai_code_reviewer-0.0.19.tar.gz
Algorithm Hash digest
SHA256 5173d30b74274304f440441512059cec92f786ec95731b988ecb76f00ff3f22a
MD5 7d73ed17aca3b4794b545b35a47a39dd
BLAKE2b-256 64ee247be558da8c4698ff82ae7c7cde681eafe1d8d32a1e2ff45840a3716e68

See more details on using hashes here.

File details

Details for the file ai_code_reviewer-0.0.19-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_code_reviewer-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 5a3f40832609ec8ed1cc99b63113c6523beaad648ad36c0523f568efd7ba0fb1
MD5 5e0ed5b440d085a20655b2d6ed617ac9
BLAKE2b-256 ccd614f0be2a8e5d37d94ec5ffe36e6032651a9c60483b1687e952a81d499042

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page