Git 与版本控制
Git 操作、提交助手与分支管理
plan_issue
EdanStarfire
Start planning phase for an issue by spawning a Planner minion
github-pr-manager
EdanStarfire
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
worktree-manager
EdanStarfire
Manage git worktrees for isolated issue work. Create, list, and remove worktrees safely.
git-state-validator
EdanStarfire
Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating branch state.
npm-publish
b-open-io
This skill should be used when the user wants to publish a package to npm, bump a version, release a new version, or mentions "npm publish", "bun publish", "version bump", or "release". Handles changelog updates, git push, and npm publishing with OTP authentication.
wiki-docs
ProxiBlue
Document custom Magento 2 site functionality in the project wiki. Systematically captures custom features, modules, configurations, and business logic for client handover and developer onboarding.
markdown-writer
b-open-io
This skill should be used when the user asks to write, edit, review, or improve Markdown content (README, docs, changelog, guides), or needs Markdown formatting, syntax help, or advanced patterns (tables, callouts, task lists, mermaid, details/summary, footnotes).
create-release
EdanStarfire
Create a versioned release of claudecode_webui — bump version fields, update CHANGELOG.md, tag the commit, push, and create the GitHub Release.
status_workers
EdanStarfire
Show status of all active issue workers and their progress
git-branch-manager
EdanStarfire
Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
critique
b-open-io
This skill should be used when the user asks to "show me the changes", "what did you change", "let me see the diff", "review the code", "open web preview of changes", "show me what you worked on", "compare branches", "explain what changed", or wants to view git diffs in a terminal UI, web browser, or get AI-powered code review explanations.
dex
dcramer
Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.
github
EthanAlgoX
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries."
session-resume
nth5693
Resume context from previous session
blogwatcher
EthanAlgoX
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
sherpa-onnx-tts
EthanAlgoX
Local text-to-speech via sherpa-onnx (offline, no cloud)
coding-agent
EthanAlgoX
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
conventional-commits
bastos
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
capacitated-vrp
kishorkukreja
When the user wants to solve the Capacitated Vehicle Routing Problem (CVRP), optimize routes with vehicle capacity limits, or handle weight/volume constraints. Also use when the user mentions "CVRP," "capacity-constrained routing," "load limits," "vehicle weight limits," "volume constraints," or "payload optimization." For time windows, see vrp-time-windows. For general VRP, see vehicle-routing-problem.
github
ZhihaoAIRobotic
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries."
feature-workflow-orchestrator
organvm-iv-taxis
End-to-end feature development orchestration from planning through deployment with quality gates
dotfile-systems-architect
organvm-iv-taxis
Guides the creation of a "Minimal Root" home directory using the XDG Base Directory specification and a Bare Git Repository. Manages config separation, secrets, and cross-platform syncing.
ml-experiment-tracker
organvm-iv-taxis
Guides ML experiment logging, versioning, and reproducibility using tools like MLflow, Weights & Biases, and DVC for systematic model development.
ci-cd-pipeline-patterns
manutej
Comprehensive CI/CD pipeline patterns skill covering GitHub Actions, workflows, automation, testing, deployment strategies, and release management for modern software delivery