From aaddda87aa6aaecae2e4af99f0b726082e7715fd Mon Sep 17 00:00:00 2001 From: Gautam Korlam Date: Tue, 20 Jan 2026 03:07:41 -0800 Subject: [PATCH 1/2] Update README.md --- profile/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profile/README.md b/profile/README.md index ae7d081..0f2fe1c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,20 +4,20 @@ -# Free AI Code Review That Actually Fixes Code +# AI code review that fixes your code automatically — not just comments on it -[Gitar](https://gitar.ai) is free AI code review that doesn't just comment - it fixes your code and validates every change against CI. +[Gitar](https://gitar.ai) is AI code review that doesn't just comment - it fixes your code and validates every change against CI. ## What makes Gitar different - **Actually fixes code** - not just suggestions you have to implement - **Full codebase context** - catches subtle bugs other tools miss - **CI validation** - every fix is validated against your pipeline -- **Free forever** - unlimited repos, no credit card required +- **Run Automations** - automate workflows between PRs and linear, jira, slack and more ## Getting started -1. **Install** - [Add Gitar](https://go.gitar.ai/free-ai-review) to your repositories +1. **Install** - [Add Gitar](https://go.gitar.ai/install) to your repositories 2. **Review** - Gitar automatically reviews your pull requests 3. **Fix** - comment `@gitar-bot fix` to apply suggested changes From fe4e084a6819a43c1fabfb902c44f90738aa8489 Mon Sep 17 00:00:00 2001 From: Gautam Korlam Date: Tue, 20 Jan 2026 03:15:27 -0800 Subject: [PATCH 2/2] Update README title for clarity Removed 'not just comments on it' from the title. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 0f2fe1c..28df974 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,7 +4,7 @@ -# AI code review that fixes your code automatically — not just comments on it +# AI code review that fixes your code automatically [Gitar](https://gitar.ai) is AI code review that doesn't just comment - it fixes your code and validates every change against CI.