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
1

commit

Use when creating any git commit, when user asks to commit work, or after completing a task. Always invoke before running git commit.

elahti
elahti
devops
open
git-workflows
1

commit-helper

Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing commits.

nodnarbnitram
nodnarbnitram
devops
open
git-workflows
1

git-use

Git operations with conventional commits.

ThorstenRhau
ThorstenRhau
devops
open
git-workflows
1

use-review-request

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

mtthsnc
mtthsnc
devops
open
git-workflows
1

github-search

Search GitHub code, repositories, issues, and PRs via gh CLI

SiTaggart
SiTaggart
devops
open
git-workflows
1

faf-sync

Keep project.faf and CLAUDE.md in bidirectional sync using Context-Mirroring technology (8ms bi-sync). Maintains consistency between project DNA (project.faf) and workflow instructions (CLAUDE.md). Use when user asks "sync my files", "keep FAF updated", "mirror to CLAUDE.md", or after making changes to either file.

Wolfe-Jam
Wolfe-Jam
devops
open
git-workflows
1

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

mbcoalson
mbcoalson
devops
open
git-workflows
1

pr-message-generator

develop 브랜치에서 분기한 시점부터 현재까지의 모든 변경사항을 분석하여 구조화된 한글 PR 메시지를 자동으로 생성합니다. 카테고리별로 변경사항을 정리하고 완료 체크리스트를 포함합니다.

Mockly-Company
Mockly-Company
devops
open
git-workflows
1

rebase-a-git-branch

Provides comprehensive rebase workflow with automatic base branch sync, author date management, and conflict resolution guidance. Syncs base branch before rebasing, prevents mainline rebase errors, resets author dates on request. Integrates with Git Safety Protocol for force push warnings. Use for 'rebase', 'rebase on main', 'rebase onto', 'update branch with main'.

cblecker
cblecker
devops
open
git-workflows
1

template-structure

Implement proper directory structure for project templates following established patterns. Use when creating new templates or organizing template directories.

gizix
gizix
devops
open
git-workflows
1

pre-push-quality-checks

PR作成・git push前に必ず使用。bun install → fix → format → type → lint を順番に実行。

ludiscan
ludiscan
devops
open
git-workflows
1

requesting-code-review

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

ebinnion
ebinnion
devops
open
git-workflows
1

github-repo-skill

Guide for creating new GitHub repos and best practice for existing GitHub repos, applicable to both code and non-code projects

turbomam
turbomam
devops
open
git-workflows
1

git-workflow

ファイル修正前にブランチを確認・作成する。コードを編集する前、ファイルを変更する前、バグ修正や機能追加を行う前に使用。mainブランチへの直接コミットを防ぐ。

zakisanbaiman
zakisanbaiman
devops
open
git-workflows
1

finishing-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

marcos-abreu
marcos-abreu
devops
open
git-workflows
1

commit-helper

Generates clear, conventional commit messages from git diffs

fwdslsh
fwdslsh
devops
open
git-workflows
1

openspec-new-change

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

pproenca
pproenca
devops
open
git-workflows
1

issue-creator

Creates GitHub issues and adds them to the ExamJam V.Next 25 project (project 19) with custom field values. Handles the complete workflow of gathering issue details, fetching project field options dynamically, creating the issue, adding it to the project, and setting Priority, Type, Initiative, and Status fields.

kwiggen
kwiggen
devops
open
git-workflows
1

worktree-user

You are a user of git worktrees. You interact with git worktrees to carry out coding tasks.

graphlessdb
graphlessdb
devops
open
git-workflows
1

worktree

Use before ANY code changes. Ensures work happens in isolated git worktrees, not on main branch. Critical safety check.

sharpner
sharpner
devops
open
git-workflows
1

git-worktree

Git worktreeを使った並列開発を支援する。複数のClaude Codeインスタンスで同時に異なるブランチの作業を行う際に使用する。"worktree"、"並列開発"、"別ブランチで作業"などのキーワードで発動。

sh1ma
sh1ma
devops
open
git-workflows
1

git-commit

Git リポジトリへの変更をコミットする。Conventional Commits 形式で日本語のコミットメッセージを作成する。過去の履歴を参考にしつつ、「何を解決したか」を明確に記述する。TODO/計画がある場合はそのステップ単位でコミットを分割する。ユーザーが「コミットして」「変更をコミット」「/commit」「git commit」などと言ったときに使用する。

kasaharu
kasaharu
devops
open
git-workflows
1

review-pr

Review pull requests for code quality, security, and best practices. Use when the user says "review PR", "review pull request", "check this PR", "PR review", or provides a PR number or URL to review.

mhalder
mhalder
devops
open
Previous
Page 90 / 141
Next