Command-line tool for Mergify: stacked pull requests, CI insights, merge queue, scheduled freezes, and configuration management.
uv tool install mergify-cli
# or
pipx install mergify-cliRun mergify --help to list commands and mergify <command> --help for
details. See the CLI docs for authentication
and global options (--token, --repository, --api-url).
mergify stack— Create and manage stacked pull requests. Docsmergify ci— Upload JUnit results, evaluate quarantine, detect git refs and CI scopes. Docsmergify queue— Monitor and manage the Mergify merge queue. Docsmergify freeze— Create and manage scheduled merge freezes. Docsmergify config— Validate and simulate Mergify configuration. Docs
Mergify CLI provides AI skills for managing stacked PRs and Git workflows, compatible with Claude Code, Cursor, and many other AI agents.
Install via npx (all agents):
npx skills add Mergifyio/mergify-cliInstall as a Claude Code plugin:
/plugin marketplace add Mergifyio/mergify-cli
/plugin install mergifyContributions are welcome — open an issue or pull request.
Apache License 2.0 — see LICENSE.