commit-push-pr-flow

Automates Git commits, pushes, and pull request creation with verification loops.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/acta0724/claude-marketplace --skill commit-push-pr-flow-acta0724
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-push-pr-flow
Source: https://github.com/acta0724/claude-marketplace/tree/main/wf/skills/commit-push-pr-flow
Command: npx skills add https://github.com/acta0724/claude-marketplace --skill commit-push-pr-flow-acta0724

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive process of committing code, pushing it to a remote repository, and creating a pull request, streamlining your development workflow.

Core Features & Use Cases

  • Automated Git Operations: Handles branching, committing, and pushing code changes.
  • Pull Request Creation: Generates pull requests with specified templates and descriptions.
  • Verification Loop Integration: Ensures code quality by running verification steps before submission.
  • Use Case: After completing a feature, you can trigger this skill to automatically prepare your code for review, saving you manual Git commands and PR setup time.

Quick Start

Run the commit-push-pr-flow skill to commit your changes, create a new branch if necessary, and open a pull request with the Japanese description.

Frequently Asked Questions about commit-push-pr-flow

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

FAQPage Schema
How do I automate git commit, push, and pull request creation?

You can automate git commit, push, and pull request creation by triggering this skill to handle branching, committing, and opening a PR with a predefined template automatically.

Can I integrate code quality verification loops before pushing code to GitHub?

Yes, you can integrate code quality verification loops before pushing code to GitHub. The skill ensures code quality by running verification steps before remote submission.

How does automated pull request creation work with Japanese descriptions?

Automated pull request creation with Japanese descriptions works by utilizing a predefined PR template that generates the request with specified Japanese descriptions after pushing your code.

Do I need to manually create a new branch before running an automated commit and push flow?

No, you do not need to manually create a new branch before running an automated commit and push flow. The skill handles branch creation automatically as part of the workflow.

What is the best way to streamline repetitive git operations and PR setup for code review?

The best way to streamline repetitive git operations and PR setup for code review is using an automation skill that manages branching, commits, pushes, and PR generation in one flow.

Are there limitations when using automated git workflows for CI/CD pipelines?

A limitation is that automated git workflows for CI/CD pipelines use a specific predefined PR template with Japanese descriptions, which may require adjustment for English-only projects.