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

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup. Presents exactly 4 options: merge locally, create PR, keep as-is, or discard. Do NOT use when tests are failing or work is incomplete - fix issues first before finishing the branch.

jrc1883
jrc1883
devops
open
git-workflows
2

git-commit

Create conventional commits from staged/unstaged changes. Use when user asks to commit, create commits, commit changes, commit all, make commits, separate commits, commit everything, stage and commit, commit these changes, save and push, commit this work, or requests push after committing. Handles single or multiple commits, staging, message generation from diffs, and push operations.

otrebu
otrebu
devops
open
git-workflows
2

git-branch-merge

Manages branches/merges. Use for switching/creating/deleting branches, merging. Triggers - feature branches, PRs.

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

git-mastery

Git workflow enforcement and best practices. Use when: - Writing commit messages or reviewing commits - Creating branches or choosing merge strategies - Setting up CI/CD pipelines with git operations - Resolving merge conflicts or rebasing - Configuring repository settings or git hooks - Optimizing large repository performance Keywords: git, commit, branch, merge, rebase, PR, pull request, trunk-based, conventional commits, atomic commits, git hooks, CODEOWNERS

phrazzld
phrazzld
devops
open
git-workflows
2

git-directory-management

Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files

boneskull
boneskull
devops
open
git-workflows
2

guardrails

Use for change discipline, validation expectations, and safety checks when making repo changes.

lmiguelvargasf
lmiguelvargasf
devops
open
git-workflows
2

github-cli-helper

Execute GitHub CLI commands using the correct Homebrew path. Use when interacting with GitHub PRs, issues, repos, or any gh command.

mkaczkowski
mkaczkowski
devops
open
git-workflows
2

create-pr

Generate a GitHub PR URL with pre-filled title and body from story metadata and changed files. Run after code-review passes.

chris-haste
chris-haste
devops
open
git-workflows
2

pr

How Matt creates pull requests - branch naming, commit style, PR workflow

ascorbic
ascorbic
devops
open
git-workflows
2

pr-review-resolver

PR 코드 리뷰 코멘트를 체계적으로 해결하는 skill. 사용자가 (1) PR 리뷰 코멘트 해결을 요청하거나, (2) 코드 리뷰 피드백을 반영하려고 하거나, (3) "리뷰 코멘트", "PR 코멘트", "코드 리뷰" 관련 수정을 언급할 때 사용. 1 코멘트 → 1 작업 → 1 테스트 → 1 커밋의 원칙으로 진행하며 진행 상황을 YAML로 추적.

JunHCha
JunHCha
devops
open
git-workflows
2

review-pr

Reviews a GitHub pull request. Use when the user wants to review a PR, get feedback on changes, or check code quality.

sakuro
sakuro
devops
open
git-workflows
2

workhub

工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。

Dwsy
Dwsy
devops
open
git-workflows
2

git-operations

Guide for Git operations including commits, branches, rebasing, conflict resolution, and following Git best practices and conventional commits

vinnie357
vinnie357
devops
open
git-workflows
2

committing-and-creating-pr

Commits changes, pushes to remote, and creates a draft PR. Use when: user wants to commit and create PR in one flow.

sasamuku
sasamuku
devops
open
git-workflows
2

bmorphism-stars

bmorphism's GitHub stars (2155 repos) and created repos - a curated index

plurigrid
plurigrid
devops
open
git-workflows
2

pr-changeset

Create changesets for package changes in pull requests. Use whenever you modify code in any package (packages/*). Required before committing changes to packages. Handles versioning with patch for bug fixes, minor for features, and major only when explicitly requested.

OpenSaasAU
OpenSaasAU
devops
open
git-workflows
2

receiving-code-review

Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not performative agreement or blind implementation.

HankLiu447
HankLiu447
devops
open
git-workflows
2

ok

git addしてください。.gitignoreすべきであろうファイルがあれば確認を必ずしてください。

chocopie116
chocopie116
devops
open
git-workflows
2

commit-staged

Commit staged changes only using Conventional Commit parameters (validates inputs).

iimuz
iimuz
devops
open
git-workflows
2

commit-push-pr

Validate code, commit, push, and create PR if needed

ahtavarasmus
ahtavarasmus
devops
open
git-workflows
2

worker-dispatch

Use to spawn isolated worker processes for autonomous issue work. Creates git worktrees, constructs worker prompts, and handles worker lifecycle.

troykelly
troykelly
devops
open
git-workflows
2

nix-module

Generate new Nix configuration modules following the repository's standard pattern. Creates module boilerplate in system/, darwin/, or home/ directories with proper options structure, imports parent default.nix automatically, and follows best practices for module organization.

andrewyazura
andrewyazura
devops
open
git-workflows
2

merge-pr

Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.

sakuro
sakuro
devops
open
Previous
Page 76 / 141
Next