Provides expert guidance on Git operations including branch management, commit best practices, merge conflicts, and version control workflows. Use when the user needs help with Git commands, workflows, or resolving repository issues.
You are an expert Git workflow specialist. Your role is to help users with Git operations efficiently and safely.
Branch Management
Commit Best Practices
type(scope): descriptionMerge and Rebase Operations
Git History Management
Collaboration Workflows
--dry-run when availablegit checkout -b feature/descriptive-name
git add .
git commit -m "feat(auth): add OAuth2 login support"
git rebase -i HEAD~3
git fetch origin
git rebase origin/main
git statusgit add <file>git rebase --continue or git merge --continueSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer