pr-auto-mergerAutonomous PR merge agent. Scans repos for approved + CI-passing PRs and merges them automatically. Supports dry-run mode, squash/merge options, and min-appr...
Install via ClawdBot CLI:
clawdbot install lanxevo3/pr-auto-mergerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/owner/repo/pull/123Audited Apr 17, 2026 · audit v1.0
Generated May 24, 2026
A DevOps team configures the agent via GitHub Actions to run every morning, automatically merging approved and CI-passing PRs. This reduces manual overhead and keeps the main branch up-to-date without human intervention.
An open-source maintainer uses the agent to handle incoming PRs from contributors. With a minimum approval threshold of 2, it ensures quality while automating the merge of low-risk changes, freeing maintainers for higher-level tasks.
A SaaS company integrates the agent into their CI/CD pipeline to automatically merge hotfixes and feature PRs after passing all checks. This accelerates deployment cycles and reduces time-to-market for new features.
A fintech startup requires multiple approvals for every PR merged. The agent enforces a mandatory 2-approval minimum and uses squash merges to maintain a clean commit history, satisfying audit requirements.
A gaming studio schedules the agent to run every Friday evening, merging all approved feature PRs for the weekly release. This automates the release process and ensures all tested code is included.
Offer the PR Auto-Merge Agent as a free open-source tool, with paid consulting and support for enterprise teams needing custom integrations or SLA guarantees.
Provide a hosted version with a web dashboard, scheduling, and multi-repo management. Charge monthly per repository or per active user, targeting teams that want zero-config automation.
Package the agent as a premium plugin for CI/CD platforms like GitHub Actions Marketplace or GitLab. Offer a free tier with limited features and paid tiers for advanced options like custom approval rules and priority support.
💬 Integration Tip
Ensure your GitHub token has 'repo' scope and that the 'gh' CLI is authenticated. Start with --dry-run to preview merges before enabling automatic merging.
Scored May 24, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...