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
2

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. Verifies .gitignore, runs project setup, confirms clean test baseline. Do NOT use for quick fixes or small changes - worktrees add overhead; use simple branch switching for trivial changes.

jrc1883
jrc1883
devops
open
git-workflows
2

git-config

Manages Git config. Use for user/email, remotes. Triggers - setup, personalization.

Knuckles-Team
Knuckles-Team
devops
open
git-workflows
2

project-init

プロジェクト初期化。CLAUDE.mdや.claude/がない場合にテンプレートを適用し、PJ固有設定を促す。

ukwhatn
ukwhatn
devops
open
git-workflows
2

oh-task

Work a GitHub issue to completion in a branch, including review follow-ups, then PR for human review

open-horizon-labs
open-horizon-labs
devops
open
git-workflows
2

creating-pull-request

Creates a GitHub pull request using gh CLI with proper formatting. Use when: user wants to create a PR, open a pull request, or submit changes for review.

sasamuku
sasamuku
devops
open
git-workflows
2

github-repo

Get GitHub repository information including stars, forks, issues, languages, and metadata. Use when the user asks for repository details, GitHub stats, or repo information.

Mearman
Mearman
devops
open
git-workflows
2

grizzly-gabe

Grizzly Gabe is the Fixer and Red Team specialist. Systematically resolves issues from reports. Hacker mindset - knows every exploit because he has used them. Thinks like an attacker to fix like a defender. Grizzled veteran who fixes with care. Invoke with "Gabe, fix these" or "Gabe, red team this".

HakAl
HakAl
devops
open
git-workflows
2

finish-feature

Complete feature work and merge back to main branch. Use when user wants to finish a feature, close a feature, or merge feature branch. Switches to main, pulls latest changes, merges feature branch, and pushes to remote.

otrebu
otrebu
devops
open
git-workflows
2

maintain-clash-mihomo-config

Maintain and update this Clash/Mihomo configuration repo (mihomo.yaml, mihomo.js, rules/*.list, *Merged.list, force_ttl_rules.txt). Use when editing proxy groups, rule providers, DNS/TTL rules, or regenerating merged lists in this project.

mmm1h
mmm1h
devops
open
git-workflows
2

safe-git-guard

Prevents destructive Git operations by requiring backup and confirmation. Blocks git reset --hard, git push --force on main, git clean -fd. Requires backup before git checkout, git reset, git rebase. Activate on any destructive git command.

freitasp1
freitasp1
devops
open
git-workflows
2

git-pull

Bulk pulls multiple repositories at once

Knuckles-Team
Knuckles-Team
devops
open
git-workflows
2

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans

axiomantic
axiomantic
devops
open
git-workflows
2

git-workflow

Handle squashing multiple commits and rebasing feature branches safely. Use when consolidating commits into a single commit, or rebasing feature branches onto updated development branches. Falls back from jj when not available.

TrevorS
TrevorS
devops
open
git-workflows
2

agent-setup

Set up the agent-friendly git wrapper router (venv, PATH shims, config, verification). Use when installing or troubleshooting the router, git/gh shims, or CLI routing behavior for this project.

hollant3510
hollant3510
devops
open
git-workflows
2

env-variable-management

Guide for adding environment variables. Use when adding new env vars to ensure all 4 locations are updated (code, SST, workflow, GitHub secrets).

Esdeveniments
Esdeveniments
devops
open
git-workflows
2

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 | 現在のワークスペースからの分離が必要な機能開発を開始する際、または実装計画を実行する前に使用 - スマートなディレクトリ選択と安全性検証を伴う分離されたgit worktreeを作成

lv416e
lv416e
devops
open
git-workflows
2

git-commit-messages

Format git commit messages correctly, avoiding HEREDOC syntax issues in favor of multiline strings

boneskull
boneskull
devops
open
git-workflows
2

git-gtr-expert

Git GTR (Git Worktree Runner) の利用方法を熟知しています。 git worktree を使ったブランチの管理や操作は git-gtr を使ってください。

tomoasleep
tomoasleep
devops
open
git-workflows
2

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

troykelly
troykelly
devops
open
git-workflows
2

uv-workspaces

Manage monorepo and multi-package Python projects with uv workspaces. Covers workspace configuration, member dependencies, shared lockfiles, and building. Use when user mentions uv workspaces, Python monorepo, multi-package projects, workspace members, or shared dependencies across packages.

laurigates
laurigates
devops
open
git-workflows
2

worktree

Create an isolated git worktree for code changes. Use when starting work on a new feature, bug fix, or any changes that should be on a separate branch. Keeps the main working directory clean.

shawnrushefsky
shawnrushefsky
devops
open
git-workflows
2

fixup-committing

Creates a fixup commit and performs autosquash rebase. Use when: user wants to fixup a commit, amend a previous commit, or squash into existing commit.

sasamuku
sasamuku
devops
open
git-workflows
2

senior-rust-practices

This skill should be used when the user asks about "rust workspace", "rust best practices", "cargo workspace setup", "rust code organization", "rust dependency management", "rust testing strategy", "rust project", "scalable rust", "rust CI setup", or needs guidance on senior-level Rust development patterns, workspace design, code organization strategies, or production-ready Rust architectures.

ClementWalter
ClementWalter
devops
open
git-workflows
2

scheme

GNU Scheme ecosystem = guile + goblins + hoot + fibers.

plurigrid
plurigrid
devops
open
Previous
Page 81 / 141
Next