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

splitting-commit

Split large changes into logical commits by semantic meaning. Use when handling large features or refactors that should be split into focused commits.

kkhys
kkhys
devops
open
git-workflows
0

commit

Create a git commit following the project's gitmoji workflow with verification. Use when (1) user wants to commit staged changes, (2) user invokes /commit command, (3) user asks to create a commit. Triggers on "commit", "git commit", "create commit", "stage and commit".

flying7eleven
flying7eleven
devops
open
git-workflows
0

codex-review-loop

On a GitHub PR, post '@codex review' via gh, wait for Codex’s review, then iterate fix+push cycles until Codex approves / reports no P0/P1 findings.

bobfang1992
bobfang1992
devops
open
git-workflows
0

code-review

Code review methodology. Use when reviewing code locally or preparing for a PR review.

srnnkls
srnnkls
devops
open
git-workflows
0

auto-issue-fixer

Automate the complete GitHub issue lifecycle. Fetches all issues, prioritizes by importance and execution speed, implements fixes using TDD, creates PRs, monitors for reviews, handles feedback autonomously, and notifies when complete. Uses extensive subagent parallelization for context efficiency.

vultuk
vultuk
devops
open
git-workflows
0

tidy-first

Follow Kent Beck's Tidy First principles by strictly separating structural changes from behavioral changes. Use when refactoring code, restructuring code, making structural changes without changing behavior, renaming variables/functions, extracting methods, separating concerns, preparing code for new features, or need to ensure structural and behavioral changes are in separate commits.

snrsw
snrsw
devops
open
git-workflows
0

gh-issue-fix

Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git.. Use when Fixing a GitHub issue end-to-end using gh and local changes..

jscraik
jscraik
devops
open
git-workflows
0

git-commit-formatter

Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.

KnellBalm
KnellBalm
devops
open
git-workflows
0

linear-merge-executor

Execute merge workflow with CI checking and context gathering. Use when merging a PR with full Linear and GitHub context. Handles CI polling, merge validation, execution, cleanup, and status updates. Triggered by /yux-linear-merge command.

wuyuxiangX
wuyuxiangX
devops
open
git-workflows
0

clean-gone-branches

Clean up local git branches marked as [gone] (deleted on remote but still exist locally). Use when the user wants to clean up stale branches, remove gone branches, or delete branches that no longer exist on remote.

mixomat
mixomat
devops
open
git-workflows
0

using-git-worktrees

Create isolated git worktrees with smart directory selection and baseline verification. WHEN: MUST use when needing isolated workspace for feature work. Invoke with "/using-git-worktrees" or "create worktree", "isolated workspace", "work on multiple branches". WHEN NOT: Simple single-branch work, quick fixes on current branch.

LounisBou
LounisBou
devops
open
git-workflows
0

git-commit-helper

현재까지의 작업을 논리적 단위별로 나눠서 커밋합니다.

MALLLAG
MALLLAG
devops
open
git-workflows
0

go-core

Core Go development patterns. Use when working with file structure, error handling, naming conventions, or package organization. Includes domain system file organization and repository query method naming. Triggers: errors.go, domain errors, file structure, constants, interfaces, structured logging, slog, naming convention, Err prefix, domain system. File patterns: internal/**/*.go, pkg/**/*.go

JaimeStill
JaimeStill
devops
open
git-workflows
0

create-worktree

planモード終了後、feature開発用のworktreeを自動作成します。

bvv-1
bvv-1
devops
open
git-workflows
0

maintain-environment

Maintain the repo devcontainer environment and related workflow files. Use when changing .devcontainer or environment setup scripts.

JoernStoehler
JoernStoehler
devops
open
git-workflows
0

high-quality-commit

코드 변경 사항을 적절한 git 커밋 전략으로 git commit한다. 기본적으로는 기존 git 커밋에 squash 전략을 적용하며, 필요에 따라 브랜치 전체의 git 커밋 히스토리를 재구성한다. 구현 완료 시점이나 사용자가 git commit을 요청했을 때 사용한다.

gaebalai
gaebalai
devops
open
git-workflows
0

manage-branch

Creates and manages git branches with enforced mriley/ prefix naming convention. Validates branch names, switches branches safely, and handles branch creation with proper base branch selection.

meriley
meriley
devops
open
git-workflows
0

create-pull-request

Use when the user asks to create a pull request or PR for their work - creates PR using available tools with clear, concise title and description following standard template

timbuchinger
timbuchinger
devops
open
git-workflows
0

using-git-worktrees

You are an expert user of git worktrees. You interact with git worktrees to implement tasks.

tmitchel2
tmitchel2
devops
open
git-workflows
0

requesting-code-review

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

kevindurb
kevindurb
devops
open
git-workflows
0

coding-agent

Incremental development agent with TDD workflow. Use when implementing features one at a time, following test-driven development, making commits, or resuming development work.

adaptationio
adaptationio
devops
open
git-workflows
0

plan-generator

Creates structured fix plans in standardized format for GitHub issue comments.

JuniYadi
JuniYadi
devops
open
git-workflows
0

global-conventions

Follow project-wide development conventions including project structure, documentation standards, version control practices, environment configuration, and dependency management. Use this skill when organizing files and directories, writing README documentation, creating commit messages, managing environment variables, updating dependencies, or establishing code review processes. Apply this skill when ensuring consistent project structure (src/, components/, utils/, tests/), maintaining up-to-date documentation, using clear commit messages and feature branches, properly configuring environment variables without committing secrets, keeping dependencies minimal and documented, and implementing feature flags for incomplete work. This skill ensures the entire team follows predictable patterns for project organization, maintains comprehensive documentation for setup and architecture, practices good version control hygiene, manages configuration securely, and establishes clear workflows for testing and code review.

overtimepog
overtimepog
devops
open
Previous
Page 105 / 141
Next