Language: 日本語English

mergify Plugin

Author
Mergify
Category
Development
Topics
Cloud, Deployment & CI/CD · Code Quality, Review & Testing · Project Management & Collaboration
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

mergify-cli is a command-line tool for driving the Mergify service from a terminal or CI pipeline, covering stacked pull requests, merge queue management, CI Insights test reporting, merge freezes, and configuration validation. According to the README, it ships as a single static binary with zero-config authentication (it reuses gh auth token) and runs on Linux, macOS, and Windows. It can be installed via Homebrew, an install script, or manual download, and updated with mergify self-update. It also provides AI Agent Skills, installable via npx skills add or as a Claude Code plugin, for use with Claude Code, Cursor, and other AI agents. The README documents its command groups, environment variables, and stable exit codes for scripting.

Overview

According to the Mergify homepage, Mergify is a merge queue platform that batches and tests pull requests together so the main branch stays green, built around four capabilities: Stacks (splitting large PRs into reviewable chains), CI Insights and Test Insights (detecting, quarantining, and fixing flaky tests), Merge Queue, and Merge Protections (governance and scheduling). The homepage states it is used by 2,000+ organizations and 25,000+ users across 300,000+ repositories, automatically merging 75,000+ pull requests per month.

What you can do with mergify

  • Push local commits as stacked pull requests and keep them in sync (mergify stack push, setup, list, sync)
  • Inspect merge queue status, with optional JSON output for scripting (mergify queue status)
  • Upload JUnit test results to CI Insights from any CI provider (mergify ci junit-process)
  • Look up test health and manage the flaky-test quarantine (mergify tests)
  • Schedule merge freezes for release windows or maintenance (mergify freeze)
  • Validate .mergify.yml configuration against the schema (mergify config validate)
  • Update the CLI (mergify self-update) and generate shell completions for bash, zsh, fish, elvish, or powershell (mergify completions)
  • Install as AI Agent Skills for use with Claude Code, Cursor, and other AI agents

Sources

Original description (English)

Skills for the Mergify CLI: manage merge queues, stacked pull requests, Test Insights (flaky tests, quarantine), merge protections, and Mergify configuration directly from the terminal.

History of mergify

Back to list