docs: install Mergify plugin from official Claude Code marketplace#12001
Open
jd wants to merge 1 commit into
Open
docs: install Mergify plugin from official Claude Code marketplace#12001jd wants to merge 1 commit into
jd wants to merge 1 commit into
Conversation
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
Updates the Stacks documentation to reflect the new unified mergify plugin published on Claude Code’s built-in claude-plugins-official marketplace, replacing the previous multi-step installation flow.
Changes:
- Simplifies Claude Code installation to a single
/plugin install mergify@claude-plugins-officialcommand. - Updates surrounding guidance to note the official marketplace is preinstalled and to direct users to Discover search.
- Refreshes the tip copy to reflect the unified plugin bundling multiple Mergify skills and removes the third-party auto-update tip.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/content/docs/stacks/setup.mdx | Replaces the Claude Code install steps with the new official marketplace command and updates the related tip copy. |
| src/content/docs/stacks/agents.mdx | Updates the Claude Code command in the agent bootstrap page to the new unified plugin install command. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The Mergify plugin is now published as a single unified `mergify` plugin on
the built-in `claude-plugins-official` marketplace. Replace the three-command
install (add the `Mergifyio/mergify-cli` marketplace, install
`mergify-stack@mergify`, reload) with a single:
/plugin install mergify@claude-plugins-official
Since the official marketplace ships with Claude Code, there's nothing to add
first. The unified plugin bundles every Mergify skill (Merge Queue, CI
Insights, config validation, scheduled freezes), so the tips are updated
accordingly and the obsolete third-party auto-update tip is dropped.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: I91db52200925f4707f5226dc795a047d9678dcaf
2862d4c to
4970034
Compare
Member
Author
Revision history
|
kozlek
approved these changes
Jul 1, 2026
JulianMaurin
approved these changes
Jul 1, 2026
Contributor
Merge Queue Status
|
53 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Mergify plugin is now published as a single unified
mergifyplugin onthe built-in
claude-plugins-officialmarketplace. Replace the three-commandinstall (add the
Mergifyio/mergify-climarketplace, installmergify-stack@mergify, reload) with a single:Since the official marketplace ships with Claude Code, there's nothing to add
first. The unified plugin bundles every Mergify skill (Merge Queue, CI
Insights, config validation, scheduled freezes), so the tips are updated
accordingly and the obsolete third-party auto-update tip is dropped.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com