What problem does it solve? CI/CD pipelines control production deployments, secrets, and artifacts, so a careless fix or retry can expose credentials, run untrusted code, or ship the wrong build. This Skill enforces an evidence-first, read-only triage process before any pipeline change, re-run, approval, or rollback. ## Core Features & Use Cases - Read-only failure triage: Identify the first causal error by inspecting the failing revision, job logs, trigger, actor, runner, and deployment history before touching anything. - Secure workflow review: Apply least-privilege token permissions, full-length SHA pinning, OIDC federation, and fork/untrusted-code isolation for GitHub Actions and GitLab CI. - Approval-gated changes: Require an explicit approval gate covering target, evidence, risk, change, verification, and recovery before deployments, promotions, or rollbacks. - Use Case: A production deployment job fails after a pull request merge. Use this Skill to compare the failing revision against the last known-good run, verify the artifact digest and OIDC identity, then present an approval-gated rollback plan instead of blindly re-running the job. ## Quick Start Ask the agent to triage the failed GitHub Actions run for the current repository and propose a safe fix without changing any workflow yet.