What problem does it solve? Manually pushing local changes, running lint checks, and managing pull requests to merge into the develop branch is repetitive and error-prone. This Skill automates the entire flow from local commit to merged pull request. ## Core Features & Use Cases - Automated Commit & Push: Fetches the latest version of the local branch and commits pending local modifications using the GitHub CLI. - SwiftLint Validation: Runs SwiftLint checks and fixes issues before creating the pull request. - Pull Request Management: Checks for an existing pull request, creates a new one if none exists, updates it otherwise, and merges into the develop branch. - Use Case: An iOS developer finishes a feature on a local branch and wants it merged into develop. The Skill commits the work, lints the Swift code, opens or updates the PR, and completes the merge. ## Quick Start Commit my current branch changes, run SwiftLint, and merge them into develop through a GitHub pull request.