From 3411aa494b027bd517a4fb28a11947f6eb68c112 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 4 Nov 2024 11:07:28 +0100 Subject: [PATCH 1/2] docs: added CodeRabbit resources --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebcb0c..b897081 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,63 @@ -# awesome-coderabbit -A single repo to share your coderabbit config's, path instructions for various languages etc +# Awesome CodeRabbit [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) + +[CodeRabbit](https://www.coderabbit.ai) is an AI-powered code review tool that helps development teams improve code quality and accelerate the review process. It integrates with popular version control platforms and provides intelligent feedback on code changes. + +This curated list covers the best resources, tutorials, and community content related to CodeRabbit! 🐰 + +## Contents + +- [Official Resources](#official-resources) +- [Getting Started](#getting-started) +- [Integration Guides](#integration-guides) +- [Media Coverage](#media-coverage) +- [Video Tutorials](#video-tutorials) +- [Tools and Extensions](#tools-and-extensions) +- [Community Reviews](#community-reviews) + +## Official Resources + +- [Official Website](https://www.coderabbit.ai) - CodeRabbit's main website with product information and features. +- [Documentation](https://docs.coderabbit.ai) - Comprehensive docs covering all aspects of CodeRabbit. +- [Blog](https://www.coderabbit.ai/blog) - Official blog featuring updates, tutorials, and best practices. +- [FAQ](https://www.coderabbit.ai/faq) - Frequently asked questions about CodeRabbit. +- [GitHub Repository](https://github.com/coderabbitai/ai-pr-reviewer) - Official AI PR Reviewer repository. +- [LinkedIn](https://www.linkedin.com/company/coderabbitai/) - Official LinkedIn presence. +- [Twitter](https://x.com/coderabbitai) - Official Twitter/X account. +- [YouTube Channel](https://www.youtube.com/@CodeRabbitAI) - Official YouTube channel with tutorials and updates. + +## Getting Started + +- [Getting Started with CodeRabbit](https://www.youtube.com/watch?v=3SyUOSebG7E) - A video guide on getting started. +- [CodeRabbit Startup Program](https://www.coderabbit.ai/blog/coderabbit-startup-program) - Special program for startups. +- [AI Code Reviewer Examples](https://www.coderabbit.ai/blog/how-to-use-an-ai-code-reviewer-on-github-in-4-examples) - Four practical examples of using CodeRabbit. + +## Integration Guides + +- [Azure DevOps Integration](https://www.coderabbit.ai/blog/getting-started-with-coderabbit-using-azure-devops) - Guide for integrating with Azure DevOps. +- [CI/CD Pipeline Integration](https://www.coderabbit.ai/blog/how-to-run-static-analysis-on-your-ci-cd-pipelines-using-ai) - Adding AI-powered static analysis to CI/CD pipelines. +- [Linear Board Integration](https://www.coderabbit.ai/blog/how-to-use-coderabbit-to-validate-issues-against-linear-board) - Guide for Linear board integration. +- [DevOps Pipeline Integration](https://www.coderabbit.ai/blog/how-to-integrate-ai-code-review-into-your-devops-pipeline) - Comprehensive DevOps integration guide. + +## Media Coverage + +- [TechCrunch Coverage](https://techcrunch.com/2024/08/15/coderabbit-raises-16m-to-bring-ai-to-code-reviews/) - TechCrunch article on CodeRabbit's $16M funding. +- [Silicon Angle Feature](https://siliconangle.com/2024/08/14/ai-code-review-startup-coderabbit-raises-16m-help-developers-debug-code-faster/) - Coverage of CodeRabbit's funding and mission. + +## Video Tutorials + +- [Getting Started Tutorial](https://www.youtube.com/watch?v=3SyUOSebG7E) - Official step-by-step guide for new users. + +## Tools and Extensions + +- [AI PR Reviewer](https://github.com/coderabbitai/ai-pr-reviewer) - Official AI-powered pull request reviewer tool + +## Community Reviews + +- [G2 Reviews](https://www.g2.com/products/coderabbit/reviews) - Verified user reviews and ratings +- [Developer Testimonials](https://tomaszs2.medium.com/ai-code-review-tool-coderabbit-replaces-me-and-i-like-it-b1350a9cda58) - Real-world experiences with CodeRabbit + +## Best Practices + +- [Static Analysis in CI/CD](https://www.coderabbit.ai/blog/how-to-run-static-analysis-on-your-ci-cd-pipelines-using-ai) - Best practices for implementing static analysis +- [DevOps Integration Patterns](https://www.coderabbit.ai/blog/how-to-integrate-ai-code-review-into-your-devops-pipeline) - Recommended patterns for DevOps integration +- [Issue Validation Workflows](https://www.coderabbit.ai/blog/how-to-use-coderabbit-to-validate-issues-against-linear-board) - Best practices for issue validation From 15ffdd068c51411f66666b33a17f214751eff655 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 4 Nov 2024 13:46:36 +0100 Subject: [PATCH 2/2] docs: added examples projects using CodeRabbit --- README.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b897081..8157b62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [CodeRabbit](https://www.coderabbit.ai) is an AI-powered code review tool that helps development teams improve code quality and accelerate the review process. It integrates with popular version control platforms and provides intelligent feedback on code changes. -This curated list covers the best resources, tutorials, and community content related to CodeRabbit! 🐰 +This curated list covers the best resources, tutorials, and community content related to CodeRabbit 🐰 ## Contents @@ -13,6 +13,7 @@ This curated list covers the best resources, tutorials, and community content re - [Video Tutorials](#video-tutorials) - [Tools and Extensions](#tools-and-extensions) - [Community Reviews](#community-reviews) +- [Projects Using CodeRabbit](#projects-using-coderabbit) ## Official Resources @@ -38,15 +39,16 @@ This curated list covers the best resources, tutorials, and community content re - [Linear Board Integration](https://www.coderabbit.ai/blog/how-to-use-coderabbit-to-validate-issues-against-linear-board) - Guide for Linear board integration. - [DevOps Pipeline Integration](https://www.coderabbit.ai/blog/how-to-integrate-ai-code-review-into-your-devops-pipeline) - Comprehensive DevOps integration guide. +## Video Tutorials + +- [Getting Started Tutorial](https://www.youtube.com/watch?v=3SyUOSebG7E) - Official step-by-step guide for new users. + + ## Media Coverage - [TechCrunch Coverage](https://techcrunch.com/2024/08/15/coderabbit-raises-16m-to-bring-ai-to-code-reviews/) - TechCrunch article on CodeRabbit's $16M funding. - [Silicon Angle Feature](https://siliconangle.com/2024/08/14/ai-code-review-startup-coderabbit-raises-16m-help-developers-debug-code-faster/) - Coverage of CodeRabbit's funding and mission. -## Video Tutorials - -- [Getting Started Tutorial](https://www.youtube.com/watch?v=3SyUOSebG7E) - Official step-by-step guide for new users. - ## Tools and Extensions - [AI PR Reviewer](https://github.com/coderabbitai/ai-pr-reviewer) - Official AI-powered pull request reviewer tool @@ -61,3 +63,21 @@ This curated list covers the best resources, tutorials, and community content re - [Static Analysis in CI/CD](https://www.coderabbit.ai/blog/how-to-run-static-analysis-on-your-ci-cd-pipelines-using-ai) - Best practices for implementing static analysis - [DevOps Integration Patterns](https://www.coderabbit.ai/blog/how-to-integrate-ai-code-review-into-your-devops-pipeline) - Recommended patterns for DevOps integration - [Issue Validation Workflows](https://www.coderabbit.ai/blog/how-to-use-coderabbit-to-validate-issues-against-linear-board) - Best practices for issue validation + +## Projects Using CodeRabbit + +> Here is a list of some of the open-source projects using CodeRabbit for AI-powered code reviews. + +- [Appsmith](https://github.com/appsmithorg/appsmith) - Low-code platform for building internal tools [Example Review](https://github.com/appsmithorg/appsmith/pull/37200) +- [Crowd.dev](https://github.com/CrowdDotDev/crowd.dev) - Open-source developer community platform [Example Review](https://github.com/CrowdDotDev/crowd.dev/pull/2671) +- [Documenso](https://github.com/documenso/documenso) - Open-source DocuSign alternative [Example Review](https://github.com/documenso/documenso/pull/1436) +- [Formbricks](https://github.com/formbricks/formbricks) - Open-source survey & experience management solution [Example Review](https://github.com/formbricks/formbricks/pull/4229) +- [Neon](https://github.com/neondatabase/neon) - Serverless Postgres database platform [Example Review](https://github.com/neondatabase/neon/pull/9100) +- [NextUI](https://github.com/nextui-org/nextui) - Beautiful, fast, and modern React UI library [Example Review](https://github.com/nextui-org/nextui/pull/3680) +- [Novu](https://github.com/novuhq/novu) - Open-source notification infrastructure [Example Review](https://github.com/novuhq/novu/pull/5401) +- [OpenObserve](https://github.com/openobserve/openobserve) - A cloud-native observability platform [Example Review](https://github.com/openobserve/openobserve/pull/4865) +- [Permify](https://github.com/Permify/permify) - Authorization service & policy engine [Example Review](https://github.com/Permify/permify/pull/1754) +- [Pipedream](https://github.com/PipedreamHQ/pipedream) - Connect APIs, remarkably fast [Example Review](https://github.com/PipedreamHQ/pipedream/pull/14498) +- [Plane](https://github.com/makeplane/plane) - Open-source project management tool [Example Review](https://github.com/makeplane/plane/pull/5933) +- [Unkey](https://github.com/unkeyed/unkey) - API key management solution [Example Review](https://github.com/unkeyed/unkey/pull/2639) +- [UploadThing](https://github.com/pingdotgg/uploadthing) - File upload solution for modern web [Example Review](https://github.com/pingdotgg/uploadthing/pull/1038)