Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sourcery-ai/sourcery
Instant AI code reviews to speed up your pull requests
https://github.com/sourcery-ai/sourcery
ai code-quality code-review-bot code-reviews python refactoring software-development
Last synced: 29 days ago
JSON representation
Instant AI code reviews to speed up your pull requests
- Host: GitHub
- URL: https://github.com/sourcery-ai/sourcery
- Owner: sourcery-ai
- License: mit
- Created: 2019-07-15T12:25:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:10:34.000Z (7 months ago)
- Last Synced: 2024-04-12T12:06:32.357Z (7 months ago)
- Topics: ai, code-quality, code-review-bot, code-reviews, python, refactoring, software-development
- Homepage: https://sourcery.ai
- Size: 3.49 MB
- Stars: 1,475
- Watchers: 17
- Forks: 55
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - sourcery-ai/sourcery
README
[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)
## Sourcery - Instant AI Code Reviews
Sourcery is here to help you:
- Speed up your code review process
- Improve your code quality and ensure high quality code
- Spend less time on reviews
- Accelerate development velocity## What is Sourcery
Sourcery is an automated code reviewer that will review any pull request on any GitHub repository to provide instant feedback on the proposed changes.
Every review will include a summary of the changes, high level feedback, and line by line suggestions/comments (where relevant).
Our goal is to provide you with the type of code review you would expect to get from a colleague. We're not there yet, but we're continually working to get our reviews closer to that point.
## Getting Started
[Add Sourcery](https://github.com/apps/sourcery-ai/installations/new) to any repo to start seeing reviews on your new pull requests.Sourcery is completely free to use for public repos/open source projects.
For private repos you can try Sourcery for free for 14 days, but need a [Team or Pro plan](https://docs.sourcery.ai/Product/Plans/) after your trial ends.
## Privacy & Security
We use both OpenAI and Anthropic LLMs to provide pieces of our code reviews. Because of this, we need to send them sections of your code (typically the diff of the PR).However, none of your code is stored by us or by any third party for more than 30 days and none of your code is used to train any AI models.
## IDE Coding Assistant
In addition to code reviews, you can use Sourcery as an automated pair programmer in your IDE.
Sourcery can help you:
- Understand existing code (whether you wrote it yesterday or someone else wrote it years ago)
- Add unit tests and docstrings to your code
- Optimize code for readability or performance
- Improve your code quality with instant suggestionsFind quick installation instructions here:
- [PyCharm](https://docs.sourcery.ai/Guides/Getting-Started/PyCharm/)
- [VS Code](https://docs.sourcery.ai/Guides/Getting-Started/VSCode/)
- [Sublime](https://docs.sourcery.ai/Guides/Getting-Started/Sublime/)
- [Vim](https://docs.sourcery.ai/Guides/Getting-Started/Vim/)More editor integrations coming soon.
## Feedback
We're always trying to learn how we can make Sourcery better. Let us know any thoughts you have by emailing [email protected]
## **Links**
- [Sourcery website](https://sourcery.ai/)
- [VS Code Plugin](https://marketplace.visualstudio.com/items?itemName=sourcery.sourcery&ssr=false#overview)
- [PyCharm Plugin](https://plugins.jetbrains.com/plugin/12631-sourcery)## Badges
Let the world know your project is using Sourcery to refactor with this badge:[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)
Copy the code below into your README to display your Sourcery badge:
[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)