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

ship

Commit and push changes with an auto-generated commit message. Use when the user says "ship it", "commit and push", or wants to save and deploy their changes.

gunderwonder
gunderwonder
devops
open
git-workflows
0

create-worktree

Git worktree を作成し、並行開発用の独立したブランチ環境を構築する。プラットフォーム固有コード開発時に使用。

takemo101
takemo101
devops
open
git-workflows
0

feature-dev

Guía el desarrollo de nuevas features. Usar cuando se implementa funcionalidad nueva, se trabaja en issues de GitHub, se planifica arquitectura, o se crean PRs de desarrollo.

JaviMaligno
JaviMaligno
devops
open
git-workflows
0

commit-push

git status / diff を確認し、Conventional Commits 形式でコミットしてプッシュするための手順。差分の断面を残したいときや一定量の修正がまとまったときに使用する。

yurake
yurake
devops
open
git-workflows
0

create-pr

Create context-aware pull requests with issue integration. Invoke when user says "create a PR", "open pull request", "make a PR", "submit for review", or after completing work on a feature branch.

fusupo
fusupo
devops
open
git-workflows
0

ci-autofix-loop

End-to-end CI fixer loop for the current git branch/PR (GitHub Actions + Buildkite). Use when asked to “fix CI”, “make checks green”, or “address failing checks”, and the workflow should: (1) discover failing checks via `gh pr checks`, (2) diagnose failures via provider logs (Buildkite log tooling/API or `gh run view --log-failed`), (3) apply minimal code fixes, (4) run `code-simplifier` + `code-review`, (5) commit + push, and (6) iterate until remaining failures are unfixable via code change.

prateek
prateek
devops
open
git-workflows
0

pr-conflict-resolution

Skill for resolving pull request merge conflicts in the Corrupt Video File Inspector project

tdorsey
tdorsey
devops
open
git-workflows
0

git-commit-executor

Gitの変更を分析して論理的なコミット単位に分割し、Conventional Commits形式で実際にコミットを実行する。

yamato0811
yamato0811
devops
open
git-workflows
0

treido-dev

Treido development workflow. Triggers on "TREIDO:" prefix. Use for daily tasks, picking next item from TODO, executing small changes (1-3 files), and running verification gates.

w3bsuki
w3bsuki
devops
open
git-workflows
0

create-pr

Create GitHub pull request with comprehensive summary and test plan

rayzru
rayzru
devops
open
git-workflows
0

governance-patterns

Follow these patterns when implementing governance operations (copy, branch, transfer, promote, merge) in OptAIC. Covers artifact handling, RBAC mutations, lineage tracking, and activity emission.

colingwuyu
colingwuyu
devops
open
git-workflows
0

commit-rule

Defines rules for creating commit messages.

reagenzn
reagenzn
devops
open
git-workflows
0

writing-claude-md

Use when creating or updating CLAUDE.md files at any level (global, project, folder). Covers inheritance rules and token budgets.

erikpr1994
erikpr1994
devops
open
git-workflows
0

git-workflow

gitを使用する際に使用。Conventional Commits、ブランチ命名、1機能1PRルールをカバー。

TakumiOkayasu
TakumiOkayasu
devops
open
git-workflows
0

git-operations

Git操作に関する包括的なガイド。ユーザーがブランチ作成、コミット、プッシュ、プル、マージ、リベースなどのGit操作を実行したい場合や、Gitのベストプラクティスに従う必要がある場合に使用すべきスキルです。

asunaro276
asunaro276
devops
open
git-workflows
0

git-worktree-manager

Manages the lifecycle of Git worktrees for parallel development tasks. Handles creation, safe removal, and branch management to keep the main working directory clean.

VictorHueni
VictorHueni
devops
open
git-workflows
0

command-qa-checklist

Use the /qa-checklist slash command for QA and self-review before delivery. Use when: validating changes and tests.

omerlefaruk
omerlefaruk
devops
open
git-workflows
0

gh-cli

Standardize all GitHub interactions via the GitHub CLI (`gh`) instead of ad-hoc URLs, UI clicks, or direct REST API calls. Use when you need to read or change GitHub state (repos, issues, pull requests, reviews, check status, Actions workflows/runs, releases, labels, milestones, discussions, gists) and want deterministic output (prefer `--json` + `--jq`). Also use when the user provides a GitHub URL, including deep links like `https://github.com/OWNER/REPO/pull/123`, `.../issues/123`, `.../pull/123/files`, or comment permalinks like `#issuecomment-...`, and you need to fetch the underlying PR/issue/thread and reply. Fall back to `gh api` only when there is no first-class `gh NOUN VERB` command.

strantalis
strantalis
devops
open
git-workflows
0

pr-creation

This skill should be used when the user asks to "create a PR", "open a PR", "submit a PR", "raise a PR", "file a PR", "make a PR", "create a pull request", "open a pull request", "new PR", or any variation requesting GitHub pull request creation.

dhughes
dhughes
devops
open
git-workflows
0

issue-worker

Spawn a Claude worker to handle a GitHub issue. Fetches issue details, creates a feature branch, and works autonomously. Use when you want to delegate an issue to a worker.

schmug
schmug
devops
open
git-workflows
0

write-commit-message

Use when creating git commits. Defines conventional commit format and message structure guidelines.

craigtkhill
craigtkhill
devops
open
git-workflows
0

dotfiles-commit

Instructions for committing changes to config files in the home directory using the dotfiles bare git repo.

erwinkn
erwinkn
devops
open
Previous
Page 109 / 141
Next