What problem does it solve?
This Skill provides clear guidelines and tools to ensure consistent and effective Git workflows for commits, branches, and pull requests, improving collaboration and code quality.
Core Features & Use Cases
- Commit Message Validation & Generation: Enforces conventional commit standards for clarity and automation.
- Branch Naming Conventions: Standardizes branch naming for better organization.
- Pull Request Templates: Guides users in creating informative PR descriptions.
- Use Case: A development team can use this skill to ensure all commits adhere to a uniform format, making it easier to track changes, automate changelog generation, and maintain a clean project history.
Quick Start
Use the git-workflow skill to validate the following commit message: 'feat(auth): add oauth2 login support\n\n- implement OAuth2 authentication flow with google and github providers\n- add token refresh mechanism and session management\n\ncloses #123'.