What problem does it solve?
This Skill streamlines the process of creating correctly named Git branches and crafting properly formatted commit messages for Republic Services (RSG) projects, ensuring consistency and adherence to established standards.
Core Features & Use Cases
- Standardized Branch Creation: Generates branches following the
US######_snake_case_description or DE######_snake_case_description format.
- Formatted Commit Messages: Ensures commits are prefixed with the Rally artifact ID and adhere to specific formatting rules.
- Guided Git Workflow: Assists users through identifying artifact IDs, drafting descriptions, staging files, and committing changes.
- Use Case: When starting a new feature for a Rally ticket
US123456, this Skill helps you create a branch named US123456_implement_user_auth and commit your changes with messages like US123456: implement user authentication middleware.
Quick Start
Use the rsg-branching-commiting skill to create a new branch for artifact US123456 with the description add new feature.