Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
ZH
在 Manus 中运行任何 Skill
一键导入
一键在 Manus 中运行任何 Skill
开始使用
$
cd
top
一键运行任何 Skill
$
pwd:
~
/
categories
/
git-workflows
Git 工作流
浏览 Git 分支策略、工作树、钩子和协作开发工作流的 agent skills。
最多星标
最近更新
openclaw-ghsa-maintainer.md
363.2k
from
"openclaw/openclaw"
Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state.
2026-04-23
security-triage.md
363.2k
from
"openclaw/openclaw"
Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof.
2026-04-23
tag-duplicate-prs-issues.md
363.2k
from
"openclaw/openclaw"
Search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.
2026-04-23
gh-issues.md
363.2k
from
"openclaw/openclaw"
Fetch GitHub issues, delegate fixes to subagents, open PRs, watch reviews, or run /gh-issues workflows.
2026-04-23
github.md
363.2k
from
"openclaw/openclaw"
Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
2026-04-23
author-contributions.md
184.2k
from
"microsoft/vscode"
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.
2026-02-17
setup-repo.md
183.7k
from
"Significant-Gravitas/AutoGPT"
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.
2026-03-27
worktree.md
183.7k
from
"Significant-Gravitas/AutoGPT"
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.
2026-03-16
using-git-worktrees.md
166.1k
from
"obra/superpowers"
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
2026-01-29
golang-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
堅牢で効率的かつ保守可能なGoアプリケーションを構築するための慣用的なGoパターン、ベストプラクティス、規約。
2026-03-24
git-workflow.md
165.9k
from
"affaan-m/everything-claude-code"
Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.
2026-03-30
github-ops.md
165.9k
from
"affaan-m/everything-claude-code"
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.
2026-04-05
opensource-pipeline.md
165.9k
from
"affaan-m/everything-claude-code"
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'.
2026-03-31
project-flow-ops.md
165.9k
from
"affaan-m/everything-claude-code"
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.
2026-04-01
swift-concurrency-6-2.md
165.9k
from
"affaan-m/everything-claude-code"
Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.
2026-02-24
unified-notifications-ops.md
165.9k
from
"affaan-m/everything-claude-code"
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.
2026-04-05
electron-chromium-upgrade.md
121.0k
from
"electron/electron"
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.
2026-03-03
electron-node-upgrade.md
121.0k
from
"electron/electron"
Guide for performing Node.js version upgrades in the Electron project. Use when working on the roller/node/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Node.js changes, building, running the Node.js test suite, and proper commit formatting for patch fixes.
2026-04-20
github-auth.md
114.8k
from
"NousResearch/hermes-agent"
Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.
2026-03-28
github-issues.md
114.8k
from
"NousResearch/hermes-agent"
Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.
2026-03-28
github-pr-workflow.md
114.8k
from
"NousResearch/hermes-agent"
Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.
2026-03-28
github-repo-management.md
114.8k
from
"NousResearch/hermes-agent"
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
2026-04-16
writing-plans.md
114.8k
from
"NousResearch/hermes-agent"
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
2026-03-03
ci.md
102.3k
from
"google-gemini/gemini-cli"
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.
2026-03-25
code-reviewer.md
102.3k
from
"google-gemini/gemini-cli"
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
2026-01-21
docs-changelog.md
102.3k
from
"google-gemini/gemini-cli"
Generates and formats changelog files for a new release based on provided version and raw changelog data.
2026-04-09
github-issue-creator.md
102.3k
from
"google-gemini/gemini-cli"
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.
2026-02-28
pr-address-comments.md
102.3k
from
"google-gemini/gemini-cli"
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.
2026-02-24
pr-creator.md
102.3k
from
"google-gemini/gemini-cli"
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
2026-02-10
pr-review.md
99.4k
from
"pytorch/pytorch"
Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".
2026-04-24
antd-commit-msg.md
97.8k
from
"ant-design/ant-design"
Generate a single-line commit message for ant-design by reading the project's git staged area and recent commit style. Use when the user asks for a commit message, says "msg", "commit msg", "写提交信息", or wants one-line text that covers all staged changes. Output should match the repository's existing commit style and summarize all staged changes in one line.
2026-03-20
antd-create-pr.md
97.8k
from
"ant-design/ant-design"
Create pull requests for ant-design using the repository's official PR templates. Use this skill when the user asks to create/open a PR, draft PR title/body, summarize branch changes for a PR, or otherwise prepare PR content. Judge by intent rather than fixed phrases; short colloquial requests still count if they are about creating a PR rather than discussing PR concepts.
2026-04-03
antd-issue-reply.md
97.8k
from
"ant-design/ant-design"
Help maintainers reply to Ant Design GitHub issues following official guidelines. Use this skill when the user asks to handle issues, reply to issues, process issues, check issues, or manage issues for ant-design/ant-design repository. Also use when the user mentions "issue" in the context of antd, Ant Design, or GitHub issue management. This skill provides guidelines for classifying issues (Bug vs Feature Request), handling dosubot replies, using proper labels, writing polite responses, and knowing when to close issues.
2026-03-20
github-pr-reviewer.md
86.2k
from
"home-assistant/core"
Reviews GitHub pull requests and provides feedback comments. This is the top skill to use for reviewing Pull Requests from GitHub.
2026-04-22
context-save.md
82.2k
from
"garrytan/gstack"
Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat. Use when asked to "save progress", "save state", "context save", or "save my work". Pair with /context-restore to resume later. Formerly /checkpoint — renamed because Claude Code treats /checkpoint as a native rewind alias in current environments, which was shadowing this skill. (gstack)
2026-04-24
babysit-pr.md
77.5k
from
"openai/codex"
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.
2026-04-17
github-deep-research.md
63.6k
from
"bytedance/deer-flow"
Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects.
2026-03-27
create-pull-request.md
60.9k
from
"cline/cline"
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, PR template usage, and PR creation using the gh CLI tool.
2026-02-24
deal-with-security-advisory.md
58.4k
from
"paperclipai/paperclip"
Handle a GitHub Security Advisory response for Paperclip, including confidential fix development in a temporary private fork, human coordination on advisory-thread comments, CVE request, synchronized advisory publication, and immediate security release steps.
2026-04-11
release.md
58.4k
from
"paperclipai/paperclip"
Coordinate a full Paperclip release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss versioning.
2026-03-18
github-triage.md
53.9k
from
"code-yeongyu/oh-my-openagent"
Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only. Triggers: 'triage', 'triage issues', 'triage PRs', 'github triage'.
2026-03-20
work-with-pr.md
53.9k
from
"code-yeongyu/oh-my-openagent"
Full PR lifecycle: git worktree → implement → atomic commits → PR creation → verification loop (CI + review-work + Cubic approval) → merge. Keeps iterating until ALL gates pass and PR is merged. Worktree auto-cleanup after merge. Use whenever implementation work needs to land as a PR. Triggers: 'create a PR', 'implement and PR', 'work on this and make a PR', 'implement issue', 'land this as a PR', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.
2026-03-27
git-master.md
53.9k
from
"code-yeongyu/oh-my-openagent"
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
2026-02-06
commit.md
52.6k
from
"TryGhost/Ghost"
Commit message formatting and guidelines
2026-04-08
writing-commit-messages.md
51.5k
from
"ghostty-org/ghostty"
Writes Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.
2026-03-14
create-worktree.md
47.1k
from
"ClickHouse/ClickHouse"
Create a ClickHouse git worktree with submodules hardlinked from the main repo. Use when the user wants to create a new worktree for ClickHouse development.
2026-02-27
fix-sync.md
47.1k
from
"ClickHouse/ClickHouse"
Fix the "CH Inc sync" job in a pull request by resolving conflicts in the corresponding clickhouse-private sync PR.
2026-02-06
mutation-testing.md
47.0k
from
"metabase/metabase"
Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.
2026-02-26