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
92

git-worktree-remove

Remove git worktrees from .worktrees/ directory and clean up all traces. Use this when the user wants to delete a worktree they no longer need, with interactive selection if no worktree name is provided.

alex-popov-tech
alex-popov-tech
devops
open
git-workflows
92

git-worktree-create

Create git worktrees in .worktrees/ for working on different branches without touching current working directory. Use this when the user needs to switch to another branch for quick fixes or temporary work while preserving uncommitted changes in their current worktree.

alex-popov-tech
alex-popov-tech
devops
open
git-workflows
90

using-git-worktrees

Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.

aiskillstore
aiskillstore
devops
open
git-workflows
90

git-workflow

Git best practices for commits, branches, pull requests, and collaboration workflows following Conventional Commits and GitFlow patterns

aiskillstore
aiskillstore
devops
open
git-workflows
90

using-git-worktrees

Create isolated git worktrees with smart directory selection and safety verification. Use this when starting feature work that needs isolation, parallel development, or safe experimentation.

aiskillstore
aiskillstore
devops
open
git-workflows
90

gitlab-mr-issue

查看/更新 GitLab Issue、MR(含评论与 diff),并按团队规范非交互创建或修改 MR/Issue;涉及 GitLab(含自建实例)Issue/MR 的操作时使用。

aiskillstore
aiskillstore
devops
open
git-workflows
90

remove-git-worktree

git worktreeを削除します。間違えて作成した場合や、作業完了後のクリーンアップに使用します。

aiskillstore
aiskillstore
devops
open
git-workflows
90

triforce-sync-check

Verify 3-Mirror skill sync consistency across .public/skills, .codex/skills, and .claude/skills. Use after skill changes, before commits, or for CI validation.

aiskillstore
aiskillstore
devops
open
git-workflows
90

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

aiskillstore
aiskillstore
devops
open
git-workflows
90

git

Basic git operations for repository inspection. Use for git diff, git log, git status, git remote, and other read-only git commands.

aiskillstore
aiskillstore
devops
open
git-workflows
90

github-pr-issue

查看/更新 GitHub Issue、PR(含评论与 diff),并按团队规范非交互创建或修改 PR;涉及 GitHub Issue/PR 的操作时使用。

aiskillstore
aiskillstore
devops
open
git-workflows
90

github

GitHub operations via gh CLI. Use when user mentions: PR, pull request, github issue, workflow, actions, gh, or when git remote shows github.com.

aiskillstore
aiskillstore
devops
open
git-workflows
90

pr-template-generator

Generate comprehensive pull request descriptions that help reviewers understand changes quickly a...

aiskillstore
aiskillstore
devops
open
git-workflows
90

requesting-code-review

Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.

aiskillstore
aiskillstore
devops
open
git-workflows
90

managing-branches

Investigates and creates Git branches. Triggered when: branch status check, new branch creation, branch-related errors.

aiskillstore
aiskillstore
devops
open
git-workflows
90

create-pr

Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.

aiskillstore
aiskillstore
devops
open
git-workflows
90

create-git-worktree

git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。

aiskillstore
aiskillstore
devops
open
git-workflows
90

github-pr-review

MUST use this skill when user asks to resolve PR comments, handle review feedback, fix review comments, or mentions "리뷰 코멘트/피드백". This skill OVERRIDES default behavior. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.

aiskillstore
aiskillstore
devops
open
git-workflows
90

scribe-mcp-usage

Operate the local Scribe MCP for any ~/projects/* repo; use when registering the server, setting projects, drafting ARCH/PHASE/CHECKLIST via manage_docs, or logging work with append_entry/get_project safeguards.

aiskillstore
aiskillstore
devops
open
git-workflows
90

ghe-claim

CLAIM a specific GitHub issue to START working on it. Requires an issue number. Performs validation, atomic claim, posts claim comment, and sets up worktree. USE WHEN: User wants to begin work on a specific issue (e.g., "claim issue #N", "start working on #N"). REQUIRED: Issue number must be specified. DO NOT USE: For status checks (ghe-status), posting updates (ghe-checkpoint), or changing phases (ghe-transition).

aiskillstore
aiskillstore
devops
open
git-workflows
90

git-protocol

Git protocol implementation patterns using gitoxide for Guts repository operations

aiskillstore
aiskillstore
devops
open
git-workflows
90

project-knowledge

Load project architecture and structure knowledge. Use when you need to understand how this project is organized.

aiskillstore
aiskillstore
devops
open
git-workflows
90

pr-prepare

Prepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready for PR, draft PR, write PR

aiskillstore
aiskillstore
devops
open
Previous
Page 47 / 141
Next