domain cluster

DevOps

CI/CD, cloud infrastructure, and monitoring.

10719 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
2

git-worktrees

Use Git worktrees to isolate tasks and keep diffs small and parallelizable

MacroMan5
MacroMan5
devops
open
git-workflows
2

eval-test-skill

Git branch cleanup utility. Lists and deletes branches that have been merged to main. Use when user wants to clean up old branches, delete merged branches, or tidy up their git repository.

otrebu
otrebu
devops
open
git-workflows
2

open-issue

Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.

sakuro
sakuro
devops
open
git-workflows
2

spec-flow-instructions

MUST use when working with spec files in `specs/` directories, or when commands reference this skill for conventions.

jbuckmccready
jbuckmccready
devops
open
git-workflows
2

start-feature

Create or switch to feature branches with proper naming conventions. Use when user wants to start working on a new feature, start a feature. Generates feature/branch-name patterns from descriptions, checks existence, and creates/switches accordingly.

otrebu
otrebu
devops
open
git-workflows
2

skill-contributor

Guides contributors through adding new skills to the claude-code-skills repository via Pull Request with proper validation and documentation

WomenDefiningAI
WomenDefiningAI
devops
open
git-workflows
2

open-pr

Guide for opening a pull request (PR) using git and the GitHub CLI. Use this when asked to open a PR for code changes.

zwalsh
zwalsh
devops
open
git-workflows
2

commit

Git 커밋 생성을 위한 skill. TDD 사이클 완료 후 또는 작업 단위 완료 시 호출하여 일관된 커밋 메시지 생성. 상세 convention은 references/convention.md 참조.

JunHCha
JunHCha
devops
open
git-workflows
2

creating-sub-issue

Creates a sub-issue linked to a parent GitHub issue. Use when: user wants to create a sub-issue, break down an issue, or add child task.

sasamuku
sasamuku
devops
open
git-workflows
2

gh-issue-lifecycle

GitHub issue state machine and code integration patterns. Covers state transitions (needs-triage → accepted → in-progress → completed), branch naming (feat/123-desc), PR linking (Closes

poindexter12
poindexter12
devops
open
git-workflows
2

tasks-spec-update

Use when updating specifications, comparing branches, or ensuring documentation reflects current implementation.

duc01226
duc01226
devops
open
git-workflows
2

comparing-branches

Use when user wants to compare two autonomy branches to see different approaches, metrics, and outcomes

tilmon-engineering
tilmon-engineering
devops
open
git-workflows
2

rebasing-branch

Rebases current branch onto target with conflict resolution. Use when: user wants to rebase, update branch base, or linearize history.

sasamuku
sasamuku
devops
open
git-workflows
2

comprehensive-review

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

troykelly
troykelly
devops
open
git-workflows
2

stashing-and-rebasing

Stashes changes, rebases onto main, and reapplies stash. Use when: user wants to update branch while preserving uncommitted work.

sasamuku
sasamuku
devops
open
git-workflows
2

lcp-git-commit

When asked to commit, write clear git commit messages (50/72, present tense, subsystem prefixes like go-lcpd:).

YusukeShimizu
YusukeShimizu
devops
open
git-workflows
2

pijul

Pijul patch-based VCS with categorical patch theory for skill versioning

plurigrid
plurigrid
devops
open
git-workflows
2

gopher-guides

WHEN: User asks about Go best practices, idiomatic patterns, or how to properly implement something in Go. Also when reviewing Go code or asking "what's the right way to..." WHEN NOT: Questions unrelated to Go programming or general coding questions

gopherguides
gopherguides
devops
open
git-workflows
2

jj

Jujutsu (jj) version control system - a Git-compatible VCS with novel features. Use when working with jj repositories, managing stacked/dependent commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. Triggers on mentions of 'jj', 'jujutsu', change IDs, operation log, or jj-specific commands.

dashed
dashed
devops
open
git-workflows
2

git-worktree

Use when starting feature work that needs isolation from current workspace. Creates isolated git worktrees with smart directory selection and safety verification.

HankLiu447
HankLiu447
devops
open
git-workflows
2

create-pr

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

Cygnusfear
Cygnusfear
devops
open
git-workflows
2

alto-feature-setup

Use when starting a new feature - running /alto-feature-setup, updating objective.md, or running alto-new-run. Interactive workflow for feature initialization.

gonzaloetjo
gonzaloetjo
devops
open
git-workflows
2

gh-pr

Create or update GitHub Pull Requests with the gh CLI, including deciding whether to create a new PR or only push based on existing PR merge status. Use when the user asks to open/create/edit a PR, generate a PR body/template, or says 'PRを出して/PR作成/gh pr'. Defaults: base=develop, head=current branch (same-branch only; never create/switch branches).

akiojin
akiojin
devops
open
git-workflows
2

removing-worktree

Use when user wants to safely remove an autonomy worktree while preserving the branch

tilmon-engineering
tilmon-engineering
devops
open
Previous
Page 306 / 447
Next