- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
environment-variables-handler
by karchtho
Manage environment variables and configuration across development, staging, and production. Master .env files, secret management, configuration validation, and multi-environment strategies. Use when setting up configuration systems, managing secrets, or deploying to different environments.
multi-repo-dev
by Yonsun-w
多仓库需求开发完整工作流,支持跨项目协同开发、需求对齐、代码实现和提交推送。当用户要开发新需求、创建跨项目工作区或进行多仓库开发任务时使用此 skill。
using-git-worktrees
by Cygnusfear
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
yt-dlp-skill
by DriveSpark
Use when working with yt-dlp
commit
by vainjs
Generate git commits following Conventional Commits (commitlint). Use when user wants to commit changes.
wp-plugin-tag
by Tmeister
Create, verify, list, or delete WordPress plugin version tags safely.
Spotify Web API — Developer Reference
by mikgra91
version = "1.2.3" # or "0.5-beta"
axios
by yusenthebot
Promise based HTTP client for the browser and node.js. Use when: building interactive command-line tools; styled terminal output; progress indicators and spinners. NOT for: web browser UI rendering; server-side HTML generation.
atomic-commits
by nullswan
Organize git changes into clean, atomic commits for better history. Use when the user has accumulated multiple changes and wants to split them into separate, logical commits. Triggers on "atomic commits", "split commits", "organize my changes", "clean commit history", or when many unrelated changes are staged together.
refactor-archeology
by ShotaIuchi
Code history and rationale investigation for refactoring. Apply when researching git blame, commit history, code comments, hidden constraints, and historical design decisions.
scm
by lorenzogirardi
Git workflow and source control management for ecommerce team. Covers Conventional Commits, branch strategy, PR workflow, and conflict resolution. Triggers on "git", "commit", "branch", "merge", "rebase", "pull request", "PR", "conventional commits", "git workflow", "push", "commit message". PROACTIVE: MUST invoke when performing Git operations.
bf-update-conventions
by khaki4
스프린트 중 코드 리뷰에서 발견된 반복 패턴을 conventions.md에 반영한다. Convention Guard의 규칙 소스를 축적하여 다음 스프린트의 리뷰 품질을 높인다.
MNSCloud Runtime Kit Skill
by manaoscloud
```
market-scanner
by cemhaspolatbfg
Use when generating the daily market opportunity report. Reads the latest scan JSON from the scans/ directory (already produced by GitHub Actions, with deduplication), filters by quality criteria, ranks by score, and writes a categorized markdown report to reports/.
git-push-origin
by pc-style
Push local branch to origin (GitHub) to initialize it remotely. Use when the user has created a local branch and wants to push it to GitHub for the first time, or when setting up a new branch on the remote repository.
closer
by ianphil
This skill should be used when the user asks to "close feature", "archive feature", "complete feature N", "move feature to completed", or wants to move a finished feature to the _completed/ directory.
ogt-cli-copilot
by OpenDNDApps
Run GitHub Copilot CLI for code generation, repository analysis, and development tasks. GitHub OAuth integrated. Use for quick coding tasks, context-aware completions, and repository-wide insights. Preferred for load balancing sub-agent work (30% weight).
pr-review
by pitzcarraldo
This skill processes unresolved GitHub PR review discussions. Activated when the user provides a GitHub PR link (github.com/.../pull/...) or mentions "PR review", "review PR", "process review comments", etc.
reasoning-handover-protocol
by kimasplund
Protocol for cognitive pattern handovers during complex reasoning sessions. Defines .reasoning/ directory structure, handover schemas, and IR-v2 orchestration integration. Use when reasoning sessions require mid-stream pattern transitions, parallel branch merging, state checkpointing, or multi-pattern orchestration. Essential for complex problems where ToT, BoT, HE, or other patterns must hand off work to each other.
MindFlow
by chuanhaigogogo
Generate concise mind maps and structured learning notes from AI conversations with Obsidian export support.
github-create-pr
by pc-style
Create a GitHub Pull Request using the gh CLI. Use when the user wants to open a PR, submit changes for review, or create a pull request from their branch. Handles PR creation with title, body, and target branch selection.
git:amend
by IKatsuba
Amend Commit - modifies the last commit with staged changes or new message
git-pull-request
by datamktkorea
This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation.
cs-rag-architecture-guideline
by qiao-925
CS-RAG 项目专用架构总规范,统一全局架构认知与架构设计约束,提供分层检查、影响面分析、接口契约、依赖注入与可插拔治理入口。