# git-helper > Assist with git operations and version control - Author: Yves Lepère - Repository: YvesThenElse/TeamForge - Version: 20260107110434 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/YvesThenElse/TeamForge - Web: https://mule.run/skillshub/@@YvesThenElse/TeamForge~git-helper:20260107110434 --- --- name: git-helper description: Assist with git operations and version control allowed-tools: Bash, Read category: Productivity tags: - git - version-control - productivity --- # Git Helper Skill This skill assists with git operations and version control workflows. ## Capabilities - Analyze git repository status and history - Suggest appropriate git commands - Help resolve merge conflicts - Generate meaningful commit messages - Explain git concepts and workflows ## Usage Examples ### Repository Analysis Examine repository status, branch information, and recent commits to understand the current state. ### Conflict Resolution Analyze merge conflicts and suggest resolutions while preserving intent from both branches. ### Commit Message Generation Generate clear, descriptive commit messages following best practices and conventional commits format. ## Best Practices - Always check repository status before making changes - Use descriptive branch names - Write clear, concise commit messages - Review changes before committing - Keep commits focused on single concerns