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

local-settings-updater

プロジェクトの .claude/settings.local.json を更新する。「ローカル設定を更新して」「local settings を変更」「個人用設定を変えて」「自分だけの設定」「ローカル permissions を追加」「個人設定ファイルを編集」「settings.local を更新」などで起動。Git にコミットされない個人用の Claude Code 設定を管理。

shiiman
shiiman
devops
open
git-workflows
1

pull-request

Creating pull requests with concise descriptions

mgreenly
mgreenly
devops
open
git-workflows
1

git-sync

Stage all changes, generate a short commit message, commit, and push. Use when asked to sync changes or run git add/commit/push with an auto-generated concise commit message.

hrntknr
hrntknr
devops
open
git-workflows
1

github-for-beginners

This skill provides comprehensive guidance for learning and using GitHub, from fundamental concepts through practical workflows. Designed for complete beginners, this skill should be used when teaching GitHub concepts, explaining git workflows, debugging git/GitHub issues, or guiding through practical GitHub tasks like creating branches, commits, pull requests, and merging code.

matheusallvarenga
matheusallvarenga
devops
open
git-workflows
1

merging-feature-branches-to-main

Use when feature branch is complete and reviewed, ready to merge to main - squashes multiple commits into single clean commit in main using git merge --squash

WesleyMFrederick
WesleyMFrederick
devops
open
git-workflows
1

skill-commit-message

Generate conventional commit messages by analyzing repository changes following conventionalcommits.org specification

nicanac
nicanac
devops
open
git-workflows
1

create-a-git-branch

Enhances Claude Code branch creation with mainline detection, conventional naming, and base branch awareness. Integrates with standard git workflows—adds automatic base branch detection, naming convention inference, and remote sync before creating branches. Use for 'create branch', 'new branch', 'start branch for', 'feature branch', 'work on'.

cblecker
cblecker
devops
open
git-workflows
1

git-pr

Used when creating pull requests. Generates PR title and description based on branch changes.

mikinovation
mikinovation
devops
open
git-workflows
1

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

mcasper
mcasper
devops
open
git-workflows
1

git-sync-rebase

Safely sync a branch with origin/main using fetch + rebase, with an optional "accept current" conflict policy.

JiKl-coding
JiKl-coding
devops
open
git-workflows
1

jirapr

Create pull request linked to Jira issue. Use when the user wants to "create PR", "open pull request", "submit for review", or "jira pr".

Lobbi-Docs
Lobbi-Docs
devops
open
git-workflows
1

pull-request

Pull Request作成スキル。.github/PULL_REQUEST_TEMPLATE.mdに準拠した高品質なPRを作成。Use when: PR作成、Pull Request作成、変更内容のPR化を依頼された時。

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

spec-initialization

Use at start of spec creation to initialize folder structure with dated naming and save raw feature idea - creates planning, implementation, and verification folders ready for subsequent phases

marcos-abreu
marcos-abreu
devops
open
git-workflows
1

docker-coding-style

Styleguide for docker files. And generally how to work with docker.

stopsopa
stopsopa
devops
open
git-workflows
1

git-commit

適切な粒度でコミット作成スキル。変更内容を機能・目的ごとに分割し、複数の小さなコミットを作成。Use when: コミット作成、変更のコミット、適切な粒度でのコミットを依頼された時。

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

git

Git操作を支援します。コミット、ブランチ作成、PRの作成時に使用します。「/git」で明示的に呼び出すこともできます。

sh1ma
sh1ma
devops
open
git-workflows
1

project-structure

Provides comprehensive project folder structure design guidelines and best practices. Defines standard directory organizations for diverse project types including monorepos, web frameworks, backend services, libraries, and extensions. Ensures scalable, maintainable architecture through consistent file organization patterns. Specializes in separation of concerns, modular architecture, and tooling integration. Use when: designing new project structures, organizing monorepo workspaces with tools like Turborepo/Nx, structuring NestJS backend projects, organizing React/Next.js frontend applications, designing Go service architectures, creating NPM package structures, organizing VSCode extension projects, structuring Chrome extension codebases, planning directory hierarchies, migrating legacy project structures, or establishing code organization conventions for teams.

KubrickCode
KubrickCode
devops
open
git-workflows
1

sharing-skills

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

Crumbgrabber
Crumbgrabber
devops
open
git-workflows
1

github-issues

**UNIVERSAL TRIGGER**: Use when user mentions GitHub issue URL or asks to read/work with GitHub issues. **CRITICAL RULE**: ALWAYS use `gh` CLI for GitHub issues, NEVER use WebFetch! 📖 **Reading**: "read issue #N", "show issue", "прочитай задачу" ✅ **Checkboxes**: "mark done", "complete step", "отметь пункт" 🔗 **Sub-issues**: "create sub-issue", "link as child", "подзадача" 📝 **Management**: "edit issue", "close issue", "add label" 🖼️ **Images**: "download images from issue", "скачать картинки" TRIGGERS: 📖 github.com/issues, issue #, read issue, show issue, view issue, прочитай issue, покажи issue, задача ✅ checkbox, mark done, complete step, check off, отметь пункт, закрой этап 🔗 sub-issue, subtask, child issue, parent issue, подзадача, создай подзадачу 📝 edit issue, close issue, reopen issue, issue labels, create issue, update task 🖼️ download images, issue attachments, скачать картинки

dapi
dapi
devops
open
git-workflows
1

reskin-planner

Assist in writing or updating plan documentation for the FundViewGit reskin

FundView
FundView
devops
open
git-workflows
1

gh-pr

Create, update, and comment on GitHub pull requests with focus on material impact, safety, and human reviewability

technicalpickles
technicalpickles
devops
open
git-workflows
1

git-workflow

Manages git operations and conventional commits for Merge E-Commerce

ademceper
ademceper
devops
open
git-workflows
1

gitignore-checker

コミット前に .gitignore に追加すべきファイルをチェックする。「gitignore チェック」「コミット前チェック」「機密ファイル確認」「.gitignore 確認」「追加すべきファイル」「無視すべきファイル」「gitignore 推奨」などで起動。機密情報や不要なファイルがコミットされないように確認。

shiiman
shiiman
devops
open
git-workflows
1

gh-activity

Reports your GitHub activity for a specific day using the gh CLI, showing commits, issues, and activity timeline. Use this when you need to review what you accomplished on GitHub for a particular date.

ericmjl
ericmjl
devops
open
Previous
Page 85 / 141
Next