git
gitv1.1.0Git workflow skills — commit curation, PR creation, issue filing, and context switching.
Install
/plugin install git@kellymearsSkills (4)
Git Commit Curator
git:commitsOrganize messy git changes into clean, well-scoped conventional commits.
→Issue Creator
git:issueCreate a GitHub issue from a PR, Slack message, or ad-hoc description.
→Pull Request Creator
git:prOpen a pull request against the main branch with a conventional commit title and structured body.
→Work Starter
git:workStart working on an issue, PR, or idea — handles branch creation, context switching, and uncommitted changes.
→