Git workflows for Tenzir repositories.
Releases
Section titled “Releases”- v1.3.0
This release introduces autonomous commit workflows that automatically split unrelated changes into separate commits without prompting. The new
/git:address-pr-commentscommand systematically addresses GitHub PR review comments, creating commits and resolving threads automatically. The commit w... - v1.2.0
This release introduces the
/git:address-pr-commentscommand for systematically working through GitHub PR review comments. The command creates one commit per comment, replies with the commit SHA, and resolves threads automatically. It also includes fixes for branch pushing before PR creation an... - v1.1.0
This release adds the new
/git:prcommand for creating GitHub pull requests directly from Claude Code. The command integrates with/git:committo streamline the workflow from staging changes to opening a PR. Additionally,/git:commithas been simplified by removing changelog and version bum... - v1.0.0
This major release standardizes skill naming with
python:following-conventionsand replaces the plugin-specific release command with the generic/changelog:releasecommand. It also adds a dependency upgrade guide for Python projects. - v0.1.0
Initial release of the git plugin.