generated from espanso/espanso-external-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
68 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Code Review using AI | ||
|
||
This document tries to help developers regarding code reviews using AI. | ||
|
||
**A large amount of tools have been tested, those are the best** (ihmo). | ||
|
||
- [Code Review using AI](#code-review-using-ai) | ||
- [GitHub Action : PR-Agent (by Codium) - Free](#github-action--pr-agent-by-codium---free) | ||
- [App : CodeRabbit - 15$/mo](#app--coderabbit---15mo) | ||
|
||
## GitHub Action : PR-Agent (by Codium) - Free | ||
|
||
[PR Agent by Codium](https://github.com/Codium-ai/pr-agent) is the code reviewing tool we are using in this repository. | ||
|
||
It is connected to OpenAI and is able to review are code in a cool way. | ||
|
||
*Of course you need an OpenAI API key to make it work.* | ||
|
||
![PR Agent - Codium](../../images/code-review/code-review-pr-agent.png) | ||
|
||
> [PR-Agent Review Example here](https://github.com/alexsoyes/ai-driven-dev-community/pull/7) | ||
## App : CodeRabbit - 15$/mo | ||
|
||
![CodeRabbit](../../images/code-review/code-review-coderabbit.png) | ||
|
||
This tool impresses me so much. | ||
|
||
[CodeRabbit](https://coderabbit.ai/) has the advantage of always providing a suggestion that you can apply. | ||
|
||
> [CodeRabbit Review Example here](https://github.com/alexsoyes/ai-driven-dev-community/pull/7) |