Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:01 +08:00
commit 3b4f3145ad
13 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
name: git-workflow
description: Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Use when working with git operations, creating commits, resolving conflicts, or managing branches.
---
# Git Workflow Best Practices
This skill provides guidelines for git operations including commits, conflict resolution, and branch management.
## Commit Guidelines
Use the `/git:commit` command or `git:commit-handler` agent.
## Splitting Changes into Multiple Commits
Use the `/git:commit-chunks` command.
## Conflict Resolution
Use the `/git:conflicts` command or `git:conflict-resolver` agent.
## Rebasing All Branches
Use the `/git:rebase-all` command.
## Worktree Management
Use the `/git:worktree` command for creating worktrees.
Use the `/git:clean-worktrees` command for cleaning up worktrees.