From 0ae77867b4df8c0422b9a0eb7b8e3b9f78ed5b08 Mon Sep 17 00:00:00 2001 From: kite Date: Sat, 6 Jun 2026 15:55:57 +0800 Subject: [PATCH 1/2] Add Open Code Review to Tools section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fc6637a..7adab12 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ Code review is the systematic examination (sometimes referred to as peer review) - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser. - [LGTM](https://lgtm.com) Automated Git code review for GitHub and Bitbucket pull requests for finding security vulnerabilities and code quality issues. +- [Open Code Review](https://github.com/alibaba/open-code-review) Hybrid architecture code review tool combining deterministic pipelines with LLM Agent for precise line-level comments. - [Phabricator](https://www.phacility.com/phabricator/) Open source git/mercurial/svn code review tool originating out of Facebook. - [PullNotifier](https://www.pullnotifier.com/) Improve pull request visibility and overall productivity for dev teams using Github and Slack. - [PullRequest](https://www.pullrequest.com/) Code review as a service for GitHub pull requests. From 3960b1ff4344d14d49ed7d2517582b196d1a8a38 Mon Sep 17 00:00:00 2001 From: kite Date: Sat, 6 Jun 2026 16:01:55 +0800 Subject: [PATCH 2/2] Emphasize free and open source --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7adab12..8c65ade 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,7 @@ Code review is the systematic examination (sometimes referred to as peer review) - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser. - [LGTM](https://lgtm.com) Automated Git code review for GitHub and Bitbucket pull requests for finding security vulnerabilities and code quality issues. -- [Open Code Review](https://github.com/alibaba/open-code-review) Hybrid architecture code review tool combining deterministic pipelines with LLM Agent for precise line-level comments. +- [Open Code Review](https://github.com/alibaba/open-code-review) Free and open source code review tool combining deterministic pipelines with LLM Agent for precise line-level comments. - [Phabricator](https://www.phacility.com/phabricator/) Open source git/mercurial/svn code review tool originating out of Facebook. - [PullNotifier](https://www.pullnotifier.com/) Improve pull request visibility and overall productivity for dev teams using Github and Slack. - [PullRequest](https://www.pullrequest.com/) Code review as a service for GitHub pull requests.