What problem does it solve? Broken CI/CD pipelines block releases and require tedious manual debugging across workflow files, logs, and test suites. This Skill autonomously diagnoses pipeline failures, applies surgical fixes with root-cause analysis, verifies all quality gates pass, and performs the complete release ceremony including version bumps, changelogs, tags, and GitHub/GitLab release publication. ## Core Features & Use Cases - Autonomous Fix Loop: Runs a local CI/CD runner script iteratively, zeroing in on one failure at a time with 4-part RCA documentation until all jobs exit green. - Local Runner Generation: Scans GitHub Actions, GitLab CI, and other pipeline configs to generate a Python worker-pool runner that mirrors remote CI jobs locally. - Full Release Orchestration: Bumps versions, assembles release notes with install one-liners, updates changelogs and README pins, tags, and publishes releases via gh or glab. - Use Case: A GitHub Actions workflow fails after adding a new linter job. Trigger this Skill to register the job in the local runner, reproduce the failure, fix the code, verify all tests pass, and ship the patched release automatically. ## Quick Start Fix the failing CI/CD pipeline and release a new version once all tests and quality gates pass.