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
38

commit

Create micro-commits (minimal incision) with at least one validation signal per commit.

tkersey
tkersey
devops
open
git-workflows
38

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. Triggers: "worktree", "isolated workspace", "feature branch isolation", "multiple branches", "parallel development"

gpt-cmdr
gpt-cmdr
devops
open
git-workflows
37

repo

Repository information using GitHub CLI. Trigger when user wants to view repository details ("show repo info", "what's this repo about"), list repositories ("list my repos", "show repos for user"), or check repository metadata ("stars", "languages", "topics").

robbyt
robbyt
devops
open
git-workflows
37

view-file

Fetch raw file content from GitHub URLs. Trigger when user shares a GitHub file link (https://github.com/user/repo/blob/main/file.go) and wants to view the source code. Avoids HTML/JS clutter from WebFetch.

robbyt
robbyt
devops
open
git-workflows
37

commit

Analyzes unstaged changes, stages them, groups logically, commits with conventional commits format, and pushes.

vmarcosp
vmarcosp
devops
open
git-workflows
37

git-workflow

Git best practices for version control and collaboration

athola
athola
devops
open
git-workflows
36

git-commit

Detects changes and creates well-formed commits with conventional commit messages. Use when the user asks to commit, save changes, or create a commit.

nrjdalal
nrjdalal
devops
open
git-workflows
36

git-workflow

**MANDATORY**: Enforce branch/worktree workflow. Use when starting work, picking up work, creating branches, using git worktrees, or when asked to implement anything non-trivial. Ensures all work happens on correctly named branches, preferably in dedicated worktrees.

vereis
vereis
devops
open
git-workflows
36

git

**MANDATORY**: Load when creating commits or PRs. Covers conventional commits, branching, and PR conventions

vereis
vereis
devops
open
git-workflows
35

release

Release a new version of BranchBox. Use when the user says "release", "new version", "cut a release", "publish release", or "tag version". Handles version bumping, changelog updates, quality checks, and GitHub release workflow.

branchbox
branchbox
devops
open
git-workflows
35

open-pr

Create GitHub pull requests from conversation context with proper formatting and tag selection

Synthesys-Lab
Synthesys-Lab
devops
open
git-workflows
35

fork-dev-branch

Create a development branch for a given GitHub issue with standardized naming

Synthesys-Lab
Synthesys-Lab
devops
open
git-workflows
35

worktree-task

使用 git worktree + 背景代理会话管理大型任务(默认启动 Claude Code;可用 --codex 快速切到 Codex CLI,或通过 --agent-cmd 指定任意命令)。适合用户希望在不阻塞当前会话的情况下执行大型或多步骤任务。

ourines
ourines
devops
open
git-workflows
35

open-issue

Create GitHub issues from conversation context with proper formatting and tag selection

Synthesys-Lab
Synthesys-Lab
devops
open
git-workflows
35

open-pr

Create GitHub pull requests from conversation context with proper formatting and tag selection

Synthesys-Lab
Synthesys-Lab
devops
open
git-workflows
34

stacked-prs

Manage stacked PRs with proper visualization, merge-based updates, and iterative CodeRabbit feedback cycles

bitsoex
bitsoex
devops
open
git-workflows
34

create-release-note

Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs

openshift-eng
openshift-eng
devops
open
git-workflows
34

create-jira-bug

Implementation guide for creating well-formed Jira bug reports

openshift-eng
openshift-eng
devops
open
git-workflows
32

git-committer

Git提交专家,规范化提交信息和分主题提交。

whtoo
whtoo
devops
open
git-workflows
32

backfill

Backfill missing GitHub streak dates using the streakify.sh script. Use this when the user asks to backfill dates, fix missing streak days, or catch up on streak commits.

jontsai
jontsai
devops
open
git-workflows
32

kubit-proposing-change

Use when making non-trivial changes, modifying public APIs, or proposing new framework features. Use when changes affect multiple files or require design decisions.

aniftyco
aniftyco
devops
open
Previous
Page 52 / 141
Next