home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

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

draft-pr

Commits staged changes using smart-commit workflow, publishes the branch to remote, and opens a draft pull request using repository PR templates. Use when you want to quickly create a draft PR from local changes.

johnmog
johnmog
devops
open
git-workflows
0

repository-structure

リポジトリ構造定義書を作成するための詳細ガイドとテンプレート。リポジトリ構造定義時にのみ使用。

yamato0811
yamato0811
devops
open
git-workflows
0

mark-high-priority

Add the high-priority label to a PR so merge-queue automation yields to it. Use when a PR needs to bypass normal queue yielding for urgent fixes or time-sensitive deployments.

a2f0
a2f0
devops
open
git-workflows
0

create-pr

Pull Requestドラフトを作成。直前のコミットを分析し、ghコマンドでPRを作成してブラウザで開く。

takish
takish
devops
open
git-workflows
0

git-branching-strategy

This skill should be used when starting new feature work, mid-feature when wanting to add unrelated changes, when a branch has grown beyond 20 commits, or when unsure whether to create a new branch. Covers one-feature-one-branch rule, branch size targets, and when to split branches.

ImproperSubset
ImproperSubset
devops
open
git-workflows
0

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

DxTa
DxTa
devops
open
git-workflows
0

formatting-commit

Commits code changes with appropriate git commit strategy. Adopts Squash (default), new commit, or Interactive Rebase based on context, and creates messages following Conventional Commits format. Use when implementation is complete or user requests a commit.

kkhys
kkhys
devops
open
git-workflows
0

gitea

Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.

ETeissonniere
ETeissonniere
devops
open
git-workflows
0

review

GitHub issueの対応内容をレビューし、改善タスクを作成します。専門家エージェント(coding/architecture/testing/document-specialist)によるレビューを実施し、指摘点を元にtmp/todoフォルダにタスクファイルを作成します。

canpok1
canpok1
devops
open
git-workflows
0

quarto-task-slides

Git から指定範囲のコミットを収集し、Quarto(reveal.js)でスライド(HTML/PDF)を生成する。 タスクID、コミット範囲、ブランチ間の差分など、柔軟な指定方法に対応。

masa10-f
masa10-f
devops
open
git-workflows
0

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

jmmL
jmmL
devops
open
git-workflows
0

generating-commit-messages

MANDATORY skill for ALL commits. Must be used EVERY TIME before creating any git commit. No exceptions.

maxmurr
maxmurr
devops
open
git-workflows
0

github-pr-review

Use when reviewing GitHub pull requests with gh CLI - creates pending reviews with code suggestions, batches comments, and chooses appropriate event types (COMMENT/APPROVE/REQUEST_CHANGES)

aidankinzett
aidankinzett
devops
open
git-workflows
0

commit-pr

Create a conventional commit, push to remote, and create a pull request. Use when the user wants to commit, push, and create a PR in one go, or says "commit and create PR" or "make a pull request".

eriknovak
eriknovak
devops
open
git-workflows
0

git-commit

Git コミットのベストプラクティス。意味のある変更単位でのコミット、Conventional Commits ルール、コミットメッセージの書き方を定義。

k2works
k2works
devops
open
git-workflows
0

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

adawalli
adawalli
devops
open
git-workflows
0

wtp

Git worktree操作を支援します。ブランチごとのworktree作成、worktree間の移動、worktreeの一覧表示・削除に使用します。「wtp」「worktree」「ブランチで作業」「別のブランチに切り替え」「並行開発」などの言及時にトリガーします。

ei-sugimoto
ei-sugimoto
devops
open
git-workflows
0

worktree

Use when managing git worktrees (list, create/switch, delete, configure) in this repo; prefer the git-wt subcommand for worktree operations and its configuration options.

mattg101
mattg101
devops
open
git-workflows
0

issue-fetcher

Fetch and analyze GitHub issues from the monorepo. Use when user asks about issues, what's blocking, issue status, dependencies, or wants to see issue details.

rollercoaster-dev
rollercoaster-dev
devops
open
git-workflows
0

wt-prune

Clean up stale git worktree references and metadata. Use when git shows worktrees that no longer exist, or after manually deleting worktree directories. Fixes inconsistencies.

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

wt-cleanup

Identify and remove merged or stale git worktrees. Use for housekeeping, removes worktrees for branches that have been merged to main. Frees disk space.

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

golang-best-practices

提供 Golang 项目开发的最佳实践指导,包括代码结构、错误处理、并发模式等

difyz9
difyz9
devops
open
git-workflows
0

fix-github-issue

Load a GitHub issue, create an isolated worktree, plan the implementation, and submit a PR. Use when asked to fix, implement, or work on a GitHub issue by number. Requires the gh CLI to be authenticated.

vultuk
vultuk
devops
open
git-workflows
0

fetch-issue

Fetch Linear issue and create branch

anton-pt
anton-pt
devops
open
Previous
Page 127 / 141
Next