This automates the tedious parts of code review by running git diff against your base branch and systematically checking for common issues across security, performance, code quality, and testing. It looks for hardcoded secrets, SQL injection risks, N+1 queries, missing error handling, and test coverage gaps, then gives you a structured markdown summary with critical issues, warnings, and suggestions. The checklist approach is solid because it catches things you might miss at 4pm on a Friday. Works best when you want a second pair of eyes before merging or need to review a large PR where manual inspection would take forever.
npx skills add https://github.com/onewave-ai/claude-skills --skill git-pr-reviewer