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

handling-review-comments

Handles GitHub pull request review comments. Use when asked to fix review comments, address PR feedback, or resolve review threads. Fetches comments via GitHub CLI, fixes issues in code, replies to reviewers, and resolves threads.

sergiodk5
sergiodk5
devops
open
git-workflows
0

git-rewrite

Analyze and reorganize git branch history into logical, shippable commits. Automatically identifies patterns like RuboCop fixes, test iterations, and implementation evolution, then creates clean commit history with comprehensive messages.

patrick-motard
patrick-motard
devops
open
git-workflows
0

parallel-dev

Manage parallel development using git worktrees. Use this skill when: - User wants to work on multiple features simultaneously - User mentions worktrees ("create worktree", "switch worktree", "list worktrees") - User wants to parallelize development ("work in parallel") - User asks about worktree status

chunlea
chunlea
devops
open
git-workflows
0

phase-commit

Gerencia commits automaticos ao final de cada fase do SDLC. Garante que artefatos de cada fase sejam commitados e rastreados. Use quando: transicao de fase, checkpoint de progresso.

arbgjr
arbgjr
devops
open
git-workflows
0

create-issue

Create well-structured GitHub issues following best practices and conventions. Use when the user asks to create an issue or needs to track work.

abyanmajid
abyanmajid
devops
open
git-workflows
0

commit

Git 커밋 메시지 작성 지침. 테스트 통과 후에만 커밋. git reset --hard 절대 금지.

NB993
NB993
devops
open
git-workflows
0

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

Almana-cc
Almana-cc
devops
open
git-workflows
0

verbump

Bump the Blackpepper version, review full git diffs (including unrelated changes), craft a Conventional Commit message, and push the current branch. Use when the user asks to "verbump", "bump version", "increment version", "release", or explicitly requests version bump + commit + push for this repo.

sudhanshug16
sudhanshug16
devops
open
git-workflows
0

dev-workflow

Cómo trabajar en el repo: comandos disponibles, validaciones manuales y reglas operativas.

pqem
pqem
devops
open
git-workflows
0

plan-pr

プルリクエストのレビューコメントを確認し、対応用のタスクファイル作成をサポートします。githubスキルを使用してレビューコメントを取得し、Claude Codeがその情報を元にtmp/todoフォルダにタスクファイルを作成します。

canpok1
canpok1
devops
open
git-workflows
0

git-workflow

Git 工作流与提交规范技能:标准化的 Git 操作流程和 Conventional Commit 规范。 Use when: 需要提交代码、创建分支、发起 PR、管理版本。 Triggers: "commit", "提交", "push", "推送", "branch", "分支", "PR", "pull request", "merge", "合并"

dseirz-rgb
dseirz-rgb
devops
open
git-workflows
0

pr-creation

現在の変更から自動でPRを作成するスキル。develop/mainブランチからfeat/*ブランチを作成し、ファイルを選択的にコミットし、gh CLIでPRを作成する。コード変更後のPR作成や、作業の区切りでPRにまとめたいときに使用する。

RECERQA
RECERQA
devops
open
git-workflows
0

project-architecture-guideline

Enforces the Single Source of Truth (SSOT) and directory classification rules for the "Grass Cutting" game project.

Bn0u0
Bn0u0
devops
open
git-workflows
0

commit-helper

Generate conventional commit messages from code changes

llu77
llu77
devops
open
git-workflows
0

commit-message-style

Write commit messages in the preferred generic style: `type: imperative summary` with backticks around code identifiers and no scope. Use when you are about to `git commit`, splitting work into multiple commits, or when the user asks you to commit code.

greenhat
greenhat
devops
open
git-workflows
0

label-management

Manage GitHub labels - create, edit, delete, apply labels, and organize with color coding using gh CLI

Nice-Wolf-Studio
Nice-Wolf-Studio
devops
open
git-workflows
0

path-reference

Create properly formatted references to paths (files or folders) in a git repository. Use when writing docs that need to link to any path in the repo.

MacHu-GWU
MacHu-GWU
devops
open
git-workflows
0

hti-fallback-guard

In this repo, avoid sloppy fallback logic. Prefer explicit failures, narrow error handling, and clearly marked TODOs over fake success paths.

moviesR
moviesR
devops
open
git-workflows
0

create-pr

⚠️ MANDATORY - YOU MUST invoke this skill ONLY when user says "raise/create/draft PR". ONLY auto-commit scenario. Creates/validates branch with mriley/ prefix, commits all changes (invokes safe-commit), pushes to remote, creates PR with proper format. NEVER create PRs manually.

meriley
meriley
devops
open
git-workflows
0

archive-work

Archive completed scratchpads and session logs to project history. Invoke when user says "archive this work", "clean up scratchpad", "archive scratchpad", or after PR is merged.

fusupo
fusupo
devops
open
git-workflows
0

git-branch-cleanup

ローカルGitブランチを分析し、安全にクリーンアップします。マージ状態、古さ、リモート追跡状況によってブランチを分類し、削除すべきブランチを特定します。ユーザーが「ブランチを整理」「古いブランチを削除」と依頼した時にアクティベートします。

sage-base
sage-base
devops
open
git-workflows
0

github-research

Use the gitbug mcp and learn about how code should look

b-illy-d
b-illy-d
devops
open
Previous
Page 102 / 141
Next