I am beginning to despair. I can't even really put my finger on what exactly it is, but I find reviewing PRs on github extremely painful. For example, I keep missing my own comments when checking back if the author addressed them. Why is there no list of "all my comments"? Maybe filterable by outdated,resolved and open..
I’m building a much better tool for reviewing code on GitHub. Still in early stages and looking for feedback, but our central idea is exactly what you mention. We make sure that all comments are resolved before the review is done and help you focus on what needs resolution.<p>Check out <a href="https://codeapprove.com" rel="nofollow">https://codeapprove.com</a> or just email me at sam@habosa.com if you’re interested
I do code review on both Gitlab and Github and found the experience on Github more pleasant. Things that help:<p>- Keep the PR small, the code changes focused.<p>- The “viewed” checkbox per file. Tick it as the file is reviewed. If the file is changed later, it will expand as “Changed since last viewed”. If not, one less thing to check on next review iteration.<p>- Keep discussions off Github. There should be one comment per issue as the initializer as well as reminder. The long discussions goes into a Slack thread.<p>- The reviewer is the one to resolve the comment. This way, you can resolve them as in “tick them off” as done.
<plug> You might want to check out Reviewable (<a href="https://reviewable.io" rel="nofollow">https://reviewable.io</a>) if you haven't yet. It addresses your complaints about comments on GitHub and many more besides, while remaining as integrated with GitHub as feasible. Some pretty large open source organizations are using it, e.g. CockroachDB. </plug>