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

github-pull-request

Create and manage pull requests when a feature is complete, a bug is fixed, or documentation is updated. Typical use cases include (1) Proposing a finished feature or bug fix for integration into the base branch, (2) Requesting approval for design artifacts (ADR, Architecture, Specs) to promote to the next phase, and (3) Updating descriptions, addressing review feedback, or syncing with origin before merging.

masa-codehub
masa-codehub
devops
open
git-workflows
0

gitagent

Use this skill in the scenario of writing git commit messages.

zht7063
zht7063
devops
open
git-workflows
0

init-risk-knowledge

Initialize the risk knowledge base repository by removing sample data and creating a clean structure. Use when setting up this repository for a new project. Creates .examples/ directory with sample files for reference while cleaning the main structure. This is a one-time operation for initial project setup.

atman-33
atman-33
devops
open
git-workflows
0

pr-attribution

Shows who will be attributed to the changes in your PR by analyzing commit authors and line-by-line changes. Use when the user asks who will be credited for changes, who authored the PR changes, or when syncing with main causes unexpected authors to appear.

zmchenry
zmchenry
devops
open
git-workflows
0

commit

Commit Staged Changes. Create a commit for currently staged changes with an auto-generated message. Use when the user says "commit", "make a commit", "commit my changes", or invokes /commit.

MikaelWeiss
MikaelWeiss
devops
open
git-workflows
0

project-dev-planner

專案開發工作流程管理,透過 5 階段結構化開發和智慧上下文載入節省 70-85% token。 **觸發時機:** - 使用者輸入 'go init'(新專案 MVP 規劃) - 使用者輸入 'go'(開始/繼續開發) - 專案根目錄存在 TODO.md - 使用者提到「繼續開發」「專案進度」「模組化檢查」 **核心功能:** - MVP 優先的互動式專案初始化 - Token 優化的階段性開發(節省 70-85%) - 自動 conventional commits - 模組化健康度檢查

wen-hsiu-hsu
wen-hsiu-hsu
devops
open
git-workflows
0

commit-message

Generates conventional commit messages based on pending git changes using standard source control terminology and best practices

danbrickey
danbrickey
devops
open
git-workflows
0

handoff-progress-pr

Merge and close a progress planning PR created by create-progress-pr, patch its PR body Progress link to point to the base branch so it survives branch deletion, and kick off implementation work by creating feature PRs that reference the planning PR and progress file. Use when a progress plan PR is approved and you are ready to start implementation.

graysurf
graysurf
devops
open
git-workflows
0

conventional-commits

Conventional Commits specification for standardized, semantic versioning-compatible commit messages

LeandroLarrosa
LeandroLarrosa
devops
open
git-workflows
0

worktree-policy

Enforce mandatory git worktree usage for multi-agent file modifications

ekson73
ekson73
devops
open
git-workflows
0

resolve-pr-comments

Resolve bot review comments (CodeRabbit, Copilot, Gemini) on GitHub PRs using subagents. Use when: (1) User asks to 'review PR comments' or 'resolve PR comments', (2) User says 'work through PR N comments' or 'handle bot comments', (3) Need to triage CodeRabbit/Copilot/Gemini review comments, (4) Processing PR feedback at scale, (5) Want to see what's already fixed vs still pending. NOT for: creating PRs, reviewing code yourself, writing new reviews. Triggers: review PR comments, resolve PR comments, work through PR comments, handle bot comments, process CodeRabbit comments, triage PR feedback, fix PR review issues, resolve bot comments, pr comment resolver.

LukasStrickler
LukasStrickler
devops
open
git-workflows
0

git-master

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

patrickhaahr
patrickhaahr
devops
open
git-workflows
0

github-pr

Create and manage pull requests

BreakerOfStems
BreakerOfStems
devops
open
git-workflows
0

create-worktree

Git worktree を作成し、並行開発用の独立したブランチ環境を構築する。プラットフォーム固有コード開発時に使用。

takemo101
takemo101
devops
open
git-workflows
0

bd

Git-native issue tracking with first-class dependency support. Issues stored alongside code in .beads/ directory, dual-persisted in SQLite (queries) and JSONL (git-friendly history). Hash-based IDs, DAG dependencies, daemon mode with RPC, and LSP-inspired multi-workspace support.

Zpankz
Zpankz
devops
open
git-workflows
0

commit-push

Create a conventional commit and push it to the remote repository. Use when the user wants to commit changes and immediately push them, or says "commit and push" or "push my changes".

eriknovak
eriknovak
devops
open
git-workflows
0

github-issues

manage the lifecycle of GitHub Issues, including creation, triage, milestones, search, and sub-issue hierarchy

Z1-Test
Z1-Test
devops
open
git-workflows
0

pr-create

タスク実装完了後にプルリクエストを作成するスキル。実装→テスト→コミット→プッシュ後に「PR作成」「/pr-create」「プルリクエストを作成して」などで使用。

Umisyo
Umisyo
devops
open
git-workflows
0

fix-pr-comments

This skill should be used when the user asks to "fix PR comments", "address PR feedback", "resolve PR threads", mentions "PR review", or discusses GitHub pull request comments.

tbroadley
tbroadley
devops
open
git-workflows
0

stacked-pr

Create and update stacked pull requests. Use this after completing an implementation phase to commit changed files.

elliotsteene
elliotsteene
devops
open
git-workflows
0

go-best-practices

Go development best practices, patterns, and conventions. Use when writing Go code, reviewing .go files, discussing goroutines, channels, error handling, or Go project structure. Triggers on mentions of Go, Golang, goroutines, channels, defer, interfaces, go mod.

eous
eous
devops
open
git-workflows
0

openspec-rulebook-github-delivery

三体系端到端交付主流程(OpenSpec + Rulebook + GitHub)。GitHub 是并发与交付的唯一入口(Issue/Branch/PR/Checks/Auto-merge)。

Leeky1017
Leeky1017
devops
open
git-workflows
0

worktree-manager-skill

Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.

eduardoarantes
eduardoarantes
devops
open
git-workflows
0

cc-development-workflow

This skill should be used when starting any feature or bug fix, exploring unfamiliar code, making commits or PRs, or when unsure which agent or approach to use. Covers agent routing, git discipline, testing workflow, and proactive quality practices.

ImproperSubset
ImproperSubset
devops
open
Previous
Page 122 / 141
Next