home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
2

commit-message-style

Apply commit message style: conventional commits format (type: subject), imperative mood, <50 char subject, explain why in body. Use when writing commits, reviewing commit messages, or discussing git history.

phrazzld
phrazzld
devops
open
git-workflows
2

commit-message-generator

Generate clear, concise commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or formatting git history.

mkaczkowski
mkaczkowski
devops
open
git-workflows
2

commit

Git Commit Command

sakuro
sakuro
devops
open
git-workflows
2

create-branch

Create a new git branch from main/master with a maximum of 17 characters. Prompts for branch name or infers from context.

seanogdev
seanogdev
devops
open
git-workflows
2

squashing-commits

Reorganizes commits and working changes into optimal structure. Use when: user wants to squash commits, reorganize history, or clean up commits.

sasamuku
sasamuku
devops
open
git-workflows
2

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

Castrozan
Castrozan
devops
open
git-workflows
2

git

Git / GitHub guidelines

joeyagreco
joeyagreco
devops
open
git-workflows
2

github-content

Fetch GitHub issues, PRs, repo contents, and code using the gh CLI. Use when the user shares GitHub URLs (issues, PRs, repos, source files) or asks about GitHub content. The gh CLI provides complete content that web fetching often misses due to JavaScript rendering.

krmcbride
krmcbride
devops
open
git-workflows
2

router

Use the agent-friendly git wrapper router, its built-in commands (state/diff/log/files/branch/scan/base/compare/show/pr), routing rules, and config. Use when asked how to run the wrapper, enable/disable commands, or extend router behavior.

hollant3510
hollant3510
devops
open
git-workflows
2

forking-worktree

Use when user wants to create new autonomy branch with dedicated worktree for parallel agent workflows

tilmon-engineering
tilmon-engineering
devops
open
git-workflows
2

polydev

This skill should be used when executing 2+ independent tasks in parallel - orchestrates git worktrees with terminal sessions (tmux/wezterm).

shikihane
shikihane
devops
open
git-workflows
2

gf3-pr-verify

Verify GF(3) skill conservation on pull requests. Ensures every contribution

plurigrid
plurigrid
devops
open
git-workflows
2

git-workflow

Activates when user needs help with git operations including branching, rebasing, merging, cherry-picking, stashing, and resolving conflicts. Triggers on "help me rebase", "fix merge conflict", "create branch", "git history", "undo commit", "squash commits", or any git workflow questions.

always-further
always-further
devops
open
git-workflows
2

conventional-commits

Commit message standards following Conventional Commits specification. Use this when writing commit messages for the Hey Jarvis project.

ffMathy
ffMathy
devops
open
git-workflows
2

issue-prerequisite

Use before starting ANY work - hard gate ensuring a GitHub issue exists, creating one if needed through user questioning

troykelly
troykelly
devops
open
git-workflows
2

project

Clone and track external repos. Use when user shares GitHub URL to study or develop, or says "search repos", "find repo", "where is [project]". Actions - learn (clone for study), incubate (clone for development), search/find (search repos), list (show tracked).

laris-co
laris-co
devops
open
git-workflows
2

uv-advanced-dependencies

Advanced dependency scenarios in uv projects: Git dependencies, path dependencies, editable installs, dependency groups, extras, constraints, and custom indexes. Use when user mentions git+https dependencies, local path dependencies, editable installs, dependency groups, or private package indexes.

laurigates
laurigates
devops
open
git-workflows
2

security-validation

Pre-merge security validation detecting secrets, user-specific paths, insecure SSH configurations, and security-weakening flags

auldsyababua
auldsyababua
devops
open
git-workflows
2

generate-pull-request

Generate a pull request using GitHub CLI following the project's pull request template.

seanogdev
seanogdev
devops
open
git-workflows
2

pre-pr-checklist

Validate documentation requirements before creating a PR. Checks for scratchpad entries, CHANGELOG updates, tests, and plan files based on change type. Use before creating pull requests to ensure all documentation gates are satisfied.

Euda1mon1a
Euda1mon1a
devops
open
git-workflows
2

requesting-code-review

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

JoaquinCampo
JoaquinCampo
devops
open
git-workflows
2

read-external

Read-only access to external repositories for cross-repo context. Use when you need to reference code, patterns, or documentation from other local repositories.

UnaMentis
UnaMentis
devops
open
git-workflows
2

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.

duc01226
duc01226
devops
open
Previous
Page 80 / 141
Next