Git 与版本控制

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

显示 1441-1464 / 共 5263 个技能
kevinslin

dev.can-make-public

kevinslin

Scan a repository and its git history for secrets, credentials, private keys, internal URLs, PII, and other sensitive artifacts before making it public. Use when a user asks if a repo is safe to open-source, requests a pre-publication audit, or wants to sanitize a repo for public release.

代码评审 23 7个月前
kevinslin

land

kevinslin

Finalize a task by syncing status to the originating GitHub issue and, when in an AG directory, updating durable project docs (progress.md, memory.md, and related task tracking files).

自动化 23 6个月前
kevinslin

dev.shortcuts

kevinslin

Mandatory shortcut trigger and usage guidance. ALWAYS check if shortcut. Applies before responding to ANY coding or development request.

代码评审 23 6个月前
kevinslin

dev.conventional-commits

kevinslin

Explain and apply the Conventional Commits specification for commit messages, including required format, types/scopes, breaking change notation, and examples. Use when asked to draft, validate, or review commit messages or when a repo wants Conventional Commits adoption.

调试 23 8个月前
kevinslin

dev.worktrees

kevinslin

Standardize git worktree creation and management with all worktrees stored under ~/.worktrees/[repo]/[branch-name]. Use whenever running or planning git worktree commands (add/list/remove/prune), creating parallel checkouts, or setting up isolated branch workspaces.

CLI 工具 23 7个月前
aj-geddes

artifact-management

aj-geddes

Manage build artifacts, Docker images, and package registries. Configure artifact repositories, versioning, and distribution strategies.

Docker 324 10个月前
openclaw

calendar-scheduling

openclaw

Schedule meetings, check availability, and manage calendars across Google, Outlook, and CalDAV. Routes to focused sub-skills for datetime resolution and calendar scheduling. Also available as temporal-cortex. Both listings install the same MCP server and share the same source code.

自动化 4465 6个月前
ed3dai

finishing-a-development-branch

ed3dai

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

代码评审 248 7个月前
m1heng

release

m1heng

Publish a new release of the Feishu plugin. Use when the user asks to release, publish, or cut a new version.

CLI 工具 4251 7个月前
ed3dai

starting-an-implementation-plan

ed3dai

Use when beginning implementation from a design plan - orchestrates branch creation, detailed planning, and hands off to execution with all necessary context

自动化 248 7个月前
ed3dai

maintaining-a-marketplace

ed3dai

Use when creating, releasing, or maintaining a Claude Code Plugin Marketplace - covers marketplace.json schema, version management, release checklists, changelog conventions, and validation to prevent sync drift between plugin.json and marketplace.json

数据处理 248 6个月前
ed3dai

using-git-worktrees

ed3dai

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

文件操作 248 7个月前
alekspetrov

nav-install-multi-claude

alekspetrov

Install Navigator multi-Claude workflow orchestration scripts. Auto-invokes when user says "install multi-Claude workflows", "set up multi-Claude", or "enable parallel execution".

CLI 工具 229 9个月前
telagod

multi-agent

telagod

天罗秘典·多Agent协同。融合蚁群仿生设计,定义Agent角色、生命周期、信息素通信、任务分解、冲突解决。当需要多Agent并行协作时路由到此。

智能体 241 6个月前
jdrhyne

skill-sync

jdrhyne

Sync Clawdbot skills between local installation and the shared skill repository. Use when asked to install, update, list, or push skills.

CLI 工具 241 7个月前
telagod

🔧 炼器秘典 · DevOps 能力中枢

telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

CI/CD 241 6个月前
jdrhyne

clawdbot-release-check

jdrhyne

Check for new clawdbot releases and notify once per new version.

代码评审 241 7个月前
telagod

云原生基础设施 · Infrastructure

telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

云服务 241 6个月前
melodic-software

claude-code-plugins

melodic-software

"Read-only progressive-disclosure audit for agent-facing instruction markdown — grades every target against a three-tier load-cost model (always-loaded / invocation-loaded / on-demand) and classifies seven finding shapes in two lanes: split opportunities (oversize vs tier-calibrated Anthropic-prescribed caps, mixed-concerns, tier-mismatch — procedures, path-local, or sometimes-only content sitting in an always-loaded file) and disclosure-structure defects (blind-pointer lacking a when-to-read clause or read-vs-run intent, orphan-spoke, deep-nesting past one level, missing-toc on long references). Emits Tier 1/2/3 findings with per-shape treatment guidance; read-only, no edits applied. Use when: 'progressive disclosure', 'split this file', 'this file is too long', 'too much context', 'mixed concerns', 'hub and spoke', 'is my CLAUDE.md too big', 'audit context loading', 'what should always be loaded', or before splitting any instruction file — not for prose flavor (/docs-hygiene:compress), in-page noise (/docs-hygiene:audit-noise), whole-doc existence (/docs-hygiene:audit-derivability), or skill frontmatter QA (/skill-quality:check)."

文件操作 12 23天前
melodic-software

claude-code-plugins

melodic-software

"Iteratively reduce coupling at any altitude — documents, code modules, applications, or repositories: scan for change-transmitting dependencies typed against a coupling model, verify each finding, apply a budgeted batch of safe behavior-preserving reductions, and ledger structural candidates for design routing so repeated runs continue where the last stopped. Use when: 'reduce coupling', 'decouple', 'loosen coupling', 'too tightly coupled', 'high cohesion low coupling', 'break this dependency', 'dependency injection pass', 'externalize this config', 'connascence', 'coupling scan', 'these files always change together', 'stop copying between repos'. Skip when: reviewing a diff before merge (review tools), deep-designing one already-chosen boundary (/architecture:improve), general structural tidyings with no coupling focus (/code-tidying:tidy), or a docs noise/dedup pass with no cross-artifact coupling angle (docs-hygiene)."

代码评审 12 22天前
render-oss

render-deploy

render-oss

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

CLI 工具 76 7个月前
TechDufus

pr-creation

TechDufus

"MUST be used when creating pull requests. Handles context gathering, title generation (conventional commit format), body formatting, and PR creation via GitHub CLI. Creates PRs as drafts by default. Triggers on: 'create PR', 'open PR', 'ready for review', 'push for PR', 'send for review'."

认证鉴权 176 8个月前
steveclarke

implement-plan

steveclarke

Execute implementation plans incrementally with verification at each step. Works through numbered sections one at a time, sanity-checks assumptions against the codebase, and stops on inconsistencies. Use when implementing a pre-defined plan document. Triggers on "implement this plan", "execute step 3.1", "resume plan at section 4".

分析 35 7个月前
tenequm

python-dev

tenequm

Opinionated Python development setup with uv + ty + ruff + pytest + just. Use when creating new Python projects, setting up pyproject.toml, configuring linting, type checking, testing, or build tooling. Triggers on "python project", "uv init", "pyproject.toml", "ruff config", "ty check", "pytest setup", "justfile", "python linting", "python formatting", "type checking python".

代码生成 35 6个月前