-
Notifications
You must be signed in to change notification settings - Fork 0
Add CodeRabbit AI and encourage pre-submission AI reviews #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -87,6 +87,7 @@ For commits where AI provides partial assistance, consider using more specific l | |||||||||||||
| Assisted by [Claude Code](https://claude.ai/code) | ||||||||||||||
| Assisted by [Cursor](https://cursor.com) | ||||||||||||||
| Reviewed with [GitHub Copilot](https://github.com/features/copilot) | ||||||||||||||
| Reviewed with [CodeRabbit AI](https://www.coderabbit.ai) | ||||||||||||||
| ``` | ||||||||||||||
|
|
||||||||||||||
| ## Example Commit Messages | ||||||||||||||
|
|
@@ -282,6 +283,15 @@ echo "AI attribution will now be validated in commits" | |||||||||||||
| - Verify that tests are included for AI-generated functionality | ||||||||||||||
| - Check that AI-generated documentation is accurate and complete | ||||||||||||||
|
|
||||||||||||||
| > **Note:** | ||||||||||||||
| > Developers are strongly encouraged to install and use available AI-powered | ||||||||||||||
| > review tools, such as [GitHub Copilot | ||||||||||||||
| > Review](https://docs.github.com/en/copilot/copilot-review/about-github-copilot-review) | ||||||||||||||
| > and [CodeRabbit AI Review](https://coderabbit.ai/), before submitting pull | ||||||||||||||
|
Comment on lines
+286
to
+290
|
||||||||||||||
| > requests. Running these tools locally provides early automated feedback on code | ||||||||||||||
| > quality, security, and style—enabling you to address issues proactively prior to | ||||||||||||||
| > sharing your changes with the team for review. | ||||||||||||||
|
Comment on lines
+291
to
+293
|
||||||||||||||
| > requests. Running these tools locally provides early automated feedback on code | |
| > quality, security, and style—enabling you to address issues proactively prior to | |
| > sharing your changes with the team for review. | |
| > requests. Using these tools provides early automated feedback on code quality, | |
| > security, and style—enabling you to address issues proactively prior to sharing | |
| > your changes with the team for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URL format for CodeRabbit AI is inconsistent with the one used in the best practices note below (line 290). Line 90 uses 'https://www.coderabbit.ai' while line 290 uses 'https://coderabbit.ai/'. These should be standardized to use the same URL throughout the document.