

ClawSweeper
#24 in AI Code Review & QAOpenclaw · 8× · last seen Jun 30, 2026
2
Momentum
ClawSweeper is an open-source maintenance bot by OpenClaw that automatically reviews issues and pull requests across OpenClaw repositories and proposes closures with reasoning attached. It runs on Codex using the GPT-5.5 model but operates conservatively: Codex has no write credentials during review, and closures are only proposed or applied when evidence is strong. The tool is MIT-licensed, runs via GitHub Actions/GitHub App, and is primarily used on OpenClaw's own repositories (openclaw/openclaw, openclaw/clawhub, openclaw/clawsweeper), though it can be self-hosted.
Momentum trend
19.05.17.08.
Features
| Base Model | OpenAI Codex with GPT-5.5 (high reasoning, fast service tier) |
| License | MIT License |
| Platform | GitHub Actions or GitHub App, self-hostable by forking the repo |
| Price | Free/open source (MIT); requires own paid OpenAI API key for Codex reviews at scale |
| Interface (IDE/CLI/Web) | GitHub comment interface (@clawsweeper commands) plus web dashboard |
| Supported Languages | Language-agnostic (operates at GitHub issue/PR level, primarily OpenClaw's TypeScript codebase) |