Git & VCS

Git operations, commit helpers, branch management

Showing 2305-2328 of 5221 skills
mseok

session-recap

by mseok

"End-of-session checklist. Checks for uncommitted changes, offers to update focus, project docs, context, and session log. Replaces the old stop reminder flow."

Auth 5 6mo ago
slamb2k

graphite-skill

by slamb2k

Context-efficient Git and Graphite workflows for Claude Code. Automatically delegates verbose git/Graphite CLI operations to isolated subagents, reducing context pollution by 225x. Use when working with git operations, Graphite stacked diffs, or any git workflow that produces verbose output. Prevents context window exhaustion by automatically applying delegation patterns via SessionStart hooks.

CLI Tools 5 6mo ago
openshift-hyperfleet

HyperFleet Architecture

by openshift-hyperfleet

Answers questions about HyperFleet architecture, design patterns, versioning strategies, cluster lifecycle, event-driven architecture, adapter framework, and git workflow by fetching docs from the openshift-hyperfleet/architecture GitHub repository.

Docs Gen 5 10mo ago
ahgraber

commit-message

by ahgraber

"Use when drafting a Conventional Commit message from currently staged Git changes. Triggers: 'write commit message', 'draft commit from staged changes', 'generate conventional commit', 'message for git commit -F -'. Not for creating commits, amending history, or full code review."

Agents 5 7mo ago
ArcBlock

diff-review-doc

by ArcBlock

Generate comprehensive, reviewer-ready code review documents from git diffs. Use this when the user provides code changes (git diff output, file changes, or asks to review code changes) and wants a structured review document. Creates detailed analysis covering change overview, business flow, key code explanation, risk assessment, and review recommendations. Supports both manual diff input and automatic git workspace detection. Particularly useful for reviewing pull requests, feature branches, or any code changes requiring thorough documentation for reviewers.

Code Review 5 8mo ago
cblecker

branch

by cblecker

Enhanced branch creation with smart naming and conventional commits detection

Code Gen 5 7mo ago
ArcBlock

blocklet-dev-setup

by ArcBlock

Configure development environment for blocklet-type repositories. Supports parsing GitHub Issue URLs, Blocklet URLs, or problem descriptions to automatically locate repositories, check permissions, clone code, install dependencies, and start development server. Use /blocklet-dev-setup or say "help me fix the xxx blocklet issue", "I want to develop xxx blocklet", "I want to modify code related to this URL" to trigger. In short, use this as the starting point when you want to develop a blocklet.

CLI Tools 5 7mo ago
roderik

bellwether

by roderik

Bring the current PR to a mergeable state: CI green, all review comments resolved, no merge conflicts. Self-contained — watches CI, fixes issues, watches again until merge-ready. Use when the user wants to keep a PR green, auto-fix CI, resolve review comments, or says "get this merged".

Comments 5 5mo ago
arisng

git-atomic-commit

by arisng

'Analyze git changes, group into atomic commits, generate conventional commit messages with proper type(scope) format. Use when committing changes, grouping staged/unstaged files, or generating commit messages. Enforces universal commit types + repo-specific scopes from .github/git-scope-constitution.md.'

Agents 5 6mo ago
ahgraber

code-review

by ahgraber

"Use when reviewing code changes before committing or merging — staged diffs, branch diffs, or PR readiness checks. Triggers: 'review my code', 'check these changes', 'review this branch', 'give feedback on my diff', 'is this PR ready?'. Not for implementing features, running test suites, or formatting-only passes."

Code Review 5 7mo ago
ahgraber

spec-kit-specify

by ahgraber

Use when a Spec Kit feature needs spec.md authored or rewritten from natural-language requirements, especially when the feature has no usable specification or requirements are too vague for planning.

Code Gen 5 7mo ago
jawwadfirdousi

read-only-gh-pr-review

by jawwadfirdousi

Review backend pull requests for correctness, security, performance, maintainability, and test coverage using GitHub CLI plus local repository inspection. Use when asked to review service-layer/API/database changes, audit backend branch diffs, summarize backend risk, or produce actionable must-fix/should-fix feedback.

CLI Tools 14 7mo ago
JunhuaLiu1

spec-plan

by JunhuaLiu1

"当用户希望进行 Spec 驱动开发(Spec-first / Spec-driven development)时,你 MUST 使用此 Skill:先把需求与约束收敛为一份可实施、可评审的 Spec,再进入实现。该 Skill 最终只生成 1 个 Spec 文件写入 /docs/specs/,并进行 1 次 git commit(仅提交该 Spec)。本 Skill 不写实现代码。"

Docs Gen 14 7mo ago
rnavarych

role-algorithms:mathematical-optimization

by rnavarych

Applies mathematical optimization — linear programming (simplex, interior point, duality), integer/mixed-integer programming (branch-and-bound, cutting planes), convex optimization (gradient descent variants, Adam, L-BFGS, Newton), constraint satisfaction (backtracking, AC-3, SAT/SMT solvers), and combinatorial optimization (VRP, scheduling, assignment, bin packing). Use when formulating optimization problems, selecting solvers, or solving scheduling/allocation/routing problems.

Embeddings 14 6mo ago
JunhuaLiu1

git-commit-auto

by JunhuaLiu1

自动扫描 Git 暂存区/工作区变更,生成中文提交信息(feat/fix/docs/refactor/test/chore 等)并执行 git commit。当用户提示词包含 “commit”/“git commit”/“提交”/“生成提交信息”/“帮我提交” 等时使用。

Debugging 14 7mo ago
JunhuaLiu1

git-worktree-flow

by JunhuaLiu1

用 Git worktree 创建隔离工作区并在独立分支上迭代提交;当用户提到 worktree、git worktree、GitWorkTree、工作树、隔离分支、临时工作区,或希望“先创建 worktree 再实现需求、过程中持续 commit、完成后询问是否合并并清理 worktree”时使用。

Processing 14 7mo ago
leeovery

laravel-providers

by leeovery

Service providers, bootstrapping, and application configuration. Use when working with service providers, app configuration, bootstrapping, or when user mentions service providers, AppServiceProvider, bootstrap, booters, configuration, helpers.

Git & VCS 43 9mo ago
srstomp

ci-cd

by srstomp

Use when creating or debugging CI/CD pipelines, implementing deployment strategies (blue-green, canary, rolling), optimizing build times, reviewing pipeline security, or working with GitHub Actions, GitLab CI, CircleCI, Azure DevOps, or Bitbucket Pipelines.

CI/CD 9 7mo ago
littleben

Deploying to Production

by littleben

Automates GitHub repository creation and Vercel deployment for Next.js websites. Use when deploying new websites, pushing to production, setting up CI/CD pipelines, or when the user mentions deployment, GitHub, Vercel, or going live.

Cloud 186 10mo ago
z-soulx

prd-maintenance

by z-soulx

PRD 渐进式维护协议。多供应商并行开发 + 敏捷迭代场景下维护 PRD 文档。当用户说"prd: path"、"维护 PRD"、"更新需求文档"时使用。依赖 docs-writing-protocol 的去躁点判定。

Debugging 13 6mo ago
personamanagmentlayer

kafka-expert

by personamanagmentlayer

Expert-level Apache Kafka, event streaming, Kafka Streams, and distributed messaging

Code Gen 40 7mo ago
personamanagmentlayer

argocd-expert

by personamanagmentlayer

Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations

Git & VCS 40 7mo ago
dangeles

git-strategy-advisor

by dangeles

Use when deciding git workflow strategy for planned or completed work. Recommends branch creation vs direct commit, branch naming, push timing, and PR creation based on change scope and type.

Code Review 7 7mo ago
re2zero

create-release-tags

by re2zero

Use when releasing new versions for Debian projects with optional linglong.yaml support, updating debian/changelog, incrementing patch versions automatically, and creating git commits

CLI Tools 7 7mo ago