Agent skill
git
Git version control operations. Use for creating branches, making commits, pushing code, and creating pull requests.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/git-arttttt-cmidcabot
SKILL.md
Git Operations
Configuration
- Repository: arttttt/CMIDCABot
When to Use
- Creating feature/fix/refactor branches
- Making commits with conventional commit messages
- Pushing branches to remote
- Creating pull requests
Quick Reference
Create Branch
git checkout -b <type>/<short-description>
Types: feature/, fix/, refactor/
Commit
git commit -m "<type>(<scope>): <description>"
Push
git push -u origin <branch-name>
Create PR
Use MCP tool create_pull_request with:
owner: from Configurationrepo: from Configurationtitle: descriptive titlebody: includeCloses #<issue-number>if applicablehead: current branch namebase: main
Detailed References
- See
references/branching.mdfor branch naming conventions - See
references/commits.mdfor commit message format
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?