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

validate-git-safety

Validate git operations won't affect protected branches or cause data loss

cowwoc
cowwoc
devops
open
git-workflows
0

python-path

how to use global instance **PROJECTPATHS** in this project

fdshg693
fdshg693
devops
open
git-workflows
0

git-conventional-commits

Conventional commits specification and Git workflow patterns. Use when writing commit messages, setting up commit hooks, or implementing semantic versioning automation.

Naw3
Naw3
devops
open
git-workflows
0

github

GitHub surface for syncing auth/accounts state (read-only) via the gh CLI.

bentossell
bentossell
devops
open
git-workflows
0

jujutsu

Jujutsu (jj) version control commands. Use when working in a jj repository, running version control operations, viewing commit history, managing bookmarks (branches), creating or splitting commits, pushing to Git remotes, or any VCS task in a repo with a .jj directory. Also use when the user mentions jj, change IDs, revsets, or working-copy commits.

asimihsan
asimihsan
devops
open
git-workflows
0

project-structure

Project organization conventions for files, modules, and directory structure

JustinFirsching
JustinFirsching
devops
open
git-workflows
0

commit-message

A skill used when users request to write a commit message.

eanair
eanair
devops
open
git-workflows
0

commit

Create git commits following conventional commits format. Use when asked to commit changes.

matthew-h-cromer
matthew-h-cromer
devops
open
git-workflows
0

git-commit

Commit all changes with validation, conventional commit message, GPG signing, and push to origin

kbrockhoff
kbrockhoff
devops
open
git-workflows
0

requesting-code-review

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

yairbederman
yairbederman
devops
open
git-workflows
0

ship

Create a new branch from the current branch, push the branch, commit all local changes (including untracked files), run codex-review, push commits, and open a PR back to the original branch. Use when the user asks to move the current work to a new branch and open a PR to the branch they started from.

lynnswap
lynnswap
devops
open
git-workflows
0

create-pr

Creates pull requests with smart defaults. Infers target branch from branch name, adapts description detail to PR size, and runs appropriate checks based on PR type (draft vs final). Use when ready to open a PR for review or early feedback.

rynhardt81
rynhardt81
devops
open
git-workflows
0

cpp-dev-guidelines

C++ development guidelines for modern C++17/20 projects. Use when creating C++ classes, functions, headers, or working with CMake, templates, smart pointers, RAII, memory management, STL containers, multithreading, or C++ best practices. Covers project structure, modern C++ idioms, build systems, testing with GoogleTest/Catch2, and performance considerations.

NmBoyd
NmBoyd
devops
open
git-workflows
0

commit-push-pr

変更をコミットし、リモートにプッシュし、プルリクエストを作成します。ユーザーが「コミットしてPR作成」「変更をプッシュしてPR」などと指示した際に使用します。

Kensan196948G
Kensan196948G
devops
open
git-workflows
0

git-commit

Create well-formatted commits

ivanov-i
ivanov-i
devops
open
git-workflows
0

start-feature

Commit or stash current work, then start a new feature using worktree workflow. Use when beginning work on a new story or feature, ensures clean state before starting new work.

michael-menard
michael-menard
devops
open
git-workflows
0

git-message-guide

コミットメッセージとPRメッセージのガイドライン。Conventional Commits形式での日本語コミットメッセージ作成、PRの概要・レビュー観点・関連Issue記載をサポート。git commit、PR作成、コミットメッセージの書き方を聞かれた時に使用する。

natsuume
natsuume
devops
open
git-workflows
0

ignore

不要なファイル・ディレクトリを .gitignore に追加・管理する

tatsuki-washimi
tatsuki-washimi
devops
open
git-workflows
0

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

pproenca
pproenca
devops
open
git-workflows
0

convert-other-to-antigravity-skills

Converts existing skills to the Antigravity standard (Project-root relative paths, uv dependency management). Use this when adding new skills or fixing existing ones to run properly in the Antigravity environment.

lips85
lips85
devops
open
git-workflows
0

git-worktrees

Work on multiple branches in parallel using git worktrees via the git-wt helper to avoid context switching or merge noise.

mattg101
mattg101
devops
open
git-workflows
0

git-worktree-workflow

Manage git worktrees for branch isolation. Use when creating feature branches, working on isolated tasks, creating PRs, and cleaning up after merge.

beshkenadze
beshkenadze
devops
open
Previous
Page 110 / 141
Next