- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
init-project
by nicolas-codemate
Interactive wizard for configuring ticket resolution workflow. Creates .claude/ticket-config.json with source, branch, and complexity settings.
Digital Ocean VPS Skill
by iamthetonyb
Show cost estimate before requesting approval.
git-workspace
by ewilazarus
Use when the user wants to work on a feature, hotfix, or any other branch
git-workflow
by quanturetechnologies
Manages Git workflows, branches, commits, pull requests, and GitHub Actions following Quanture standards. Use when creating branches, writing commit messages, reviewing PRs, resolving conflicts, or setting up CI/CD pipelines.
kavak-documentation
by carvalab
Kavak internal documentation integration. Use when planning features, architecture, kbroker, auth, SDKs, databases, GitLab pipelines, Docker configs, or creating new services/workloads.
dependency-upgrade
by TriNgo0108
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
migrating-git-subtree
by squirrel289
Move one folder or a set of folders from one Git repository to another with git subtree while preserving commit history, authorship, and timestamps. Use when asked to migrate directories across repositories, split monorepos, import a subproject, keep syncing with git subtree split/add/merge/pull, or retire the source path after a successful import.
copilot-cli
by zhaoxuanZzz
Enable autonomous code development and collaboration using GitHub Copilot CLI. Use this skill when you need to write code, fix bugs, implement features, refactor code, create pull requests, or perform any development tasks autonomously with AI-powered assistance. Supports interactive and non-interactive modes, session management, automated PR workflows, and comprehensive code analysis. Ideal for automated development workflows, CI/CD integration, code reviews, and autonomous feature implementation.
pr-review-handler
by vijaykpatel
Handle PR review feedback by checking for comments, determining necessary changes, responding appropriately to reviewers, implementing fixes, and pushing updates. Use when the user asks to work on an existing open PR, address PR feedback, fix review comments, or handle bot review suggestions (Devin AI, Cursor Bugbot, etc.).
sync-to-marketplace
by blueif16
将插件发布到marketplace
create-pr
by ruchernchong
Push branch and create GitHub pull request (auto-assigned)
terraform
by kontrolplane
Terraform infrastructure as code with HCL. Use when writing Terraform configurations, debugging state issues, understanding count vs for_each behavior, managing modules, or troubleshooting plan/apply errors.
cynic-wisdom
by zeyxx
"Philosophical grounding for technical decisions across 19 traditions. Cross-domain synthesis mapped to 5 axioms (FIDELITY/PHI/VERIFY/CULTURE/BURN). φ-bounded at 61.8%. Use when facing dilemmas, questioning assumptions, or seeking wisdom."
spec-driven-development
by vineethsoma
Spec-Driven Development workflow using GitHub spec-kit for building high-quality software with structured specifications and intent-driven development
gh-worktree-branch
by AutoFor
新しい作業を開始するときに GitHub Issue を作成し、Git Worktree とブランチを作成する。
weibo-news-push
by qimenluoshu-eng
微博新闻推送自动化系统。定时抓取国际热点新闻,生成微博格式简报,推送微信审核。支持多源抓取、fallback机制。
python-uv-acceleration
by qiao-925
在 Python 项目中默认使用 uv 替代 pip 进行依赖管理和虚拟环境创建,提升 10-100x 安装速度。当处理 Python 项目、创建虚拟环境、安装依赖、或用户提到 pip/venv/virtualenv 时使用。
figma-diagram-design
by stoodiohq
Apply professional color theming to Figma diagrams (flowcharts, decision trees, sequence diagrams, state diagrams, gantt charts). Use this skill whenever creating diagrams with the Figma:generate_diagram tool. Automatically assigns distinct colors to top-level branches, with child nodes inheriting their parent branch's color family for clear visual hierarchy.
work-on-ticket
by IHKREDDY
Pulls ticket details from Jira, creates feature branches with proper naming conventions, and handles planning steps. Use when starting work on a Jira ticket, creating branches for tickets, or when users mention "work on ticket", "start ticket", "create branch for", or Jira ticket IDs.
github-knowledge
by hanniballei
GitHub knowledge base manager for storing, indexing, and querying GitHub repositories locally. Maintains a BASE.md index file with summaries of all saved repos. Trigger this skill when the user asks a question or makes a request related to: - A specific GitHub repository (download, query, analyze, summarize, compare) - GitHub issues, PRs, releases, or repository search - 仓库、GitHub项目、开源项目 的下载、查询、分析等操作 Do NOT trigger for unrelated git operations (e.g., "init a local git repo", "git commit"). Core actions: 1. Explicit download request → require URL → clone or pull → summarize → update BASE.md 2. Query + repo exists locally → pull → maybe update summary → answer question 3. Query + repo NOT local → search GitHub via gh/curl → answer question (do NOT clone)
using-git-worktrees
by ederheisler
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
pr-to-origin-main
by atman-33
Create a pull request from current development branch to origin/main (not upstream/main). Use when you need to merge a feature branch into the main branch of your fork and want to ensure the PR targets origin/main with English descriptions. Always confirms remote target with user before creation to prevent accidentally creating PRs to upstream repositories.
gh-project-issue-loop
by mishankov
Continuously process available GitHub Project items by preparing project context once and then implementing linked issues in a loop via the gh-issue-to-pr skill. Use when asked to clear backlog from a GitHub Project board, batch-deliver project issues, or repeatedly pick and implement open project issues with gh CLI.
pr-description
by dakotahp
Generates a pull request title and description for the current branch. Explains the why, the technical approach, and includes ASCII or Mermaid diagrams where they add clarity. Pass optional context such as a ticket number or additional intent.