Creates Git branches following naming conventions. Use when creating feature, bugfix, hotfix, or release branches,...
find ~/CarpeWu/ -name "*.skill"
Cleans up merged Git branches safely. Use when cleaning up old branches, deleting merged branches, or maintaining...
Generates commit messages by analyzing git diffs and learning project commit style. Use when committing code...
Prepares Pull Request content by analyzing branch differences. Use when creating PRs, when the user needs help...
Generates repository creation guidelines and naming suggestions. Use when setting up new repositories, asking about...