From ba2b2e40bcc3baae5b170d55e5528341967999b7 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 25 Mar 2026 07:29:11 +0000 Subject: [PATCH] Add CodeHawk and changelog-gen to README - Add CodeHawk to PR agents section (#313) - Add changelog-gen to Documentation section (#225, corrected placement) Co-Authored-By: Claude Opus 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1d4cd6..f4b6253 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [MiniMax Code Review](https://github.com/tarmojussila/minimax-code-review) - AI-powered GitHub Pull Request code review using MiniMax models. - [claude-pr-reviewer](https://github.com/indoor47/claude-pr-reviewer) - GitHub Action + CLI that uses Claude AI to automatically review pull requests, post inline comments, and report token costs. Supports strictness levels (lenient/balanced/strict). Zero dependencies, Python 3.8+. - [Revieko](https://synqra.tech/revieko/) — Architecture drift radar for PRs: structural risk scoring and drift hotspots. +- [CodeHawk](https://codehawk.crossgen-ai.com) — GitHub App that installs in seconds and reviews pull requests automatically, posting inline comments on bugs, security vulnerabilities, and logic errors. ## App generators @@ -274,6 +275,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models. - [EkLine](https://ekline.io/) — Helps software teams create and maintain high-quality documentation with AI-powered quality checks, style guide enforcement, and automatic doc generation. - [Changenotes](https://changenotes.app) — AI-powered changelog generator. Connects to GitHub, auto-generates categorized changelogs from commits and PRs on every release. Free tier available, Pro $9/mo. +- [changelog-gen](https://github.com/indoor47/changelog-gen) — AI-powered changelog generator that converts git commits into human-readable release notes using Claude. ## Observability - [TraceRoot AI](https://traceroot.ai/) - An AI native observability tool that using AI agents to automatically fix your production bugs.