Clawpatch is an automated code review tool for analyzing codebases, recording findings, and applying explicit fixes with validation. It maps a repository into semantic feature slices rather than reviewing files in isolation, and it keeps the resulting findings available for audit and follow-up.
Its review model uses feature records with entrypoints, owned files, nearby tests, and trust boundaries. Findings include severity, confidence, evidence, and a recommendation, and the supported categories listed in the documentation are bug, security, performance, docs-gap, test-gap, and maintainability. The tool also records explicit fix attempts and rechecks findings after changes. Patching runs through an explicit fix loop, and validation results are recorded for each patch attempt.
Clawpatch includes commands for initializing a project, mapping semantic features, reviewing code, generating a report, applying a fix for a specific finding, revalidating a finding, checking project state, and checking the environment setup. It produces Markdown reports and JSON state, and its state is persisted in a .clawpatch/ directory so runs, feature state, findings, and patch attempts can be resumed. The default provider uses the local Codex CLI, and the documentation says it uses strict JSON schemas around provider results.
The tool is delivered as a command-line interface and can be installed with npm, pnpm, or from source. The setup text names Node.js 22+, Git 2.x, and the local Codex CLI as requirements. The documentation also states that Clawpatch auto-detects Node.js, TypeScript, Next.js, Python, Flask, FastAPI, Go, Rust/Cargo, SwiftPM, and common build tools. The source text names GitHub and shows a repository at https://github.com/openclaw/clawpatch.git.
In the AI code review space, Clawpatch takes a focused approach. It focuses on automating code review and patching to improve code quality and reduce manual review effort. It is built as an open-source project for software developers and engineering teams. Clawpatch is open source under the MIT license. Clawpatch is available on the command line.
Clawpatch builds and maintains Clawpatch, and it first shipped in 2026. The project is developed in the open on GitHub with 761 stars and 452 commits in the last 90 days. Among its 6 catalogued features are automated code review, semantic analysis, and automated patching.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do