github-delivery

Coordinates commit, push, pull request, CI, and review workflows on GitHub.

Updated May 29, 2026
One-click install
npx skills add https://github.com/RatnaAtika/Indonesian-ASR-11-Class-Dataset --skill github-delivery-ratnaatika
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-delivery
Source: https://github.com/RatnaAtika/Indonesian-ASR-11-Class-Dataset/tree/main/.agents/skills/github-delivery
Command: npx skills add https://github.com/RatnaAtika/Indonesian-ASR-11-Class-Dataset --skill github-delivery-ratnaatika

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about github-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I commit, push, and open a pull request in one workflow?

Resolve the current local branch and remote first, then use the yeet tool for commit, push, and PR publication. The workflow keeps local checkout state aligned with the remote so the PR reflects the exact branch contents.

How do I fix failing GitHub Actions checks on a pull request?

Use the gh-fix-ci tool to inspect failing checks and Actions logs, diagnose the failure, and apply fixes. After pushing the fix, verify the checks pass before requesting re-review.

How do I address review comments on an existing GitHub PR?

Use the gh-address-comments tool, which is designed for handling review feedback on an existing pull request. It keeps the workflow scoped to responding to reviewers rather than re-triaging the whole PR.

Does pushing a branch automatically create a pull request?

No. The workflow explicitly warns not to assume a PR exists just because the branch is pushed. PR publication is a separate step handled through the yeet tool after the push succeeds.

What checks should happen before publishing changes to GitHub?

Security and diff review must not be skipped before publishing. The workflow also requires resolving branch and remote state first so the published changes match the intended local state.