What problem does it solve? Shipping code changes through GitHub involves many disjointed steps—committing, pushing, opening PRs, fixing failing CI checks, and responding to review comments. This Skill provides a single guided workflow that routes each task to the right tool so nothing gets skipped. ## Core Features & Use Cases - Branch and remote resolution: Resolves the current local branch and remote state before any publishing action, keeping local and remote in sync. - PR and issue triage: Routes repository, pull request, and issue triage through the github tool, and commit/push/PR publication through yeet. - CI and review handling: Uses gh-fix-ci for failing checks and Actions logs, and gh-address-comments for review feedback on existing PRs. - Use Case: You pushed a branch but the CI checks failed and a reviewer left comments. This Skill walks you through diagnosing the Actions logs, fixing the failures, addressing the comments, and updating the PR. ## Quick Start Use the github-delivery skill to commit my current changes, push the branch, and open a pull request for review.