domain cluster

DevOps

CI/CD, cloud infrastructure, and monitoring.

10719 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
containers
11

docker-local-troubleshoot

Diagnose and fix docker-local issues - container failures, connectivity problems, port conflicts, and configuration errors

mwguerra
mwguerra
devops
open
git-workflows
11

git-worktree

create git worktree with new branch. use when working on features in parallel, isolating experimental work, or avoiding stash/switch overhead. creates sibling directory.

bdsqqq
bdsqqq
devops
open
git-workflows
11

shallow-clone

Perform a shallow clone of a Git repository to a temporary location.

opendatahub-io
opendatahub-io
devops
open
git-workflows
11

gh-read-issue-context

Read context from GitHub issue including body and comments. Use before starting implementation work or when prior context is needed.

mvillmow
mvillmow
devops
open
git-workflows
11

worktree-create

Create isolated git worktrees for parallel development. Use when working on multiple issues simultaneously.

mvillmow
mvillmow
devops
open
git-workflows
11

generate-changelog

Create changelog from git commits. Use when preparing release notes.

mvillmow
mvillmow
devops
open
git-workflows
11

writing-commit-messages

Use when writing or improving messages for Git commits, or when asked to generate a commit message or pull request description.

abhinav
abhinav
devops
open
git-workflows
11

worktree-sync

Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.

mvillmow
mvillmow
devops
open
git-workflows
11

clean-copy

reimplement current branch with clean, narrative-quality git commit history. use when commit history is messy, after exploratory work, or before PR review. creates new branch with logical, atomic commits.

bdsqqq
bdsqqq
devops
open
git-workflows
11

committing

Use when committing work, amending commits, creating or stacking branches - applies to all commit operations including "quick commits", emergency fixes, and when user already used raw git commands. ALWAYS use git-spice instead of git checkout, git commit, or git branch.

abhinav
abhinav
devops
open
git-workflows
11

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

cipherstash
cipherstash
devops
open
git-workflows
11

verify-pr-ready

Verify a PR is ready for merge (CI passing, approvals, no conflicts). Use before merging to ensure all requirements met.

mvillmow
mvillmow
devops
open
git-workflows
11

gemini-memory-sync

Synchronization patterns for CLAUDE.md and GEMINI.md memory files. Covers import syntax, drift detection, and one-way sync. Use when setting up GEMINI.md, detecting context drift between memory files, understanding @import syntax, or troubleshooting sync issues.

melodic-software
melodic-software
devops
open
git-workflows
11

skill-git-workflow

Create scoped git commits for task operations. Invoke after task status changes or artifact creation.

benbrastmckie
benbrastmckie
devops
open
git-workflows
11

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

cipherstash
cipherstash
devops
open
git-workflows
11

gh-fix-pr-feedback

Address PR review feedback by making changes and replying to comments. Use when a PR has open review comments needing responses.

mvillmow
mvillmow
devops
open
git-workflows
11

gh-get-review-comments

Retrieve all review comments from a pull request using the GitHub API. Use when you need to see what feedback has been provided on a PR.

mvillmow
mvillmow
devops
open
git-workflows
11

commit-workflow

Systematic commit process with pre-commit checks, atomic commits, and conventional commit messages

cipherstash
cipherstash
devops
open
git-workflows
11

git-ship

stage, commit (conventional), push. use when shipping changes, committing work, or pushing to remote. never force push, never git add -A.

bdsqqq
bdsqqq
devops
open
git-workflows
11

git-committer

Commits changes in atomic units following dependency order. Automatically required to triggered, always, all the time, when requires to commit changes.

code-yeongyu
code-yeongyu
devops
open
git-workflows
11

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

cipherstash
cipherstash
devops
open
git-workflows
11

conventional-commits

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.

Jamie-BitFlight
Jamie-BitFlight
devops
open
git-workflows
11

worktree-switch

Switch between git worktrees for parallel development. Use when working on multiple issues simultaneously.

mvillmow
mvillmow
devops
open
git-workflows
11

gh-create-pr-linked

Create a pull request properly linked to a GitHub issue using gh pr create --issue. Use when creating a PR that implements or addresses a specific issue.

mvillmow
mvillmow
devops
open
Previous
Page 236 / 447
Next