loom-git-workflow

Installation
SKILL.md

Git Workflow

Overview

This skill provides guidance on Git best practices, branching strategies, commit conventions, and collaborative workflows. It helps maintain a clean and navigable version control history.

Instructions

1. Branch Management

  • Follow consistent naming conventions (feature/, fix/, hotfix/, release/)
  • Create branches from appropriate base (main, develop, release branch)
  • Keep branches focused and short-lived
  • Delete merged branches promptly
  • Use descriptive names with issue references

2. Commit Practices

Related skills
Installs
4
GitHub Stars
48
First Seen
7 days ago