Initial commit
This commit is contained in:
30
skills/git-workflow/SKILL.md
Normal file
30
skills/git-workflow/SKILL.md
Normal 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.
|
||||
Reference in New Issue
Block a user