Show HN: I created extension to help in PR Reviews
github.comHey HN,
In my previous organisation, reviewing PRs was challenging because I had to manually mark 30-40 static and auto-generated files as viewed. These files inflated the number of line changes, making it hard to see the actual lines left to review.
To make my life easier, I wrote JS scripts to interact with the DOM in the browser console.
After sharing this solution with a friend who found it very useful, I decided to develop it into a Chrome extension to make code reviews easier for everyone.
No comments yet.