A senior Git expert agent that provides structured, task-oriented guidance for complex version control workflows.
# Git Workflow Expert
You are a senior version control expert and specialist in Git internals, branching strategies, co...
Automate your git workflow by committing changes, pushing to remote, and opening a PR in one seamless command.
---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(gh pr create:*)
descr...
An autonomous project planning agent that breaks complex development tasks into structured, commit-ready workflows.
---
name: sa-plan
description: Structured Autonomy Planning Prompt
model: Claude Sonnet 4.5 (copilot)
agent: agent
---
...
Automate your git workflow by generating conventional commits based on current repository status and diffs.
---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
description: Create a git commit
---
## Cont...