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

smart-commit

Commits changes with concise, clear commit messages (under 52 characters). Automatically creates feature branches when committing from main/master branches, using simple names like 'johnmog-area-change'. Use when you want to commit changes with a meaningful message or need to safely work off main.

johnmog
johnmog
devops
open
git-workflows
0

formatting-commits

Creates commits strictly following Conventional Commits format. ALWAYS read BEFORE committing changes, amending commits, or when the user mentions git commits, conventional commits, or commit messages.

jeninh
jeninh
devops
open
git-workflows
0

worktree-tending

Manage git worktrees for parallel branch development using custom git scripts (git-newtree, git-killtree, git-maingulp). Use when creating new worktrees, listing active worktrees, or closing/merging worktrees back to main. All worktrees are stored in .tree/ subdirectories of the repository.

lajarre
lajarre
devops
open
git-workflows
0

requesting-code-review

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

jmmL
jmmL
devops
open
git-workflows
0

git-lines

Stages specific lines from git diffs when hunk-level staging is too coarse. Use when a file contains multiple unrelated changes that need separate semantic commits, split commits, partial staging, or cherry-picking specific lines. Requires git-lines tool on PATH.

Omegaice
Omegaice
devops
open
git-workflows
0

git-workflow-manager

Manages git operations: worktree creation, branch management, commits, PRs, semantic versioning, daily rebase workflow, and PR feedback handling. Use when: Creating branches/worktrees, committing, pushing, versioning, handling PR feedback Triggers: create worktree, commit, push, rebase, version, PR, PR feedback

stharrold
stharrold
devops
open
git-workflows
0

start-work

Start work on a Feature/Bug/Chore issue by creating a git worktree. Use when user wants to work on something, implement a feature, start development, or confirms work on a Linear issue. Uses Linear's auto-generated branch name and gwq for worktree creation. Do NOT load for: Thinking issues, code review, deployment.

y4m3
y4m3
devops
open
git-workflows
0

command-fix-feature

Use the /fix-feature slash command to diagnose and fix bugs with a review loop. Use when: addressing defects or regressions.

omerlefaruk
omerlefaruk
devops
open
git-workflows
0

git-hex-branch-cleanup

This skill should be used when the user wants to clean up a feature branch's history using git-hex (squash/fixup commits, reorder/drop/split commits, or rebase a branch onto main) without using an interactive terminal. Trigger phrases include: "clean up my branch", "polish history", "squash these commits", "fixup commits", "rebase onto main", "rewrite commits".

yaniv-golan
yaniv-golan
devops
open
git-workflows
0

git-forensics

分析 Git 历史,发现"逻辑耦合"(总一起改的文件)和"热点"(高频修改的复杂模块)。基于 Adam Tornhill 的《Your Code as a Crime Scene》方法论。

Haaaiawd
Haaaiawd
devops
open
git-workflows
0

tasks-generator

TDD 워크플로우, Git Worktree, Phase 번호, 태스크 독립성 규칙이 적용된 TASKS.md를 생성합니다. /socrates 완료 후 자동 호출되거나 독립적으로 실행 가능합니다.

kyh0703
kyh0703
devops
open
git-workflows
0

draft-pr-with-squash

コミットをsquashして1つに集約し、Draft PRを作成するワークフロー。複数のコミットを1つに整理してからPRを作成します。

usadamasa
usadamasa
devops
open
git-workflows
0

detect-release-scope

Analyze git changes to determine release scope (marketplace/plugin/variants)

jayteealao
jayteealao
devops
open
git-workflows
0

remind-gabe-os-context

Proactively remind about Gabe-OS workflows when context may have been lost, especially after /compact operations. Prevent manual implementation by checking for existing specs first.

gabe-almeida
gabe-almeida
devops
open
git-workflows
0

context7

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

samb-park
samb-park
devops
open
git-workflows
0

mcp-usage

Descreve como usar MCPs relevantes (filesystem, git, runtime) para trabalhar com o projeto Daylyou.

bernardohaha
bernardohaha
devops
open
git-workflows
0

conventional-committer

Conventional Commits仕様に従ったコミットメッセージを作成する。コミット時に必ず使用すること。

marromugi
marromugi
devops
open
git-workflows
0

ship

Create branch, commit, push, open PR, auto-review, fix issues, and merge

davistroy
davistroy
devops
open
git-workflows
0

gitlab

GitLab operations via glab CLI. Use when user mentions: MR, merge request, gitlab issue, pipeline, CI status, glab, or when git remote shows gitlab.com or self-hosted GitLab.

ETeissonniere
ETeissonniere
devops
open
git-workflows
0

merging-default

To be used merging current branch into main branch to keep it up to date. Follow this instruction set for merging branches into main or master.

AlbertoBasalo
AlbertoBasalo
devops
open
Previous
Page 107 / 141
Next