ackdesha
- Karma
- 0
- Created
- ()
- Submissions
- 0
- 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: claudiff "HEAD^..HEAD" "code review" Review the last 3 commits of your feature branch: claudiff "HEAD~3..HEAD" "produce…