What problem does it solve? When a pull request disappears from the Mergify merge queue or fails to merge, developers struggle to determine whether it was dequeued, merged, or never queued, and why. This Skill provides a systematic workflow to queue, dequeue, monitor, and diagnose PRs in the Mergify merge queue. ## Core Features & Use Cases - Queue Management: Queue or dequeue PRs via @mergifyio queue and @mergifyio dequeue comments, and pause or unpause the entire queue with a required reason. - Dequeue Diagnosis: Use mergify queue show <PR> to get the dequeue code, failing check names, and direct CI job-log URLs, with fallbacks to the Mergify activity log API, the Mergify Merge Queue check run, and the # Merge Queue Status bot comment. - Reason-to-Action Mapping: A complete table of dequeue codes (CHECKS_FAILED, CHECKS_TIMEOUT, CONFLICT_WITH_BASE_BRANCH, etc.) with the exact remediation for each. - Use Case: A developer's PR vanished from the queue overnight. Run mergify queue show 1234 to learn it was dequeued with CHECKS_FAILED, follow the failing job-log link, fix the CI issue, and requeue with a comment. ## Quick Start Ask the assistant to check why PR 1234 left the merge queue using the mergify queue show command and explain what to do next.