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
12

execute-task

Implements one task in an isolated git worktree following TDD. Creates commits for implementation and fixes, invokes independent verification.

vinzenz
vinzenz
devops
open
git-workflows
12

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

kofttlcc
kofttlcc
devops
open
git-workflows
12

conventional-commits

This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history.

dgalarza
dgalarza
devops
open
git-workflows
12

github-issue

Fetch a GitHub issue and generate a plan to resolve it

agentuity
agentuity
devops
open
git-workflows
12

repo

Create repository context bundles and code maps. Use to share codebase context, generate documentation, and understand project structure.

johnlindquist
johnlindquist
devops
open
git-workflows
12

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

kofttlcc
kofttlcc
devops
open
git-workflows
12

execute-merge

Merges completed task worktree to main branch. Handles sequential merge queue to prevent conflicts.

vinzenz
vinzenz
devops
open
git-workflows
12

gitwhat

Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root, whether the current directory is a worktree, local dirty status, or whether other worktrees have uncommitted changes.

regenrek
regenrek
devops
open
git-workflows
12

worktree

Manage git worktrees for parallel development. Use to work on multiple branches simultaneously without stashing or switching contexts.

johnlindquist
johnlindquist
devops
open
git-workflows
12

commitmsg

Generate a concise commit message by analyzing git diff changes

trufae
trufae
devops
open
git-workflows
12

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

kofttlcc
kofttlcc
devops
open
git-workflows
12

codex-sandbox

Create and manage per-task isolated git clones (sandboxes) for Codex CLI sessions, with automatic branch creation and safety hooks that block committing/pushing on main/master. Use when running multiple Codex sessions or parallel tasks and you want to avoid git worktree friction, cwd/branch mixups, or environment collisions.

regenrek
regenrek
devops
open
git-workflows
11

gh-check-ci-status

Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.

mvillmow
mvillmow
devops
open
git-workflows
11

gemini-exploration-patterns

Strategic patterns for codebase exploration using Gemini's large context window. Covers token thresholds, model routing, and exploration strategies. Use when deciding between Claude and Gemini for exploration, analyzing large codebases, or choosing between Flash and Pro models for context size.

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

golden-paths

Use when designing standardized development workflows, paved roads, or opinionated defaults. Covers golden path patterns, template design, developer workflow optimization, and guardrails.

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

git-worktree-setup

Set up Git worktrees for agent parallelization with isolated environments. Use when setting up parallel agent execution, creating isolated environments per agent, or enabling concurrent development workflows.

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

git-worktree

create git worktree with new branch. use when working on features in parallel, isolating experimental work, or avoiding stash/switch overhead. creates sibling directory.

bdsqqq
bdsqqq
devops
open
git-workflows
11

shallow-clone

Perform a shallow clone of a Git repository to a temporary location.

opendatahub-io
opendatahub-io
devops
open
git-workflows
11

gh-read-issue-context

Read context from GitHub issue including body and comments. Use before starting implementation work or when prior context is needed.

mvillmow
mvillmow
devops
open
git-workflows
11

worktree-create

Create isolated git worktrees for parallel development. Use when working on multiple issues simultaneously.

mvillmow
mvillmow
devops
open
git-workflows
11

generate-changelog

Create changelog from git commits. Use when preparing release notes.

mvillmow
mvillmow
devops
open
git-workflows
11

writing-commit-messages

Use when writing or improving messages for Git commits, or when asked to generate a commit message or pull request description.

abhinav
abhinav
devops
open
git-workflows
11

worktree-sync

Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.

mvillmow
mvillmow
devops
open
git-workflows
11

clean-copy

reimplement current branch with clean, narrative-quality git commit history. use when commit history is messy, after exploratory work, or before PR review. creates new branch with logical, atomic commits.

bdsqqq
bdsqqq
devops
open
Previous
Page 58 / 141
Next