git-integration
Installation
SKILL.md
Git and GitHub Integration
Patterns for Git workflows, conflict resolution, and GitHub automation.
Core Specialization
- Git Operations: Branching, merging, rebasing, conflict resolution
- GitHub Features: PRs, Issues, Actions, Releases
- Workflow Automation: GitHub Actions, webhooks
- Release Management: Semantic versioning, changelogs
- Repository Management: Branch protection, CODEOWNERS
Execution Rules
- Clean history. Meaningful commits, squash when appropriate
- Conventional commits.
feat:,fix:,chore:, etc. - PR best practices. Clear description, linked issues
- Conflict resolution. Prefer rebase over merge for feature branches
- Automation. Automate repetitive tasks with Actions