OpenGitClaw – The autonomous GitHub agent that maintains your repos while you sleep
🦞 OpenGitClaw — The Autonomous GitHub Agent That Actually Maintains Your Repos Let AI review PRs, fix bugs, write tests, update docs, upgrade dependencies, triage issues and generate changelogs — ...

Source: DEV Community
🦞 OpenGitClaw — The Autonomous GitHub Agent That Actually Maintains Your Repos Let AI review PRs, fix bugs, write tests, update docs, upgrade dependencies, triage issues and generate changelogs — while you sleep. Built for developers and teams who are tired of manual repo chores. GitHub repo: github.com/OmegaCore-Labs/open-gitclaw MIT license. Free forever. One-Command Start bash git clone https://github.com/OmegaCore-Labs/open-gitclaw.git cd open-gitclaw uv sync # or pip install -r requirements.txt docker compose up --build Then: Create GitHub App from manifest.yml Fill .env from .env.example Install app on your repos → OpenGitClaw starts watching and working immediately What It Does (Automatically) Reviews every PR with full repo context and dependency graph Generates & applies safe code fixes → opens fix PRs Detects high-risk changes and prioritizes them (predictive ML scoring) Adds missing tests in isolated Docker sandbox Keeps README, docs, diagrams up-to-date Safely upgrades