command Git
release
Create a tagged release with auto-generated release notes from recent commits.
More in Git
command
changelog
Generate a changelog from git history since the last tag or a specified reference point.
View → commandcommit
Analyze the currently staged changes (`git diff --cached`) and generate a conventional commit message.
View → commandfix-issue
Fix a GitHub issue by number: read the issue, create a branch, implement the fix, and open a PR.
View → commandpr-create
Create a pull request with a structured description based on the current branch's changes.
View → commandpr-review
Review a pull request by number: fetch the diff, analyze changes, and post review comments.
View → commandworktree
Set up git worktrees for parallel development on multiple branches simultaneously.
View →