feat(queue): add merge queue skill for Claude marketplace#1135
Conversation
Add a new mergify-merge-queue skill covering queue status monitoring, PR inspection, pause/unpause management, and troubleshooting guidance. Distributed via the Claude marketplace plugin alongside mergify-stack. Change-Id: I5d9b25e09e3eaf03a84d5b7ccd829a9f3905a6ad
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Adds a new “mergify-merge-queue” Claude marketplace skill to document merge queue workflows (status monitoring, PR inspection, pause/unpause, troubleshooting) and registers it in the marketplace manifest, with tests to validate the skill markdown structure and CLI command references.
Changes:
- Add
mergify_cli/queue/skill.mdcontaining the merge queue skill with frontmatter and command guidance. - Add
mergify_cli/tests/queue/test_skill.pyto validate frontmatter, required sections, and referencedmergify queuesubcommands. - Register the new
mergify-merge-queueplugin entry in.claude-plugin/marketplace.json.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
mergify_cli/tests/queue/test_skill.py |
New tests validating the queue skill markdown content and CLI command references. |
mergify_cli/queue/skill.md |
New merge-queue skill markdown (frontmatter + operational guidance). |
.claude-plugin/marketplace.json |
Adds mergify-merge-queue to the marketplace plugin list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge Queue Status
This pull request spent 2 minutes 59 seconds in the queue, including 2 minutes 46 seconds running CI. Required conditions to merge
|
Add a new mergify-merge-queue skill covering queue status monitoring,
PR inspection, pause/unpause management, and troubleshooting guidance.
Distributed via the Claude marketplace plugin alongside mergify-stack.