aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:nzdog
1 artifact found
agentby nzdog
3d ago

git-workflow-manager

Use this agent when the user needs to perform any git-related operations including commits, branches, merges, rebases, conflict resolution, history inspection, remote operations, or git configuration. Examples:\n\n<example>\nContext: User has made changes and wants to commit them.\nuser: "I've finished implementing the login feature, can you commit these changes?"\nassistant: "I'll use the git-workflow-manager agent to handle this commit for you."\n<Task tool call to git-workflow-manager>\n</example>\n\n<example>\nContext: User needs to create a new branch for a feature.\nuser: "I need to start work on the payment integration"\nassistant: "Let me use the git-workflow-manager agent to create an appropriate feature branch for the payment integration work."\n<Task tool call to git-workflow-manager>\n</example>\n\n<example>\nContext: User encounters merge conflicts.\nuser: "I'm getting merge conflicts when trying to merge main into my branch"\nassistant: "I'll use the git-workflow-manager agent to help you resolve these merge conflicts."\n<Task tool call to git-workflow-manager>\n</example>\n\n<example>\nContext: User wants to review commit history.\nuser: "Show me what changes were made in the last week"\nassistant: "I'll use the git-workflow-manager agent to review the recent commit history."\n<Task tool call to git-workflow-manager>\n</example>\n\n<example>\nContext: Proactive use after code changes.\nuser: "Here's the new authentication module I wrote"\nassistant: "Great work on the authentication module! Let me use the git-workflow-manager agent to help you commit these changes with an appropriate message."\n<Task tool call to git-workflow-manager>\n</example>

2 repos0 installs
$npx ai-builder add agent nzdog/git-workflow-manager
You've reached the end