Git 与版本控制

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

显示 2281-2304 / 共 5221 个技能
arisng

copilot-cli-mcp-config

arisng

Manage GitHub Copilot CLI MCP server configuration using mcp-config.json. Use when configuring MCP servers for GitHub Copilot CLI in ~/.copilot or custom paths, adding local/remote MCP servers with proper syntax, or understanding differences between GitHub Copilot CLI (mcp-config.json) and VS Code (mcp.json) configuration formats.

CLI 工具 5 7个月前
ahgraber

python-workflow-delivery

ahgraber

Use when preparing branches, commits, or PRs for Python changes — scoping work, running validation gates, and ensuring merge readiness. Also use when debugging CI gate failures, resolving lockfile conflicts, or uncertain what checks to run before opening a PR.

代码评审 5 7个月前
ArcBlock

blocklet-pr

ArcBlock

Create standardized Pull Requests for blocklet projects. Performs lint checks, unit tests, version updates, and creates PRs following PR templates. Use /blocklet-pr or say "help me submit a PR", "create pull request" to trigger.

代码生成 5 7个月前
slamb2k

start-right

slamb2k

Comprehensive repository initialization and scaffolding for new projects. Use when setting up a new repository from scratch with git, GitHub, CI/CD workflows, branch protection, validation checks (format, lint, type-check, tests, builds), git hooks (husky/lefthook), GitHub Actions for PR and main branch validation, automated versioning and tagging, and project-specific release workflows. Ideal for solo developers who want production-ready repository setup including (1) Git initialization with main branch, (2) GitHub repository creation and configuration, (3) Branch protection rules, (4) PR workflow with squash merging and auto-delete branches, (5) Comprehensive validation checks, (6) Git hooks for pre-commit and pre-push validation, (7) GitHub Actions CI/CD pipelines, (8) Automated releases with GitHub Releases integration.

代码评审 5 9个月前
bnadlerjr

Writing Git Commits

bnadlerjr

Original blog post

调试 5 7个月前
ahgraber

spec-kit-reconcile

ahgraber

Use when specification drift is discovered at any stage and existing Spec Kit artifacts (spec.md, plan.md, tasks.md) must be reconciled in-place without creating a new feature branch.

代码生成 5 7个月前
hookdeck

hookdeck

hookdeck

"Routes to the correct Hookdeck product skill. Covers Event Gateway (inbound: receive webhooks, webhook endpoints, local dev, event queue) and Outpost (outbound: send webhooks to customers). Use when working with any Hookdeck product and unsure which skill to use."

智能体 5 6个月前
bnadlerjr

managing-linear

bnadlerjr

Manages Linear issues via CLI using linearis (czottmann/linearis). Use when the user mentions Linear issue identifiers (e.g., 'ENG-123'), teams, cycles, projects, labels, issue management, or workflow automation. Handles issue CRUD, comments, cycle/project/label/team/user listing, document management, file embeds, search, and GitHub/GitLab PR linking via issue identifiers.

CLI 工具 5 6个月前
slamb2k

sync

slamb2k

Sync local repository with origin/main. Use before starting new work, after completing a PR, or when needing latest upstream changes. Safely stashes uncommitted changes, fetches and pulls origin/main, restores stash, and cleans up stale local branches (merged or with deleted remotes). Invoke when switching contexts or preparing for new feature work.

CLI 工具 5 6个月前
opensourceclaw

claw-mem

opensourceclaw

OpenClaw Memory System - Make OpenClaw Truly Remember. Compatible with existing formats, enhanced memory management.

数据处理 5 4个月前
ArcBlock

blocklet-branch

ArcBlock

Git branch management tool. Detects main iteration branch and branch naming conventions, handles branch creation and switching. Referenced by blocklet-dev-setup, blocklet-pr, and other skills.

代码生成 5 7个月前
slamb2k

start-right

slamb2k

Comprehensive repository initialization and scaffolding for new projects. Use when setting up a new repository from scratch with git, GitHub, CI/CD workflows, branch protection, validation checks (format, lint, type-check, tests, builds), git hooks (husky/lefthook), GitHub Actions for PR and main branch validation, automated versioning and tagging, and project-specific release workflows. Ideal for solo developers who want production-ready repository setup including (1) Git initialization with main branch, (2) GitHub repository creation and configuration, (3) Branch protection rules, (4) PR workflow with squash merging and auto-delete branches, (5) Comprehensive validation checks, (6) Git hooks for pre-commit and pre-push validation, (7) GitHub Actions CI/CD pipelines, (8) Automated releases with GitHub Releases integration.

代码评审 5 6个月前
ArcBlock

blocklet-getting-started

ArcBlock

Guide users to choose between blocklet-dev-setup and blocklet-server-dev-setup. Ask what to develop (blocklet or server), handle migration from existing environments, explain convention directories, and showcase advanced usages. Use /blocklet-getting-started or say "I want to start blocklet development", "how to setup blocklet dev environment" to trigger.

代码生成 5 7个月前
mseok

commit-splitter

mseok

Split large sets of uncommitted changes into logical, well-organized commits. Use when the user has many uncommitted changes and wants structured commits, or proactively suggest when detecting a large diff that would benefit from splitting.

文件操作 5 6个月前
build000r

divide-and-conquer

build000r

Decompose complex tasks into independent, parallel sub-agents with no overlapping concerns, race conditions, or inter-agent dependencies. Autonomous execution: plans the split, launches immediately, then runs a Codex review agent to verify, fix, and commit. Use BEFORE spawning Task agents when the work involves multiple files, domains, or concerns that could be parallelized. Triggers on: planning multi-agent work, "split this into agents", "parallelize this", "divide and conquer", or when about to launch 2+ Task agents for a complex task. Also use when a task feels too large for a single agent but the right decomposition isn't obvious.

智能体 5 6个月前
fellipeutaka

motion

fellipeutaka

Build React animations with Motion (Framer Motion) - gestures (drag, hover, tap), scroll effects, spring physics, layout animations, SVG. Bundle: 2.3 KB (mini) to 34 KB (full). Use when: drag-and-drop, scroll animations, modals, carousels, parallax. Troubleshoot: AnimatePresence exit, list performance, Tailwind conflicts, Next.js "use client".

动画 5 6个月前
arisng

git-commit-scope-constitution

arisng

'Build and refine a constitution defining valid commit scopes for each commit type. Use when maintaining .github/git-scope-constitution.md, discovering new scopes from git history or repo structure, validating scope choices, or conducting weekly scope reviews. Scopes are repo-specific; types are universal.'

代码生成 5 6个月前
openshift-hyperfleet

HyperFleet Standards Audit

openshift-hyperfleet

Audits local HyperFleet repositories against team architecture standards dynamically fetched from the architecture repo. Activates when users ask to audit repos, check standards compliance, or identify standards gaps. READ-ONLY - does not modify any files. Produces JIRA-ready gap specifications for integration with jira-ticket-creator skill.

代码评审 5 8个月前
openshift-hyperfleet

Architecture Impact

openshift-hyperfleet

Analyzes code changes in HyperFleet component repositories (API, Sentinel, Adapter, Broker) to determine if architecture documentation needs updates using intelligent keyword extraction and content search. Activates when users ask "analyze architecture impact", "check if docs need update", or use /architecture-impact.

代码评审 5 6个月前
ArcBlock

blocklet-server-dev-setup

ArcBlock

Clone blocklet-server repository and guide execution of the in-project project-setup skill. Use /blocklet-server-dev-setup or say "help me configure blocklet-server environment", "setup blocklet-server" to trigger.

CLI 工具 5 7个月前
ArcBlock

blocklet-updater

ArcBlock

Creates a new release for a blocklet project by bumping version, building, and bundling. Use when asked to "create a new release", "bump and bundle", or "update blocklet version".

CLI 工具 5 7个月前
acaprino

uv-package-manager

acaprino

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

CLI 工具 5 8个月前
fellipeutaka

commit-work

fellipeutaka

"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits."

代码生成 5 6个月前
yurukusa

cc-safe-setup

yurukusa

Safety hooks for Claude Code — 700 pre-built hooks that prevent file deletion, credential leaks, git disasters, and token waste during autonomous AI coding sessions. 9,200+ tests. Install with npx cc-safe-setup.

文件操作 5 4个月前