home/排行榜/git-workflows
实时排行

按分类查看 Top Skills

切换不同分类,即可查看该能力分类下按 Star 排序的 Top 20 skills。

Git WorkflowsDevOpsTop 20查看分类页
当前分类
Git Workflows
3362 个技能
榜单规模
20
每个分类显示前 20 条
所属领域
DevOps
63 已收录分类
前三聚焦

Git Workflows

Version control and branching strategies.

按 Star 排序
#1
git-workflows
354.3K

github

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

openclaw
openclaw
devops
open
#2
git-workflows
354.3K

openclaw-ghsa-maintainer

Maintainer workflow for OpenClaw GitHub Security Advisories (GHSA). Use when Codex needs to inspect, patch, validate, or publish a repo advisory, verify private-fork state, prepare advisory Markdown or JSON payloads safely, handle GHSA API-specific publish constraints, or confirm advisory publish success.

openclaw
openclaw
devops
open
#3
git-workflows
354.3K

security-triage

Triage GitHub security advisories for OpenClaw with high-confidence close/keep decisions, exact tag and commit verification, trust-model checks, optional hardening notes, and a final reply ready to post and copy to clipboard.

openclaw
openclaw
devops
open
完整榜单

Git Workflows

榜单基于当前分类内的 GitHub Star 数进行排序。

3362 个技能星标
04
git-workflows

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

openclaw
openclaw
devops
星标
354.3K
查看技能
05
git-workflows

author-contributions

Identify all files a specific author contributed to on a branch vs its upstream, tracing code through renames. Use when asked who edited what, what code an author contributed, or to audit authorship before a merge. This skill should be run as a subagent — it performs many git operations and returns a concise table.

microsoft
microsoft
devops
星标
183.7K
查看技能
06
git-workflows

setup-repo

Initialize a worktree-based repo layout for parallel development. Creates a main worktree, a reviews worktree for PR reviews, and N numbered work branches. Handles .env creation, dependency installation, and branchlet config. TRIGGER when user asks to set up the repo from scratch, initialize worktrees, bootstrap their dev environment, "setup repo", "setup worktrees", "initialize dev environment", "set up branches", or when a freshly cloned repo has no sibling worktrees.

Significant-Gravitas
Significant-Gravitas
devops
星标
183.3K
查看技能
07
git-workflows

worktree

Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, and generates Prisma client. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.

Significant-Gravitas
Significant-Gravitas
devops
星标
183.3K
查看技能
08
git-workflows

create-pr

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

n8n-io
n8n-io
devops
星标
170.1K
查看技能
09
git-workflows

golang-patterns

堅牢で効率的かつ保守可能なGoアプリケーションを構築するための慣用的なGoパターン、ベストプラクティス、規約。

affaan-m
affaan-m
devops
星标
150.4K
查看技能
10
git-workflows

git-workflow

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
11
git-workflows

github-ops

GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git commands.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
12
git-workflows

opensource-pipeline

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
13
git-workflows

project-flow-ops

Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
14
git-workflows

swift-concurrency-6-2

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
15
git-workflows

unified-notifications-ops

Operate notifications as one ECC-native workflow across GitHub, Linear, desktop alerts, hooks, and connected communication surfaces. Use when the real problem is alert routing, deduplication, escalation, or inbox collapse.

affaan-m
affaan-m
devops
星标
150.4K
查看技能
16
git-workflows

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

obra
obra
devops
星标
145.9K
查看技能
17
git-workflows

electron-chromium-upgrade

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

electron
electron
devops
星标
120.8K
查看技能
18
git-workflows

ci

A specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI failures. It handles run discovery automatically—simply provide the branch name.

google-gemini
google-gemini
devops
星标
100.9K
查看技能
19
git-workflows

github-issue-creator

Use this skill when asked to create a GitHub issue. It handles different issue types (bug, feature, etc.) using repository templates and ensures proper labeling.

google-gemini
google-gemini
devops
星标
100.9K
查看技能
20
git-workflows

pr-address-comments

Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.

google-gemini
google-gemini
devops
星标
100.9K
查看技能