Automatically review a codebase and get a categorized list of potential bugs.
Have an AI agent attempt a fix for a specific finding in an isolated workspace.
Run automated code review across multiple languages before opening a pull request.
| openclaw/clawpatch | danilaa1/slot-text | zigabratun/umbrella-hwid-tool | |
|---|---|---|---|
| Stars | 412 | 421 | 426 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an AI provider CLI (Codex, Claude, Gemini, etc.) already configured.
Clawpatch is a TypeScript command-line tool that automates code review and bug fixing. Instead of reviewing an entire codebase at once, it first builds a map of the project by breaking it into logical sections called feature slices, groupings of related code such as authentication, storage, API routes, or test suites. It then sends each slice to an AI provider for review, collects the findings, and stores them locally. Once findings are recorded, the workflow becomes interactive. You can browse the list, mark items as false positives, and pick individual findings to attempt a fix. The fix step runs the AI provider in a mode where it can edit files in a separate working directory, applies suggested changes, then runs the project's own test and lint commands to validate the result. Crucially, clawpatch never commits, pushes, or opens a pull request automatically, a developer always reviews the changes manually before merging. It supports a wide range of project types including TypeScript, Python, Go, Java, Kotlin, Ruby, Rust, Swift, C and C++, and PHP. The default AI provider is the local Codex CLI, but it also supports Claude, Gemini, and other ACP-compatible coding agents through a pluggable provider interface.
A command-line tool that uses AI to review code, find bugs, and suggest fixes, but never auto-commits changes.
Mainly TypeScript. The stack also includes TypeScript, Node.js.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.