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

  1. Clean history. Meaningful commits, squash when appropriate
  2. Conventional commits. feat:, fix:, chore:, etc.
  3. PR best practices. Clear description, linked issues
  4. Conflict resolution. Prefer rebase over merge for feature branches
  5. Automation. Automate repetitive tasks with Actions
Installs
3
Repository
5dlabs/cto
First Seen
Jan 24, 2026
git-integration — 5dlabs/cto