Documentation
README
Wednesday Git Workflow (GIT-OS)
This skill manages the complete lifecycle of a feature or fix. It ensures that every branch, commit, and PR follows the project's quality and automation standards.
Lifecycle Phases
1. Starting a Task (sprint)
When a dev provides a ticket and wants to start working:
- Action: Create a branch following the
type/nameformat (e.g.,feat/user-auth). - Rule: Max 40 characters, kebab-case, no ticket numbers in the branch name.
- Tool:
Bash(git checkout -b <branch_name>)
This is the opening of the README. Read the full README on GitHub.