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

pr-template

Provides a structured template for Pull Request descriptions. Use when creating PRs, triggered by requests like "create a PR", "make a pull request", or "open a PR".

yaakaito
yaakaito
devops
open
git-workflows
1

fix-pr-feedback

Address PR feedback with iterative refinement. MUST BE USED when fixing PR issues. Supports auto-detection (CI failures, code review) and manual triage (user reports bugs). Creates Beads issues for all problems, fixes systematically. Use when user says "fix the PR", "i noticed bugs", "ci failures", or "codex review found issues", or when user mentions CI failures, review comments, failing tests, PR iterations, bug fixes, feedback loops, or systematic issue resolution.

stars-end
stars-end
devops
open
git-workflows
1

phase-implementation

Guides implementation of features following an established workflow pattern. Use when implementing any feature to ensure consistent process: read requirements, create todos, implement code, write tests, update documentation, commit and push.

arun-gupta
arun-gupta
devops
open
git-workflows
1

git-commit-message

读取暂存区变更(git diff --cached)并参考 git log 的最近提交风格生成提交消息。适用于用户让你读取暂存区、总结暂存变更或建议提交消息的场景。

anghunk
anghunk
devops
open
git-workflows
1

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

thapaliyabikendra
thapaliyabikendra
devops
open
git-workflows
1

newtask

新しいタスクを開始する準備を行います。mainブランチを最新化し、新しいブランチを作成します。「新しいタスク」「タスク開始」「ブランチ作成」などと言った時に使用してください。

CaterpillarSan
CaterpillarSan
devops
open
git-workflows
1

pr

Creates pull requests with proper formatting. Use when creating PRs, opening pull requests, or preparing changes for review.

deanmoses
deanmoses
devops
open
git-workflows
1

git-workflow

Use when managing Git branches, creating commits, or preparing pull requests

trash-panda-v91-beta
trash-panda-v91-beta
devops
open
git-workflows
1

commit-msg

Generate commit message from git diff

cm-yoshikikasama
cm-yoshikikasama
devops
open
git-workflows
1

git-commit-summarizer

Summarizes git commits for specified users over a given time period and generates markdown reports

chaorenex1
chaorenex1
devops
open
git-workflows
1

testing-plan-from-history

Use when you need testing instructions for changes in a branch, before manual QA or creating a PR

ebinnion
ebinnion
devops
open
git-workflows
1

branch-discipline

Enforce one branch per issue, small focused commits, and clean git history. Use with /branch command.

liauw-media
liauw-media
devops
open
git-workflows
1

add-test-coverage

Analyze recent changes and add test coverage for HEAD commit

thoreinstein
thoreinstein
devops
open
git-workflows
1

sync-a-git-branch

Provides fork-aware branch synchronization with automatic remote detection and safe merge handling. Detects fork vs origin repositories, fetches from correct remotes (upstream for forks), and handles fast-forward merges with conflict prevention. Use for 'sync branch', 'pull latest', 'get latest changes', 'sync with upstream', 'update from main'.

cblecker
cblecker
devops
open
git-workflows
1

parallel-exploration

Use when researching unfamiliar code, multiple modules involved, or external libraries referenced

trash-panda-v91-beta
trash-panda-v91-beta
devops
open
git-workflows
1

scaffold-repo

Initialize a new Python repository with correct structure following RAE guidelines

peabody124
peabody124
devops
open
git-workflows
1

requesting-code-review

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

mbcoalson
mbcoalson
devops
open
git-workflows
1

code-review

コードレビュースキル。現在のブランチとリモートオリジンの作成元ブランチとの差分を分析。Use when: コードレビュー、PR前チェック、変更点確認を依頼された時。

yellow-seed
yellow-seed
devops
open
git-workflows
1

premerge-check

プレマージワークフローをローカルで実行してCI/CDチェックを行うスキルです。プルリクエストを作成する前にlint、test、buildをローカル環境で検証したい場合に使用してください。

goataka
goataka
devops
open
git-workflows
1

git-commit

Used when committing staged changes. Generates appropriate commit messages and confirms changes before creating commits.

mikinovation
mikinovation
devops
open
git-workflows
1

commit-helper

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

fwdslsh
fwdslsh
devops
open
git-workflows
1

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

saldanaj97
saldanaj97
devops
open
git-workflows
1

git-conventional-commits

Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generation.

CoderMariusz
CoderMariusz
devops
open
Previous
Page 91 / 141
Next