What problem does it solve? Opening a pull request involves repetitive manual steps: rebasing onto main, renaming temporary ADR files, pushing branches, filling out PR templates, and then babysitting CI until it goes green. This Skill automates that entire workflow end to end. ## Core Features & Use Cases - Automated PR Creation: Rebases the current branch onto main, pushes it, and creates or updates a pull request using the repository's PR template. - ADR Finalization: Converts temporary-named Architecture Decision Records to their real assigned numbers before the PR is opened. - Self-Healing CI Loop: Arms a 5-minute check-in cadence that detects red CI (merge conflicts or failed tests), applies fixes automatically, and stops once CI passes. - Use Case: After finishing a feature implementation, ask the assistant to open a PR; it rebases, pushes, creates the PR from the template, and keeps fixing CI failures until the build is green. ## Quick Start Ask the assistant to open a pull request for the current branch and let it handle rebasing, CI monitoring, and fixes automatically.