What problem does it solve? When a GitLab pipeline is blocked by the Trigent change-management gate (Komodo Monitor), developers often cannot tell whether the block is a genuine pending approval, a still-running analysis, or a system bug. This Skill fetches the gate status, classifies the block, and tells you the exact next action — read-only, without modifying anything. ## Core Features & Use Cases - Gate Status Retrieval: Accepts a pipeline, job, or merge request URL and fetches the Change Management - Deployment Gate commit status via GitLab MCP tools or the glab CLI fallback. - Block Classification: Distinguishes between grace-period analysis, genuine pending approval (with CM Jira ticket lookup), system bugs (hung analysis or failed ticket creation), rejections, and pre-approved/urgent-bypass passes. - Degraded-Mode Handling: Probes Jira connectivity via acli first, then Atlassian MCP, and degrades gracefully with a warning banner when the CM service-desk project is unreachable. - Use Case: A developer pastes a stuck production pipeline URL and learns that a CM Jira ticket CM-123 is awaiting approval, that the pipeline will auto-resume on approval, and how to use the urgent bypass only for genuine emergencies. ## Quick Start Run /change-management:cm-diagnose followed by your blocked GitLab pipeline, job, or merge request URL to get a diagnosis and next action.