home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
0

create-github-issue

Research a bug, improvement, or feature request thoroughly, ask clarifying questions, then create a detailed GitHub issue with acceptance criteria.

WouterWisse
WouterWisse
devops
open
git-workflows
0

fix-issue

Use when asked to fix a GitHub issue - creates isolated worktree, implements fix, creates PR, and cleans up

mps
mps
devops
open
git-workflows
0

commit-session

Commit and push files modified in this session

Romira915
Romira915
devops
open
git-workflows
0

git-pr

Create or update a pull request for the current branch

kbrockhoff
kbrockhoff
devops
open
git-workflows
0

checkout-branch

Create and checkout a new git branch with conventional naming based on the task description. Use when the user asks to create a branch, start working on a feature/fix, or begin a new task.

abyanmajid
abyanmajid
devops
open
git-workflows
0

create-git-worktree

git worktree를 활용해 분리된 작업 환경을 자동으로 구축한다. 기본 브랜치에서 최신 코드를 가져와 `.git-worktrees/` 디렉터리에 새로운 worktree를 생성하고, `.env`, Serena memories, npm 의존성을 자동으로 설정한다. 브랜치명에 포함된 `/`는 자동으로 `-`로 변환된다. 이미 존재하는 worktree가 있을 경우 재사용한다.

gaebalai
gaebalai
devops
open
git-workflows
0

github-pr

Handle GitHub PR operations. Use for "PR", "pull request", "review" when repo is on github.com.

vkkotha
vkkotha
devops
open
git-workflows
0

feature

Create a new feature branch

aaronwald
aaronwald
devops
open
git-workflows
0

create-worktree

Git worktreeを使って並行開発環境を構築。feature/<name>ブランチと .worktrees/<name>/ディレクトリを作成し、複数機能の同時開発を可能にする。 「worktreeを作成」「並行開発環境を準備」などの指示で起動。

stkhr
stkhr
devops
open
git-workflows
0

commit-rules

When making a Git commit, provide the subject of the commit and the rules to follow before committing.

t0k0sh1
t0k0sh1
devops
open
git-workflows
0

github-branch-strategy

Defines standard branch management logic. Typical use cases include (1) Creating a new feature branch from main to start work, (2) Switching to an existing feature branch to continue work or review, and (3) Moving local commits from main to a new feature branch for PR creation.

masa-codehub
masa-codehub
devops
open
git-workflows
0

git-workflow

Always invoke this skill for any git-related request (commit messages, staging review, history, PR descriptions, etc.) so git workflows are handled consistently.

ceshine
ceshine
devops
open
git-workflows
0

create-branch

プロジェクトのブランチ命名規則に従ってGitブランチを作成。「ブランチお願い」「ブランチを作って」「ブランチ作って」「ブランチを切って」「新しいブランチで作業」などと言われた時、または新しい作業・機能開発・バグ修正を開始する前に使用

trysmr
trysmr
devops
open
git-workflows
0

wt-finish

Finish a feature by merging it to the base branch and cleaning up the worktree. Use when completing a feature or story, handles merge, push, and cleanup automatically.

michael-menard
michael-menard
devops
open
git-workflows
0

public-github

Set up public GitHub repos with SSH authentication and PyPI publishing. Use when creating open source projects or configuring github-public host alias.

vivainio
vivainio
devops
open
git-workflows
0

close-feature-pr

Merge and close a feature PR with gh after a quick PR hygiene review (title, required sections, testing notes) aligned with create-feature-pr. Use when the user asks to merge/close a feature PR, delete the remote branch, and do post-merge cleanup.

graysurf
graysurf
devops
open
git-workflows
0

create-pr

Create a pull request from current changes with interactive file selection, pre-commit validation, testing, and automated PR creation. Use when the user asks to "create a PR", "make a pull request", "open a PR", or wants to submit changes for review.

jmlrt
jmlrt
devops
open
git-workflows
0

implement-worktree

Implements a feature from a plan file in an isolated git worktree with e2e tests, parallel code review, and human review documentation. Use when implementing a planned feature with full validation and isolation.

girarda
girarda
devops
open
git-workflows
0

implementation-workflow

TypeScript実装ワークフロースキル。実装時のエントリーポイントとして、状況に応じて適切なスキル(coding-standards、tdd、testing、react等)を参照させる。品質チェック、Gitワークフロー、コミットルールを定義。

DIO0550
DIO0550
devops
open
git-workflows
0

branch

Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches.

deanmoses
deanmoses
devops
open
git-workflows
0

create-pr

Create a pull request for the current branch

Romira915
Romira915
devops
open
git-workflows
0

commit-push-pr-merge

変更をコミットし、リモートにプッシュし、プルリクエストを作成して、即座にマージします。ユーザーが「コミットしてPR作成してマージ」「変更をマージまで完了」などと指示した際に使用します。緊急修正やホットフィックスに便利です。

Kensan196948G
Kensan196948G
devops
open
git-workflows
0

git-commit-messages

Generates consistent git commit messages following project conventions. Use when committing changes, creating PRs, or when asked to write commit messages.

guillempuche
guillempuche
devops
open
git-workflows
0

github

GitHub操作の統合スキル。issue作成、PR作成、レビュースレッド操作を提供。 使用ケース:(1)issue作成、(2)PR作成(事前チェック統合)、 (3)レビューコメント取得、(4)スレッド返信、(5)スレッド解決

canpok1
canpok1
devops
open
Previous
Page 123 / 141
Next