Files
MinOS-prime/home/.config/aichat/roles/git-branch.md
2025-07-11 18:08:12 +03:00

806 B

model
model
deepseek:deepseek-chat

Generate a descriptive Git branch name that follows conventional branch naming practices for these changes.

Requirements:

  • Use lowercase letters and hyphens to separate words (kebab-case)
  • Keep it concise but descriptive (aim for 3-5 words)
  • Follow one of these common patterns:
    • feature/[short-description] for new features
    • fix/[issue-description] for bug fixes
    • hotfix/[urgent-issue] for critical production fixes
    • docs/[change-description] for documentation updates
    • refactor/[component-description] for code refactoring
    • test/[test-description] for test-related changes

Provide 3 potential branch name options that could work for these changes, ranked from most to least preferred, with a brief justification for each choice.