push

Automate GitHub issues, branches, commits, and PRs via gh and git.

4|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/alexmond/yj-schema-validator --skill push-alexmond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push
Source: https://github.com/alexmond/yj-schema-validator/tree/main/.claude/skills/push
Command: npx skills add https://github.com/alexmond/yj-schema-validator --skill push-alexmond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the end-to-end GitHub workflow from issue creation to PR merge and beyond, enabling teams to turn ideas into tracked work without manual handoffs.

Core Features & Use Cases

  • Create or update GitHub issues based on a short description or an existing issue number.
  • Create and manage feature branches, commit changes, and open pull requests to streamline code review and integration.
  • Support continuing work after a PR is opened, tying it back to the original issue for traceability.

Quick Start

Describe the task or issue, update or create the GitHub issue, then create a feature branch and open a PR to continue development.

Frequently Asked Questions about push

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

FAQPage Schema
How do I automate GitHub issues, branches, and pull requests for my dev workflow?

Automating GitHub issues, branches, and pull requests requires a tool that orchestrates the end-to-end workflow. This Skill creates issues, manages feature branches, commits changes, and opens PRs automatically using the GitHub CLI and git.

What is the best way to link a new pull request to an existing GitHub issue?

The best way to link a pull request to an existing GitHub issue is to automate the workflow so that branches and PRs are tied back to the original issue number. This ensures full traceability during code review and integration.

Do I need the GitHub CLI installed to automate issue tracking and PR creation?

Yes, you need the GitHub CLI (gh) and git installed to automate issue tracking and PR creation. These dependencies are required to manipulate issues, branches, commits, and pull requests directly from your environment.

Can I continue updating a pull request after it is already open?

Yes, you can continue updating a pull request after it is open. The workflow supports continuing development on an existing PR, tying any subsequent commits and updates back to the original issue for consistent traceability.

How does automating the GitHub workflow help with code review and integration?

Automating the GitHub workflow streamlines code review and integration by eliminating manual handoffs between issue creation, branching, and PR generation. This allows teams to turn ideas into tracked work and deliver changes for review faster.

What are the limitations of automating a dev workflow from issue to PR merge?

The limitations include a strict dependency on having the GitHub CLI (gh) and git configured properly in your environment. The automation focuses on issue, branch, commit, and PR manipulation, so complex merge conflict resolution still requires manual intervention.