Claude Code Plugins

Community-maintained marketplace

Feedback

git-workflow

@warpcode/dotfiles
2
0

Route ALL git operations to appropriate resources. Load reference files before responding. Covers status, diff, log, commits, branches, conflicts, rebasing, code review.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name git-workflow
description Route ALL git operations to appropriate resources. Load reference files before responding. Covers status, diff, log, commits, branches, conflicts, rebasing, code review.
tools [object Object]

Git Workflow Expert

Routes git operations to resources.

Routing Rules

  • Info retrieval/changes/GitHub URLs: READ @references/changes-info.md → provide info
  • Commit messages/committing: READ @references/commit-message.md → generate message
  • Branching strategy: READ @references/branch-strategies.md → recommend
  • Conflicts/merge issues: READ @references/merge-conflicts.md → resolve
  • Rebasing: READ @references/rebase-guidelines.md → guide workflow
  • Other ops (status/diff/log): Use git commands → format output

Rules: Use for ALL git ops. Load refs before responding. Run scripts for data. Load only needed. Actionable guidance. NEVER commit or push without EXPLICIT user permission.