What problem does it solve? When a pull request is dequeued, merged, or otherwise acted on by Mergify, engineers need to reconstruct exactly what happened and when. This Skill queries the Mergify activity log so you can audit queue lifecycles, commands, CI Insights events, and freezes without guessing. ## Core Features & Use Cases - Event timeline browsing: List the ~45 Mergify event types (action.queue., command., ci_insights.*, freezes) for a whole repository or a single pull request, oldest first. - Time-window and type filtering: Control the search window with --since (up to the 90-day retention) and filter with repeatable --type flags. - JSON output for scripting: Emit raw API event objects with --json for jq-based filtering and pipeline integration. - Use Case: A PR was unexpectedly dequeued overnight. Run mergify events --pr 1740 --since 7d to see the full action.queue.enter/checks_start/checks_end/leave sequence and identify whether it left the queue or only had checks retried. ## Quick Start Ask the assistant to show all Mergify events for pull request 1740 over the last 7 days using the mergify events command.