Clawpatch is an automated code review tool designed to analyze codebases by mapping them into semantic feature slices and reviewing these for bugs and quality issues. The tool records explicit fix attempts and validates them, providing a structured approach to identifying and addressing code problems. It is intended for developers seeking to enhance the quality and maintainability of their projects through automated analysis and patching.
The platform operates by transforming a repository into semantic work units, such as package bins, scripts, routes, commands, and configuration files. It uses a provider—currently the local Codex CLI—to review each bounded context, persisting findings for audit and follow-up. Unlike traditional file-based scanners, Clawpatch organizes reviews around feature records, which include entrypoints, owned files, related tests, and trust boundaries. Each finding generated contains details on severity, confidence, supporting evidence, and recommendations for remediation.
Clawpatch offers several core commands: initializing a project, mapping semantic features, reviewing code, generating findings reports, applying explicit fixes, and revalidating issues after changes. Findings are categorized by type (such as bug, security, performance, documentation gap, test gap, or maintainability), severity, and confidence level. clawpatch directory for auditability and resume support.
Automated patching is performed through an explicit fix loop, where each attempted repair undergoes validation steps such as formatting, type checking, linting, and running tests if configured. The tool enforces safety features like requiring a clean worktree before applying fixes, never making implicit changes or commits, and maintaining an audit trail so that code remains under the user's control. js, Python, Flask, FastAPI, Go, Rust, and SwiftPM, and can be customized through its configuration files. Installation is available via npm, pnpm, or from source, and the tool is delivered as a command-line interface.
In the Code review & quality 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. It runs on the command line.
It is developed by Clawpatch, and the product first shipped in 2026. Development happens publicly on GitHub with 761 stars and 452 commits in the last 90 days. Key capabilities include automated code review, semantic analysis, and automated patching.
Latest indexed changes and source events
Other apps tracked under the same category.