- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
dart-execute-packet
by dartsim
"DART Execute Packet: select and execute one orchestrator-authored work packet from a numbered plan"
dart-changelog
by dartsim
"DART Changelog: decide, draft, finalize, or audit DART changelog entries"
dart-deps
by dartsim
"DART Deps: triage and shepherd dependency and bot pull requests"
dart-pr
by dartsim
"DART PR: create a branch, commit, push, and open a DART pull request"
codebase-navigator
by 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
by dinerojs
Create a git commit with optional automatic Linear issue linking. Use when the user asks to commit.
writing-plans
by 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
by 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
by 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
by zotero
Steps that MUST be performed to verify a Zotero translator after every addition or modification, and before submitting a PR.
epic-deployment
by epicweb-dev
Guide on deployment with Fly.io, multi-region setup, and CI/CD for Epic Stack
swarm
by 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
by boshu2
'Continuous repository security scanning and release gating. Triggers: "security scan", "security audit", "pre-release security", "run scanners", "check vulnerabilities".'
beads
by 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
by TencentBlueKing
Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。
working-summary
by 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
by 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
by okteto
Run pre-commit hooks and golangci-lint to verify code quality before finishing work
new-feature
by okteto
Start a new feature development session with branch setup and requirements gathering
openspec-onboard
by studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
openspec-onboard
by studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
backport-pr-assistant
by 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
by ag-grid
'Git conventions for branches, commits, and PRs. Use when creating branches, writing commit messages, or opening pull requests.'
noir-frontend-tests
by noir-lang
Guide for writing noirc_frontend unit tests. Use when adding, writing, or reviewing frontend tests — regression tests, reproduction tests, error-checking tests, or should_panic tests in the compiler frontend.