Show HN: Zsh helpers for LLM Git diff review(github.com) = Pipe any Git diff range into Claude Code CLI = Review the last commit of your feature branch:
Review the last 3 commits of your feature branch:
Review working tree changes (uncommitted):
Review staged changes:
Review a pull request branch before merging:
Since last tag:
Or do the same as above with Github Copilot CLI using
`copdiff` instead of `claudiff` |
No comments yet