I wish someone built a tool for commit-by-commit GitHub pull request reviews.
There's https://github.com/danobi/prr, but it's very basic - just opens the whole PR diff in your text editor and lets you review it as if it had been an email. The workflow I'm envisioning is a bit different though:
* have a keybinding in tig that opens the current commit in my text editor
* store the comments in git notes perhaps (because why not?)
* submit the review comments on individual commits of that PR in GitHub (which can be done manually via the web UI, so surely doable via API too)
#git#github