Git 与版本控制

Git 操作、提交助手与分支管理

显示 2305-2328 / 共 5221 个技能
mseok

session-recap

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."

认证鉴权 5 6个月前
slamb2k

graphite-skill

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 工具 5 6个月前
openshift-hyperfleet

HyperFleet Architecture

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.

文档生成 5 10个月前
ahgraber

commit-message

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."

智能体 5 7个月前
ArcBlock

diff-review-doc

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.

代码评审 5 8个月前
cblecker

branch

cblecker

Enhanced branch creation with smart naming and conventional commits detection

代码生成 5 7个月前
ArcBlock

blocklet-dev-setup

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 工具 5 7个月前
roderik

bellwether

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".

注释 5 5个月前
arisng

git-atomic-commit

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.'

智能体 5 6个月前
ahgraber

code-review

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."

代码评审 5 7个月前
ahgraber

spec-kit-specify

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.

代码生成 5 7个月前
jawwadfirdousi

read-only-gh-pr-review

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 工具 14 7个月前
JunhuaLiu1

spec-plan

JunhuaLiu1

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

文档生成 14 7个月前
rnavarych

role-algorithms:mathematical-optimization

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.

向量嵌入 14 6个月前
JunhuaLiu1

git-commit-auto

JunhuaLiu1

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

调试 14 7个月前
JunhuaLiu1

git-worktree-flow

JunhuaLiu1

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

数据处理 14 7个月前
leeovery

laravel-providers

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 与版本控制 43 9个月前
srstomp

ci-cd

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 7个月前
littleben

Deploying to Production

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.

云服务 186 10个月前
z-soulx

prd-maintenance

z-soulx

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

调试 13 6个月前
personamanagmentlayer

kafka-expert

personamanagmentlayer

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

代码生成 40 7个月前
personamanagmentlayer

argocd-expert

personamanagmentlayer

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

Git 与版本控制 40 7个月前
dangeles

git-strategy-advisor

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.

代码评审 7 7个月前
re2zero

create-release-tags

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 工具 7 7个月前