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

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

astrosteveo
astrosteveo
devops
open
git-workflows
0

publishing-stories

Guides commit, push, and draft PR creation for stories. Use when ready to commit changes, pushing to remote, or creating a pull request for review.

kecbigmt
kecbigmt
devops
open
git-workflows
0

git-push

Adds, commits, and pushes to GitHub.

random-lives
random-lives
devops
open
git-workflows
0

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

NAGAGroup
NAGAGroup
devops
open
git-workflows
0

context-add

Add new [CONTEXT] commits to document workflows, requirements, or architectural decisions, then update CLAUDE.md references

KevinVitale
KevinVitale
devops
open
git-workflows
0

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

jmmL
jmmL
devops
open
git-workflows
0

finish-session

Complete a work session by generating a concise PR description, optionally creating the PR, and archiving the session file.

nathanaelcunningham
nathanaelcunningham
devops
open
git-workflows
0

create-pr

GitHub PRを作成するスキル。ブランチの変更を分析し、構造化されたPR本文を生成して`gh pr create`で作成する。「PRを作成して」「プルリクエストを作って」「PR出して」などの発言時に使用する。リポジトリ内のPRテンプレートがあれば参照する。

inakam
inakam
devops
open
git-workflows
0

jj-vcs

Jujutsu (jj) is a powerful Git-compatible version control system with innovative features like automatic rebasing, working-copy-as-a-commit, operation log with undo, and first-class conflict tracking. This skill is triggered when the user says things like "use jj", "run jj commands", "jujutsu version control", "migrate from git to jj", "jj rebase", "jj squash", "jj log", or "help with jj workflow".

SecKatie
SecKatie
devops
open
git-workflows
0

git-commit-formatter

Format git commits with proper standards, signatures, and conventional commit format. Use when user says "commit", "create commit", "format commit message", or when staging changes for commit.

ainexllc
ainexllc
devops
open
git-workflows
0

branch-integration-workflow

Safely review and merge remote branches into stable. Trigger when: (1) reviewing open PRs, (2) integrating feature branches, (3) checking for stale branches with potential conflicts.

smith6jt-cop
smith6jt-cop
devops
open
git-workflows
0

sync-deployment

Sync local ~/.github developments to repo root, commit, and push to GitHub.

acornsoft
acornsoft
devops
open
git-workflows
0

creating-branch-name

Analyzes git changes and creates a new branch with an appropriate name following naming conventions. Use when creating new branches from current changes.

kkhys
kkhys
devops
open
git-workflows
0

managing-stacked-pull-requests

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

johnnymo87
johnnymo87
devops
open
git-workflows
0

git-helper

Performs git operations like status, diff, log, and branch management

rtkelly13
rtkelly13
devops
open
git-workflows
0

git-workflow

Git workflow guidance for commits, branches, and pull requests

jgeldart
jgeldart
devops
open
git-workflows
0

pr-update

Update existing pull request title and description based on latest changes. Use when user wants to refresh PR with latest commits. Triggers include: - Korean: "PR 업데이트해줘", "PR 수정해줘", "PR 다시 만들어줘" - English: "update PR", "refresh PR", "regenerate PR description" - Context: User has existing PR and wants to update title/description after adding more commits

furiosa-ai
furiosa-ai
devops
open
git-workflows
0

setup-go

Sets up Go development environment with proper tooling, linting, testing, and dependencies. Runs go mod tidy, configures golangci-lint, sets up testing framework, and verifies build. Use when starting work on Go projects, after cloning Go repositories, setting up CI/CD for Go, or troubleshooting Go environment issues.

meriley
meriley
devops
open
git-workflows
0

semantic-commit

Commit staged changes using Semantic Commit format.

graysurf
graysurf
devops
open
git-workflows
0

worktree-cli

Git worktree management with worktree.py CLI. Use for creating worktrees, teardown, merging PRs, syncing branches, and Docker service management.

krazyuniks
krazyuniks
devops
open
git-workflows
0

commit-convention

Git 提交信息规范。着重于提交信息的格式化、风格统一。优先学习并沿用项目已有的提交历史风格,若无明显风格或为新项目,则遵循 Conventional Commits 规范。

ab300819
ab300819
devops
open
git-workflows
0

syncing-submodules

Use when running /ltk:sync-submodules, updating submodules, or needing to "sync", "merge", "adapt", "learn from" other Claude Code plugins or repos

eyadsibai
eyadsibai
devops
open
git-workflows
0

complete-workflow

完整功能開發工作流程 - 代碼審查→代碼簡化→知識管理→Git推送。三階段品質把控:1.review檢查 2.simplify優化 3.knowledge記錄,最後自動 commit & push

temmo1004
temmo1004
devops
open
Previous
Page 140 / 141
Next