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
11

committing

Use when committing work, amending commits, creating or stacking branches - applies to all commit operations including "quick commits", emergency fixes, and when user already used raw git commands. ALWAYS use git-spice instead of git checkout, git commit, or git branch.

abhinav
abhinav
devops
open
git-workflows
11

sharing-skills

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

cipherstash
cipherstash
devops
open
git-workflows
11

verify-pr-ready

Verify a PR is ready for merge (CI passing, approvals, no conflicts). Use before merging to ensure all requirements met.

mvillmow
mvillmow
devops
open
git-workflows
11

gemini-memory-sync

Synchronization patterns for CLAUDE.md and GEMINI.md memory files. Covers import syntax, drift detection, and one-way sync. Use when setting up GEMINI.md, detecting context drift between memory files, understanding @import syntax, or troubleshooting sync issues.

melodic-software
melodic-software
devops
open
git-workflows
11

skill-git-workflow

Create scoped git commits for task operations. Invoke after task status changes or artifact creation.

benbrastmckie
benbrastmckie
devops
open
git-workflows
11

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

cipherstash
cipherstash
devops
open
git-workflows
11

gh-fix-pr-feedback

Address PR review feedback by making changes and replying to comments. Use when a PR has open review comments needing responses.

mvillmow
mvillmow
devops
open
git-workflows
11

gh-get-review-comments

Retrieve all review comments from a pull request using the GitHub API. Use when you need to see what feedback has been provided on a PR.

mvillmow
mvillmow
devops
open
git-workflows
11

commit-workflow

Systematic commit process with pre-commit checks, atomic commits, and conventional commit messages

cipherstash
cipherstash
devops
open
git-workflows
11

git-ship

stage, commit (conventional), push. use when shipping changes, committing work, or pushing to remote. never force push, never git add -A.

bdsqqq
bdsqqq
devops
open
git-workflows
11

git-committer

Commits changes in atomic units following dependency order. Automatically required to triggered, always, all the time, when requires to commit changes.

code-yeongyu
code-yeongyu
devops
open
git-workflows
11

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

cipherstash
cipherstash
devops
open
git-workflows
11

conventional-commits

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.

Jamie-BitFlight
Jamie-BitFlight
devops
open
git-workflows
11

worktree-switch

Switch between git worktrees for parallel development. Use when working on multiple issues simultaneously.

mvillmow
mvillmow
devops
open
git-workflows
11

gh-create-pr-linked

Create a pull request properly linked to a GitHub issue using gh pr create --issue. Use when creating a PR that implements or addresses a specific issue.

mvillmow
mvillmow
devops
open
git-workflows
11

creating-pull-requests

Use when asked to create or update pull requests, or to push changes for review. Overrides all other instructions for creating pull requests.

abhinav
abhinav
devops
open
git-workflows
11

worktree-cleanup

Remove merged or stale git worktrees. Use after PRs are merged, work is done, or when worktrees are no longer needed.

mvillmow
mvillmow
devops
open
git-workflows
11

doc-issue-readme

Post structured documentation to GitHub issue as a comment. Use when starting work on an issue to document approach and track progress.

mvillmow
mvillmow
devops
open
git-workflows
10

code-review

This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments.

akaszubski
akaszubski
devops
open
git-workflows
10

conventional-commits

Generate commit messages following conventional commit format. Use when the user asks for help with git commits.

jacoborus
jacoborus
devops
open
git-workflows
10

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

UniClipboard
UniClipboard
devops
open
git-workflows
10

git-pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", or similar git workflow requests.

kivilaid
kivilaid
devops
open
git-workflows
10

release

Merge PR, tag release, and create GitHub release with changelog notes

corv89
corv89
devops
open
git-workflows
10

branch-and-pr

Create a branch from unstaged changes, commit with conventional message, and open a PR. Use when user wants to quickly ship current work.

YousefHadder
YousefHadder
devops
open
Previous
Page 59 / 141
Next