git-github-workflow

Community

Automate Git & GitHub workflows with CLI.

AuthorSuntory-N-Water
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates common Git tasks and GitHub CLI operations to reduce repetitive commands, minimize human error, and keep branches and PRs in sync.

Core Features & Use Cases

  • Git操作の自動化: add, commit, switch branches, push
  • PR作成・編集: gh pr create/view/edit
  • Issue作成・コメント: gh issue create and basic commenting
  • Use Case: 複数機能のブランチを扱う際に、変更をコミットし、PRを自動生成する workflow など

Quick Start

Create a new feature branch named feature-<name>, add changes, commit with a Japanese message, push to origin, and create a PR with a concise title.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-github-workflow
Download link: https://github.com/Suntory-N-Water/sui-blog/archive/main.zip#git-github-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository