From 7c9b4c97b83d2c6763b8f1cc9ec716a5c56d815f Mon Sep 17 00:00:00 2001 From: CreativeCodingSolutions Date: Sun, 21 Jun 2026 04:29:11 +0000 Subject: [PATCH] Add PR Quality Analyzer to code review tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e829b5..f5e720f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ _Note: This list is not intended to compare tools; as maintainers of Kodus, we a - **[Cursor Bugbot](https://cursor.com/bugbot)** — AI-powered PR review that runs automatically to catch real bugs and security issues with a low false-positive rate. +- **[PR Quality Analyzer](https://creativecodingsolutions.github.io/pr-quality-analyzer/)** — Free web tool to analyze any GitHub pull request for quality metrics. Paste a PR URL and get an A-F score with detailed breakdown. No sign-up required. + ## Static Analysis & Linters _Traditional and AI-enhanced tools for enforcing code quality, style, and correctness._