- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
checkpoint
by Nomik94
Use when: 리팩토링, 삭제, 마이그레이션, 대규모 변경, 위험한 작업, 파일 삭제, 코어 변경, 스키마 변경, 구조 변경. NOT for: 단순 수정, 새 파일 추가, 테스트 추가.
worktree-manager
by saar120
Manage git worktrees using the w shell function. Use when the user asks to create, switch to, list, remove, or clean up git worktrees, or when starting feature work that needs an isolated workspace. Triggers on keywords like "worktree", "create worktree", "switch worktree", "w <name>", or when needing to work on a branch in isolation. Also use proactively when implementing features that benefit from workspace isolation.
exec-plan
by bromanko
Write or implement execution plans (ExecPlans) — thorough, self-contained design documents that guide a coding agent through complex features or significant refactors. Use this skill when the user asks to "write a plan", "create an exec plan", "make an ExecPlan", "plan this feature", "design this refactor", "write a design doc for implementation", or when they ask to "implement a plan", "execute this plan", "follow the plan", "continue the plan", "pick up where the plan left off". Also trigger when the user mentions "ExecPlan", "execution plan", or references a PLAN.md or similar planning document. This skill covers both authoring plans and executing them.
commit
by ruchernchong
Smart git commit with short, concise messages
writing-commits
by augmnt
Generates commit messages and PR descriptions following Conventional Commits. Use when committing code, writing PR titles, reviewing git history, or when asked to describe changes. Triggers on git commit, PR creation, or changelog generation.
smart-code-review
by lordprotein
"Expert code review with a senior engineer lens. Reviews git changes or targeted code (files, folders, features). Detects SOLID violations, security risks, and proposes actionable improvements."
ai-code-reviewer
by yulong-me
Automated AI-powered code review that runs on git hooks with progressive disclosure design. Use when setting up automated code review for a project, installing git hooks for code review, creating or modifying review rules, or configuring review behavior. Triggers on requests like "set up AI code review", "install review hooks", "create review rules", or "configure code reviewer".
commit
by Tmeister
Generate a conventional commit message from staged changes and commit safely.
claude-deploy
by fluid-notion-labs
Work on and push to GitHub repos from a Claude session using ephemeral GitHub App tokens. Use this skill whenever the user pastes a claude-deploy handover blob.
actions-optimiser
by kaihendry
This skill should be used when the user asks to "optimise GitHub Actions", "improve my workflow", "make actions better", "review workflow usage", "how are others using this action", "find best practices for GitHub Actions", or wants to gather real-world context on how GitHub Actions are used to improve their workflows.
wp-plugin-version
by Tmeister
Analyze changes and update WordPress plugin version references safely.
tdd-workflow
by vineethsoma
Test-Driven Development workflow with TDD commit convention, compliance tracking, and validation
mdx-article-publisher
by foreveryh
通用的 MDX 文档发布工具。验证语法 → 语义化提交 → Git 推送。支持任何 MDX 项目(Fumadocs、Next.js、Docusaurus 等)。可配置 build 命令,自动检测多语言文件。与 fumadocs-article-importer 配合完成文章导入→发布工作流。
blitz
by Cygnusfear
This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.
tauri-create
by krissss
Tauri 项目创建向导。使用场景:创建新的 Tauri 应用
feature
by dakotahp
Use when implementing a new feature from scratch, before writing any implementation code.
quality-review
by simplerick0
Review code for quality issues including readability, maintainability, complexity, and adherence to best practices. Use for PR reviews, code audits, identifying technical debt, and ensuring code meets quality standards before merge.
gh-init-worktree
by AutoFor
既存の git リポジトリを worktree ベースのフォルダ構造に変換する。「worktree構造にしたい」「initして」と言ったときに使用します。
evaluator
by Overlord-Z
Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage. Integrates with oracle and guardian.
pkgdown-site
by brianmsm
"End-to-end pkgdown workflow for R packages: setup, publishing, content architecture, articles/vignettes, README migration, troubleshooting, and maintenance scripts."
inspecting-changes-skill
by viktar-silakou
```
commit
by aravhawk
Commits with perfect messages. Use when making a commit.
git-cleanup
by aleister1102
"Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work."
create-pr
by mguinada
"Creates GitHub pull requests with properly formatted titles. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request. Analyzes changes on the current branch and uses the pull request template from .github folder. PROACTIVE ACTIVATION: Auto-invoke when commits exist on feature branch and user mentions PR, review, or push. DETECTION: Check for unpushed commits, feature branch (not main/master), user asks to share/review changes. USE CASES: Code is ready for review, after completing feature work, user wants to share changes."