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.18.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

ai_code_reviewer-0.0.18-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ai_code_reviewer-0.0.18.tar.gz
  • Upload date:
  • Size: 9.9 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.18.tar.gz
Algorithm Hash digest
SHA256 06d01963fb8fd457149e252009e20086c57e89c4eb05604979f9f40abab986b2
MD5 b433389a230231ef1c6927b2cd3bec6f
BLAKE2b-256 1b048828f31e7b6761092d252f65003c91302a6f4e6cf95e1377e0f185af29f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ai_code_reviewer-0.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 96e6b965a02db10774cad6905e867a65beab1aac16f3136913e4ab8c616e283a
MD5 7a1223f44005951cf6466433011ce1f1
BLAKE2b-256 205acc9b2f1087ffb4b51637ac2e7e410e99af2a238730e2c01127d612977f48

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