git-commit-push-pr

Automate GitHub pull request workflows by committing, pushing, and generating PR descriptions.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill git-commit-push-pr-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-push-pr
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/git-commit-push-pr
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill git-commit-push-pr-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the GitHub PR workflow by automating the process of committing changes, pushing branches, and generating or updating PR descriptions to align with project conventions.

Core Features & Use Cases

  • Automated PR description generation and rewriting for new and existing PRs
  • Base-branch resolution and correct PR targeting across forks
  • Evidence integration (e.g., demos) and safe description application via ce-pr-description
  • Integrates with demo/evidence pipelines to attach context and rationale to PRs

Quick Start

Create a local feature branch, commit changes, push the branch, and let the skill generate or rewrite the PR description automatically.

Frequently Asked Questions about git-commit-push-pr

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

FAQPage Schema
How do I automate GitHub pull request workflows from local changes?

This skill automates the pull request workflow by committing changes, pushing branches, and generating PR descriptions. It reduces manual PR drafting and coordinates evidence blocks for new and existing pull requests.

Can I automatically rewrite existing GitHub PR descriptions to match project conventions?

Yes, this skill rewrites existing PR descriptions to align with project conventions. It safely applies generated titles and bodies via ce-pr-description while ensuring accurate PR targeting across forks.

How do I resolve the correct base branch when automating a pull request across forks?

This skill handles base-branch resolution automatically to ensure correct PR targeting across forks. It commits local changes, pushes branches, and safely applies generated titles and bodies to the correct base branch.

How do I attach demos and evidence context to an automated pull request?

This skill integrates with demo and evidence pipelines to attach context and rationale to PRs. It coordinates evidence blocks and safely applies them to the PR description during the commit and push workflow.

Do I need any external dependencies to automate commit, push, and PR description generation?

No external dependencies are required to automate commit, push, and PR description generation. The skill operates independently to resolve base branches, target PRs accurately, and apply generated descriptions via ce-pr-description.