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

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

donellmccoy
donellmccoy
devops
open
git-workflows
0

session-manager

Manage Claude Code sessions for the current branch. Use this skill when: - User asks "what's next?" or "where was I?" - User starts work on a new branch without a session - Before committing (to update session log) - When resuming work after a break

flexion
flexion
devops
open
git-workflows
0

publish

Publie une nouvelle version sur npm avec le workflow git complet.

privaloops
privaloops
devops
open
git-workflows
0

commit

Faire des commits atomiques (split + staging ciblé); à charger avant toute opération git commit.

pascalandy
pascalandy
devops
open
git-workflows
0

pr

Automates the branch creation, commit, and PR submission process

Mental-NV
Mental-NV
devops
open
git-workflows
0

write-and-commit

Create file and commit atomically (60-75% faster than step-by-step)

cowwoc
cowwoc
devops
open
git-workflows
0

git-log

Show commit history for a file or the entire repository. Returns commit information including hash, author, date, and message.

hyper-light
hyper-light
devops
open
git-workflows
0

phase-development-workflow

Complete 12-step workflow for phase development from branch creation to merge. Use this when starting a new phase or when asked to follow the phase development process.

an-embedded-engineer
an-embedded-engineer
devops
open
git-workflows
0

verdict-flags

a skill that contains all the best practices for using Verdict Flags in shopify codebases. It should be uses whenever the agent is creating, updating or removing flags

pcasaretto
pcasaretto
devops
open
git-workflows
0

github-pr-review-setup

Prepare a clean local checkout for a GitHub PR (worktree-first via `wf`/`wt`), fetch the PR base ref, and emit PR context (CI checks + PR comments/reviews) as JSON for downstream review.

prateek
prateek
devops
open
git-workflows
0

pr

Create pull request with draft body. Main Claude must review and finalize title/body with session context. Use after /push or when ready for review.

yuush10
yuush10
devops
open
git-workflows
0

project-tracking

Establish the files used to track and manage progress.

pborenstein
pborenstein
devops
open
git-workflows
0

don-open-source

Open source standards and practices for Dutch government projects. Use when setting up an open source repository, choosing licenses, creating publiccode.yml, or following the Standard for Public Code.

dstotijn
dstotijn
devops
open
git-workflows
0

github-checkout-feature-branch

Ensure work is done on a feature branch. Uses the strategy defined in github-branch-strategy to determine branches and switch/create them.

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

commit-and-push

Commit staged changes and push to the remote using conventional commits with GPG signing. Use when you need to commit and push work, create a PR if missing, and wait for Gemini review before addressing feedback.

a2f0
a2f0
devops
open
git-workflows
0

stash

This skill should be used when the user asks to "stash with session", "save work for later session", "link stash to session", "find stash by session ID", or "restore session stash". Saves git changes associated with Claude Code session ID for later retrieval.

jongwony
jongwony
devops
open
git-workflows
0

git-release

Git 项目版本发布自动化工具。执行完整的发布流程:提交所有修改、更新版本号、 生成 CHANGELOG、创建 git tag 并推送到远程仓库。基于语义化版本 (major/minor/patch)。 **核心理解(极其重要)**: 当用户说"更新一下版本"、"更新版本"或任何类似表达时,**默认意味着执行完整的发布流程**: 1. ✅ 提交所有当前的修改(包括未追踪的新文件) 2. ✅ 更新版本号(package.json 和 server/package.json) 3. ✅ 创建 git tag(vX.Y.Z) 4. ✅ 推送所有内容到远程仓库(commit + tags) 5. 📝 可选:生成/更新 CHANGELOG **不要**只更新 package.json 中的版本号!那是错误的理解! **必须**执行完整的发布流程,包括提交和推送! 触发关键词(任何一个都触发完整流程): - 通用发布词:"更新一下版本"、"更新版本"、"升级版本"、"发布版本"、"版本发布"、"发新版" - 英文表达:"bump version"、"release"、"new release" - Git操作:"打tag"、"创建发布"、"创建tag" - 版本类型(隐含发布):"大版本更新"、"小版本更新"、"补丁版本"、"major release"、"minor release"、"patch release"

chogng
chogng
devops
open
git-workflows
0

markdowntown-monorepo

Monorepo workflow for coordinating CLI + web changes, tests, and docs in markdowntown.

joelklabo
joelklabo
devops
open
git-workflows
0

init

코드베이스를 분석하여 CLAUDE.md 초기화. 프로젝트 문서화, 아키텍처 개요, 코딩 표준 생성

rayvoidx
rayvoidx
devops
open
git-workflows
0

pre-flight-check

INVOKE FIRST before any code work. Validates git workflow (branch, issue, worklog) and checks approach. Use at START of every task and END before completing. Prevents skipped steps.

ProfPowell
ProfPowell
devops
open
git-workflows
0

git-safety

Apply critical git safety protocols before any git operations, especially in collaborative environments. Use when performing git commands, managing files, or making destructive changes.

yzlin
yzlin
devops
open
git-workflows
0

new-pr

This skill should be used when the user asks to "create a PR", "open a pull request", "submit for review", "push my changes", or wants to create a new pull request from current changes. Handles branch detection, commit, push, and PR creation.

jjeremycai
jjeremycai
devops
open
git-workflows
0

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

orbtyapp
orbtyapp
devops
open
Previous
Page 137 / 141
Next