From 5d621d7e082851fc7e70703b3e545bebe316569f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 23 Jul 2025 17:20:37 +0300 Subject: [PATCH] Initial README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25518b8 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +# ivuorinen's CodeRabbit.ai Configuration Repository + +This repository contains my base CodeRabbit configuration that I use in my other repositories. + +To use it, create a `.coderabbit.yaml` file in the project root and add this: + +```yaml +remote_config: + url: "https://raw.githubusercontent.com/ivuorinen/coderabbit/refs/heads/main/.coderabbit.yaml" +``` + +This way the repository is always using the latest configuration. + +## Links + +- [Documentation](https://docs.coderabbit.ai) - Comprehensive docs covering all aspects of CodeRabbit. +- [GitHub Repository](https://github.com/coderabbitai/ai-pr-reviewer) - Official AI PR Reviewer repository. +- [YouTube Channel](https://www.youtube.com/@CodeRabbitAI) - Official YouTube channel with tutorials and updates. +- [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. +- [OpenAPI Documentation](https://api.coderabbit.ai/api/swagger/) - Complete Swagger documentation for CodeRabbit's REST API endpoints. +