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

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

donellmccoy
donellmccoy
devops
open
git-workflows
0

skills-sync

Bootstrap or maintain a Codex skills repo with auto-sync to ~/.codex/skills; use when setting up a shared skills repository, onboarding new clones, or enabling autosync hooks for skills under skills/.

midhunmonachan
midhunmonachan
devops
open
git-workflows
0

drafting-conventional-commits

Draft a Conventional Commits message from either a short summary of changes or by inspecting the local git diff. Use when the user wants a commit message formatted as type(scope): subject, with optional body and footers for breaking changes or issue references.

yoonsin91
yoonsin91
devops
open
git-workflows
0

windows

Switch to Windows development mode. Copies docs/CLAUDE-Windows.md to the root CLAUDE.md file, applying Windows/WSL-specific instructions. Use when switching from macOS to a Windows computer.

Valorith
Valorith
devops
open
git-workflows
0

github

Use gh CLI for all GitHub operations - issues, PRs, file content, and repository info

getlarge
getlarge
devops
open
git-workflows
0

pr

現在のブランチ名からGitHub ISSUEの情報を取得し、PRを作成します。コミット完了後に自動的に提案します。

nikawa2161
nikawa2161
devops
open
git-workflows
0

tea-cli

Use when interacting with Gitea via command line - managing issues, PRs, releases, repos, or any git forge operations with tea CLI

gaarutyunov
gaarutyunov
devops
open
git-workflows
0

rewriting-git-commits

Rewrites a git commit sequence for a changeset to create a clean branch with commits optimized for readability and review

dherman
dherman
devops
open
git-workflows
0

pr-review-comments

Fetches PR review comments from GitHub, batches similar comments together using semantic analysis, and walks through each batch one at a time with user confirmation between each. Tracks progress in REVIEW_COMMENT_WORK.md for resumability. Use when the user wants to address PR review feedback, fix review comments, or work through code review suggestions.

jorgeavaldez
jorgeavaldez
devops
open
git-workflows
0

atomic-commit

Analyzes git working tree and creates atomic commits with proper messages. Use when the user asks to commit changes, wants atomic commits, or mentions cleaning up their git history before pushing.

dtch1997
dtch1997
devops
open
git-workflows
0

worktree

Manage git worktrees for the current repository. Use when asked to create a worktree, set up parallel development, work on multiple branches simultaneously, or manage existing worktrees. Triggers on phrases like "create worktree", "new worktree", "parallel branch", "list worktrees", or "remove worktree".

franchiseai
franchiseai
devops
open
git-workflows
0

github-commit

Writes an atomic commit for theuncommited code in the current branch, using atomic changesets.

erikbeerepoot
erikbeerepoot
devops
open
git-workflows
0

github-pr-creator

GitHub CLI で Pull Request を作成する。実装完了後や変更 push 後に PR を提出したい時に使用する。

scizorman
scizorman
devops
open
git-workflows
0

committing

Guidelines for git commit messages

sethcarlton
sethcarlton
devops
open
git-workflows
0

pr

Create a pull request for the current branch using GitHub CLI. Use after committing changes when ready to open a PR.

JonathanBechtel
JonathanBechtel
devops
open
git-workflows
0

sync-feature-branch

Commit current work to feature branch with Beads metadata tracking and git integration. MUST BE USED for all commit operations. Handles Feature-Key trailers, Beads status updates, and optional quick linting before commit. Use when user wants to save progress, commit changes, prepare work for review, sync local changes, or finalize current work, or when user mentions "uncommitted changes", "git status shows changes", "Feature-Key missing", commit operations, saving work, git workflows, or syncing changes.

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

daily

Generate daily summary of git activity across all repositories

whoabuddy
whoabuddy
devops
open
git-workflows
0

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

zebbern
zebbern
devops
open
git-workflows
0

branch

Creates git branches with proper naming. Use when creating branches, starting new work, or switching to feature branches.

deanmoses
deanmoses
devops
open
git-workflows
0

forensic-test-analysis

Use when investigating test suite issues, reducing CI/CD time, identifying brittle tests, finding test duplication, or analyzing test maintenance burden - reveals test code quality problems through git history analysis

AlabamaMike
AlabamaMike
devops
open
Previous
Page 103 / 141
Next