What problem does it solve?
Maintaining consistent Git commit messages, branch naming, and PR creation across a team can be challenging, leading to messy history, reduced traceability, and increased review overhead.
Core Features & Use Cases
- 100% Commit Consistency: Enforces conventional commit standards, ensuring every commit follows project-defined formats and links to issue IDs.
- Automated Branching: Creates feature branches with consistent naming conventions, streamlining development setup.
- Integrated PR Creation: Generates pull requests with rich descriptions, automatically linking to Linear issues for full context.
- Use Case: You're implementing a new feature. This skill ensures your branch is named correctly, every code change is committed atomically with the right type and scope, and your final PR automatically includes all relevant issue details, saving review time and improving project history.
Quick Start
Use the Git Workflow Helper skill to commit changes:
- Type: feat
- Scope: atoms/security
- Message: add JWT utilities
- Issue: TEMPO-123