home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
10

semantic-committing

コミット時、「commit」「git add」「変更を分割」の言及時に使用。git diffを分析し、変更を論理的な意味単位に分割してコミットする。git-sequential-stageでhunk単位のステージングを行う。

syou6162
syou6162
devops
open
git-workflows
10

gha-sha-reference

ユーザーがGitHub Actionsのタグ参照をSHA参照に変換するよう要求したときに発動してください。uses:フィールドのタグ参照を自動的にSHA参照(コミットハッシュ + コメント付きバージョン)に変換します。

syou6162
syou6162
devops
open
git-workflows
10

git-commit-helper

git diff를 분석하여 설명적인 커밋 메시지를 생성합니다. 사용자가 커밋 메시지 작성이나 스테이징된 변경사항 검토를 요청할 때 사용합니다.

woowacourse-teams
woowacourse-teams
devops
open
git-workflows
10

create-pr

Create a pull request with a concise, useful description

gricha
gricha
devops
open
git-workflows
10

github-repo-skill

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

berkeleybop
berkeleybop
devops
open
git-workflows
9

gitlab-runners

Manages GitLab runners. Use for registering, updating, deleting runners at various levels. Triggers: CI infrastructure.

Knuckles-Team
Knuckles-Team
devops
open
git-workflows
9

gitlab-tags

Manages GitLab tags. Use for creating, deleting, protecting tags. Triggers: versioning.

Knuckles-Team
Knuckles-Team
devops
open
git-workflows
9

using-git-worktrees

Creates isolated git worktrees for parallel development. Use when starting feature work needing isolation or working on multiple branches simultaneously. Not for simple branch switching or basic git operations.

alexei-led
alexei-led
devops
open
git-workflows
9

dev

Development workflow for this repository. Run `make help` to see available targets.

whilp
whilp
devops
open
git-workflows
9

writing-go

Idiomatic Go 1.25+ development. Use when writing Go code, designing APIs, discussing Go patterns, or reviewing Go implementations. Emphasizes stdlib, concrete types, simple error handling, and minimal dependencies.

alexei-led
alexei-led
devops
open
git-workflows
9

code-review

Code review practices with technical rigor and verification gates. Practices: receiving feedback, requesting reviews, verification gates. Capabilities: technical evaluation, evidence-based claims, PR review, subagent-driven review, completion verification. Actions: review, evaluate, verify, validate code changes. Keywords: code review, PR review, pull request, technical feedback, review feedback, completion claim, verification, evidence-based, code quality, review request, technical rigor, subagent review, code-reviewer, review gate, merge criteria. Use when: receiving code review feedback, completing major features, making completion claims, requesting systematic reviews, validating before merge, preventing false completion claims.

samhvw8
samhvw8
devops
open
git-workflows
9

commit

Create a git commit at the end of a work increment. Use when you have completed a meaningful unit of work and need to hand off to a colleague.

feather-lang
feather-lang
devops
open
git-workflows
9

re-evaluate

Re-evaluate attempt repositories after issues are closed, update evaluation reports, and file new issues for any regressions or newly discovered problems.

brazil-bench
brazil-bench
devops
open
git-workflows
9

creating-git-commit

Git リポジトリのスタイルに合わせてコミットを作成します。ユーザーがコミットを求めたときや、エージェントがコミットするときに必ず使用してください。

p-chan
p-chan
devops
open
git-workflows
9

my-prs

Display GitHub pull requests across all repositories with status indicators and clickable links. Use when user asks to "show my PRs", "list my pull requests", "open my PRs", or wants to see their GitHub contributions.

yanmxa
yanmxa
devops
open
git-workflows
9

dev-workflow

Development workflow for this repository. Run `make help` to see available targets.

whilp
whilp
devops
open
git-workflows
9

creating-git-branch

Git リポジトリの慣習に則って新しいブランチを作成します。ユーザーがブランチの作成を求めたときや、エージェントがブランチを作成するときに必ず使用してください。

p-chan
p-chan
devops
open
git-workflows
8

devops-pipelines

Configures CI/CD pipelines for GitHub Actions or GitLab CI. Use when setting up automated build, test, deploy workflows.

ssiumha
ssiumha
devops
open
git-workflows
8

git-worktree

Use this skill for isolated branch workflows and parallel development. Activates when working on features that need isolation, switching contexts, or managing multiple branches.

gr8monk3ys
gr8monk3ys
devops
open
git-workflows
8

pj-init

Initializes multi-repo workspace CLAUDE.md. Use when managing multiple repositories as a single project.

ssiumha
ssiumha
devops
open
git-workflows
8

git-staging

Stage files, hunks, or specific lines in git non-interactively.

aspiers
aspiers
devops
open
git-workflows
8

rebase-on-main

Update main/master from origin, rebase current branch on it, resolve conflicts, and push.

doodledood
doodledood
devops
open
git-workflows
8

spec-metadata

Generates metadata for research documents and specifications including date/time, git commit, branch, and repository info. Use when creating research documents, handoffs, or any documentation that needs timestamp and git metadata.

jeffh
jeffh
devops
open
Previous
Page 60 / 141
Next