git-workflow

Automate Git branch creation, commits with Co-Authored-By, and PR generation.

35|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/sean-sunagaku/claude-code-plugin --skill git-workflow-sean-sunagaku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/sean-sunagaku/claude-code-plugin/tree/main/git-workflow/skills/git-workflow
Command: npx skills add https://github.com/sean-sunagaku/claude-code-plugin --skill git-workflow-sean-sunagaku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) components.

What problem does it solve?

ブランチ作成、コミット、PR作成までのGitワークフローを支援する。

Core Features & Use Cases

  • ブランチ作成を develop から自動化
  • Co-Authored-By を付与したコミット
  • base develop の PR 作成を自動化
  • フルワークフロー: commit → push → PR の一連を自動実行

Quick Start

Run /git-workflow to perform the full commit, push, and PR flow.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I automate Git branch creation, commits, and pull requests?

Automate Git workflows from branch creation to PR generation by running the full commit, push, and PR flow. The workflow automatically creates branches from develop, applies commits with Co-Authored-By metadata, and generates PRs targeting the develop base branch.

Do I need the GitHub CLI to automate pull request creation?

Yes, the GitHub CLI is required to automate pull request creation and push branches. The workflow depends on both Git and the GitHub CLI to execute the full commit, push, and PR generation sequence.

Can I create a PR with Co-Authored-By metadata automatically?

Yes, automated commits include Co-Authored-By metadata by default. The workflow applies this attribution during the commit phase before pushing the branch and generating the pull request.

How do I set up a full Git workflow from commit to PR automatically?

Run the full workflow command to execute the commit, push, and PR sequence automatically. It handles branch setup from develop, applies commits with metadata, pushes the branch, and generates a PR with a develop base.

Does this Git workflow automation create branches from develop?

Yes, branch creation is automated directly from the develop branch. The workflow sets up feature branches from develop before applying commits and generating pull requests targeting develop as the base.