Git 与版本控制
Git 操作、提交助手与分支管理
dart-branch-cleanup
dartsim
"DART Branch Cleanup: analyze or clean stale repository branches"
dart-execute-packet
dartsim
"DART Execute Packet: select and execute one orchestrator-authored work packet from a numbered plan"
dart-changelog
dartsim
"DART Changelog: decide, draft, finalize, or audit DART changelog entries"
dart-deps
dartsim
"DART Deps: triage and shepherd dependency and bot pull requests"
dart-pr
dartsim
"DART PR: create a branch, commit, push, and open a DART pull request"
codebase-navigator
srbhr
Navigate, search, and understand the Resume Matcher codebase using ripgrep, ack, or grep. Find functions, classes, components, API endpoints, trace data flows, and understand architecture. Use FIRST when exploring code, finding files, or understanding project structure.
commit
dinerojs
Create a git commit with optional automatic Linear issue linking. Use when the user asks to commit.
writing-plans
FradSer
This skill should be used when the user has a design (from brainstorming) and needs to break it down into a detailed, step-by-step implementation plan with verification steps for each task.
start-release
FradSer
This skill should be used when the user asks to "start a release", "create release branch", "prepare a release", "git flow release start", or wants to begin a new version release.
icon-lookup
malob
Workaround for Claude Code filtering BMP PUA Unicode (U+E000-U+F8FF). Supplementary PUA Nerd Font icons like (U+F0000+, e.g. nf-md-github, nf-md-kubernetes, nf-md-battery) can be written directly. BMP PUA icons (Powerline, Font Awesome, Devicons) require placeholder syntax like {{ U+E0A0 }} or {{ nf-fa-star }} (without spaces), which hooks auto-convert. Invoke when reading or writing Starship configs, tmux themes, shell prompts, or statuslines.
verify-translator
zotero
Steps that MUST be performed to verify a Zotero translator after every addition or modification, and before submitting a PR.
epic-deployment
epicweb-dev
Guide on deployment with Fly.io, multi-region setup, and CI/CD for Epic Stack
swarm
cursor
"Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, races, gauntlets, and exploration."
security
boshu2
'Continuous repository security scanning and release gating. Triggers: "security scan", "security audit", "pre-release security", "run scanners", "check vulnerabilities".'
beads
boshu2
'This skill should be used when the user asks to "track issues", "create beads issue", "show blockers", "what''s ready to work on", "beads routing", "prefix routing", "cross-rig beads", "BEADS_DIR", "two-level beads", "town vs rig beads", "slingable beads", or needs guidance on git-based issue tracking with the bd CLI.'
git-commit-specification
TencentBlueKing
Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。
working-summary
Innei
Use when the user asks for a work summary, weekly report, 工作总结,周报,working summary, or sprint/period recap. Aggregates GitHub PR/commit/issue activity from configured repos, optionally reads Linear cycle issues via MCP, honors Chinese public holidays, and produces a markdown report. Default range is the previous Mon-Sun week.
csv-excel-merger
OneWave-AI
Merge multiple CSV/Excel files with intelligent column matching, data deduplication, and conflict resolution. Handles different schemas, formats, and combines data sources. Use when users need to merge spreadsheets, combine data exports, or consolidate multiple files into one.
lint-check
okteto
Run pre-commit hooks and golangci-lint to verify code quality before finishing work
new-feature
okteto
Start a new feature development session with branch setup and requirements gathering
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
backport-pr-assistant
cockroachdb
Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
git-conventions
ag-grid
'Git conventions for branches, commits, and PRs. Use when creating branches, writing commit messages, or opening pull requests.'