git-workflow

Installation
SKILL.md

Git Workflow Best Practices

Commit Messages (Conventional Commits)

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • style: Formatting
  • refactor: Code restructuring
  • test: Adding tests
  • chore: Maintenance

Format: type(scope): description Example: feat(auth): add password reset flow

Installs
2
First Seen
Feb 28, 2026
git-workflow — kprsnt2/mylocalcli