01Streamlines pull request creation with automatic remote pushing and Linear issue linking
02Automates feature branch creation with standardized kebab-case naming and issue ID integration
03Enforces consistent atomic commits using Conventional Commits or simple formatting
04Validates working directory cleanliness to prevent uncommitted changes from leaking into new work
05Centralizes git logic to prevent direct git calls and maintain project-wide convention adherence
060 GitHub stars