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

gh

This skill should be used when working with GitHub CLI (gh) for pull requests, issues, releases, and GitHub automation. Use when users mention gh commands, GitHub workflows, PR operations, issue management, or GitHub API access. Essential for understanding gh's mental model, command structure, and integration with git workflows.

msbaek
msbaek
devops
open
git-workflows
0

extract-repo

Download GitHub repos as clean source code (no .git history) to WORKDIR. Do not use in a monorepo.

pascalandy
pascalandy
devops
open
git-workflows
0

worktree-create

新しいブランチとworktreeを作成し、開発作業を開始するためのスキル。タスク着手時に「worktreeを作成」「ブランチを作成して作業開始」「/worktree-create <branch-name>」などで使用。

Umisyo
Umisyo
devops
open
git-workflows
0

start-working

A skill to set up and manage a working directory for development tasks

sters
sters
devops
open
git-workflows
0

merge-helper

Merge feature branch to main with pre-merge checks, CHANGELOG and ARCHITECTURE updates. Use when all spec stages are complete and user wants to merge. Ensures quality gates pass before merge.

davjdk
davjdk
devops
open
git-workflows
0

generating-commit-messages

Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

stephanbrez
stephanbrez
devops
open
git-workflows
0

issue-reporter

作業進捗をGitHub issueに自動報告します。計画立案時、知見獲得時、問題発覚時にブランチ名からissue番号を抽出し、構造化されたコメントを投稿します。

drillan
drillan
devops
open
git-workflows
0

git-commit

定义小芽家教项目的 Git 提交规范,包含 Type 类型、任务关联和原子提交原则。

lwpk110
lwpk110
devops
open
git-workflows
0

feature-lifecycle

A suite of skills to manage the full development lifecycle from start to finish. - `start-feature`: Initializes a new feature branch, docs, and story. - `sync-feature`: Saves work with CI checks. - `finish-feature`: Verifies and creates a pull request.

stars-end
stars-end
devops
open
git-workflows
0

finish-branch

Clean up after a feature branch or experiment is complete. This skill deletes the git worktree and branch ONLY AFTER the associated PR has been merged. It also closes any related GitHub issues. Use this after your PR has been merged to keep the repository clean.

TerryTong-Git
TerryTong-Git
devops
open
git-workflows
0

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

ederheisler
ederheisler
devops
open
git-workflows
0

atomic-commits

Create atomic commits grouped by logical features with README.md and CLAUDE.md awareness.

blueraai
blueraai
devops
open
git-workflows
0

finishing-a-development-branch

Guide completion of development work by presenting merge/PR options. Use when "I'm done", "merge this", "create PR", "finish up", or when implementation is complete and tests pass.

pproenca
pproenca
devops
open
git-workflows
0

git-commit

Guide for writing clear, descriptive commit messages

cowwoc
cowwoc
devops
open
git-workflows
0

cleanup

作業終了後に不要な一時ファイルを削除し、gitにコミットする

tatsuki-washimi
tatsuki-washimi
devops
open
git-workflows
0

smith-style

File naming, path standards, and conventional commits. Use when naming files, creating branches, writing commit messages, or setting up new projects. Covers underscore vs hyphen conventions, commit format, and branch naming patterns.

tianjianjiang
tianjianjiang
devops
open
git-workflows
0

smart-push

변경 사항을 분석하여 적절한 커밋 메시지를 생성하고, 원격 저장소에 안전하게 푸시합니다.

kimjuyoung1127
kimjuyoung1127
devops
open
git-workflows
0

retrieve-diff-from-commit

Retrieve code diff from a local git commit. Use this as the first step in a code review pipeline when reviewing local commits.

xinbenlv
xinbenlv
devops
open
git-workflows
0

unity-project-hygiene

Keep Unity repos stable for CI/CD with proper gitignore, LFS, and project settings

BreakerOfStems
BreakerOfStems
devops
open
git-workflows
0

beads-guard

Safe Beads workflow helper (warning-only). Use before bd sync/close/create to avoid JSONL conflicts. Ensures you are on a feature branch, up to date with origin/master, and stages Beads files cleanly with Feature-Key commits.

stars-end
stars-end
devops
open
git-workflows
0

beads-pr-prepare

Prepare a pull request title/body from a Beads task (optionally using gh)

dikini
dikini
devops
open
git-workflows
0

repo-project-sync-workflow

When editing KINTSUGI notebook modules (Kdecon, Kstitch, Kreg, etc.), always edit the main repo first then sync to project folders

smith6jt-cop
smith6jt-cop
devops
open
git-workflows
0

git-diff

Show changes between two commits or between a commit and the working tree. Returns file-by-file diff information including additions, deletions, and change hunks.

hyper-light
hyper-light
devops
open
Previous
Page 104 / 141
Next