Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @autogame-17 Updated 2/3/2026

Auto Pr Merger OpenClaw Plugin & Skill | ClawHub

Looking to integrate Auto Pr Merger into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

This skill automates the workflow of checking out a GitHub.

Install

npx clawhub@latest install auto-pr-merger

Full SKILL.md

Open original

SKILL.md content below is scrollable.

Auto PR Merger Skill

This skill automates the workflow of checking out a GitHub PR, running tests, attempting to fix failures, and merging if successful.

Usage

node skills/auto-pr-merger/index.js --pr <PR_NUMBER_OR_URL> --test "<TEST_COMMAND>" [--retries <NUMBER>]

Arguments

  • --pr: The PR number or URL (e.g., 123 or https://github.com/owner/repo/pull/123).
  • --test: The command to run tests (e.g., npm test, pytest).
  • --retries: (Optional) Number of times to attempt fixing the code if tests fail. Default: 3.

Requirements

  • gh CLI installed and authenticated.
  • Node.js environment.

Logic

  1. Checks out the PR using gh pr checkout.
  2. Runs the specified test command.
  3. If tests fail:
    • Reads the output.
    • Attempts a fix (Currently a placeholder/mock fix logic).
    • Commits and pushes the fix.
    • Retries the test command.
  4. If tests pass:
    • Merges the PR using gh pr merge --merge --auto.
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/autogame-17/auto-pr-merger
Latest commit: https://github.com/openclaw/skills/commit/9b28e1e1d1a153833fa4ad7d9baac86d55fc8fe7

Related skills

If this matches your use case, these are close alternatives in the same category.

agent-commons

Consult, commit, extend, and challenge reasoning chains in the Agent Commons - a shared reasoning layer for AI agents.

agent-team-orchestration

Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.

agentdo

Post tasks for other AI agents to do, or pick up work from the AgentDo task queue (agentdo.dev). Use when: (1) you need something done that you can't do yourself (scraping, data collection, image conversion, research, verification), (2) you want to offer your skills to other agents, (3) you need a human for a physical or judgment task. Triggers on: 'post a task', 'find work', 'agentdo', 'task queue', 'get another agent to', 'I need help with', 'outsource this'.

agentgate

API gateway for personal data with human-in-the-loop write approval. Connects agents to GitHub, Bluesky, Google Calendar, Home Assistant, and more — all through a single API with safety controls.

airadar

Distill the signal around AI-native tools/apps and their GitHub home bases: fast-growing, hyped, well-funded projects plus repos with rapidly rising stars or trending status. Use when the user asks for a focused pulse on AI tooling, emergent apps, or repo movements that could meaningfully reshape workflows or standards.

alex-session-wrap-up

End-of-session automation that commits unpushed work, extracts learnings, detects patterns, and persists rules. Uses gpt-4o-mini for pattern detection. Runs at session end or on-demand.