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
65

fork-dev-branch

Create a development branch for a given GitHub issue with standardized naming

Synthesys-Lab
Synthesys-Lab
devops
open
git-workflows
64

starting-an-implementation-plan

Use when beginning implementation from a design plan - orchestrates branch creation, detailed planning, and hands off to execution with all necessary context

ed3dai
ed3dai
devops
open
git-workflows
64

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

ed3dai
ed3dai
devops
open
git-workflows
64

writing-claude-md-files

Use when creating or updating CLAUDE.md files for projects or subdirectories - covers top-level vs domain-level organization, capturing architectural intent and contracts, and mandatory freshness dates

ed3dai
ed3dai
devops
open
git-workflows
64

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

ed3dai
ed3dai
devops
open
git-workflows
63

create-worktree

Creates a git worktree for parallel feature development. Use after planning to prepare an isolated development environment with all necessary environment files.

shikajiro
shikajiro
devops
open
git-workflows
63

pr-and-cleanup

Create a PR and automatically cleanup the worktree. Keeps local and remote branches intact.

shikajiro
shikajiro
devops
open
git-workflows
59

git-storytelling-branch-strategy

Use when planning git branching strategies or managing branches for development. Helps create clear development narratives through effective branch organization and workflow patterns.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

git-storytelling-commit-strategy

Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to tell the story of their development process.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

monorepo-workflows

Use when setting up CI/CD, implementing versioning, optimizing workflows, or managing releases with monorepo development workflows including version management, publishing, and team collaboration practices.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

pull-request

Guidelines for pull requests descriptions. Use when asked to create a PR, or decided to create one by yourself, or when asked to write/improve PR description.

vasylenko
vasylenko
devops
open
git-workflows
59

cocoapods-subspecs-organization

Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management between subspecs, and default subspecs patterns for better code organization and optional features.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

git-storytelling-commit-messages

Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create informative, well-structured commit messages that serve as documentation.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

biome-configuration

Use when biome configuration including biome.json setup, schema versions, VCS integration, and project organization.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

atomic-commit

Atomic Commit helps create clean, atomic commits by analyzing changes, detecting mixed concerns, and ensuring each commit is a complete unit of work. Key words to detect are atomic, atomic commits, clean commits.

chanwit
chanwit
devops
open
git-workflows
59

scratch-workspace

Use when creating temporary files, drafts, experiments, or any content that should not be committed to version control. Ensures proper placement in .claude/.scratch with gitignore configuration.

TheBushidoCollective
TheBushidoCollective
devops
open
git-workflows
59

go-ecosystem

This skill should be used when the user asks to "write go", "golang", "go.mod", "go module", "go test", "go build", or works with Go language development. Provides comprehensive Go ecosystem patterns and best practices.

takeokunn
takeokunn
devops
open
git-workflows
58

ringusing-git-worktrees

Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.

LerianStudio
LerianStudio
devops
open
git-workflows
58

ringreceiving-code-review

Review reception protocol - requires technical verification before implementing suggestions. Prevents performative agreement and blind implementation.

LerianStudio
LerianStudio
devops
open
git-workflows
57

gt

This skill should be used when working with Graphite (gt) for stacked pull requests. Use when users mention gt commands, stack management, PR workflows, or when dealing with dependent branches. Essential for understanding stack navigation, branch relationships, and Graphite's mental model.

dagster-io
dagster-io
devops
open
git-workflows
57

subsection-writer

Write section/subsection prose into per-unit files under `sections/`, so each unit can be QA’d independently before merging into `output/DRAFT.md`. **Trigger**: subsection writer, per-section writing, split sections, sections/, 分小节写, 按章节拆分写作. **Use when**: `Approve C2` is recorded and evidence packs exist; you want evidence-first drafting without a monolithic one-shot draft. **Skip if**: `DECISIONS.md` approval is missing, or `outline/evidence_drafts.jsonl` is incomplete/scaffolded. **Network**: none. **Guardrail**: do not invent facts/citations; no ellipsis/TODO/placeholder leakage; keep citations subsection- or chapter-scoped (prefer subsection); H3 body files must not contain headings.

WILLOSCAR
WILLOSCAR
devops
open
git-workflows
57

push-pr

Push current branch to origin and create a PR to upstream. Checks for uncommitted changes first.

Positronic-Robotics
Positronic-Robotics
devops
open
git-workflows
57

workspace-init

Initialize a new workspace by copying the standard artifact template (STATUS.md, CHECKPOINTS.md, UNITS.csv, DECISIONS.md + folders). **Trigger**: workspace init, initialize workspace, workspace template, 初始化 workspace. **Use when**: 启动任何 pipeline run(必须先有 workspace 工件与目录骨架)。 **Skip if**: workspace 已初始化且不希望覆盖既有文件(除非显式 `--overwrite`)。 **Network**: none. **Guardrail**: 不要修改 `.codex/skills/workspace-init/assets/` 模板;默认不覆盖已有文件。

WILLOSCAR
WILLOSCAR
devops
open
Previous
Page 50 / 141
Next