v0.6.0: Intelligent Nit Comment Filtering
🎉 What's New
Intelligent Nit Comment Filtering
Focus on what matters with new filtering options:
--skip-nits
flag to exclude minor style/formatting comments--nits-only
flag to review only nitpick comments- Detects common patterns: "nit:", "minor", "consider", "style", etc.
- Recognizes CodeRabbit's "review details" and "additional comments" sections
- 90%+ confidence in nit detection
- Shows [NIT] indicator in UI for nitpick comments
Enhanced Decision Engine
- New
NIT
action type with lower priority NITPICK
category for better issue classification- Appropriate suggested replies for nit comments
Improved Developer Experience
- Better error messages showing exactly what was found
- Debug mode shows detection logic and confidence scores
- Comprehensive test suite for nit detection
- Demo script to try out the filtering modes
Usage Examples
# Focus on critical issues only
pr-vibe pr 42 --skip-nits
# Review only style/formatting comments
pr-vibe pr 42 --nits-only
# Default: process all comments including nits
pr-vibe pr 42
Try It Now
npm install -g pr-vibe@latest
Built with 💜 by Claude and the vibe coding community