I built a GitHub app that checks for uncompleted checkboxes within pull request comments and blocks the merge if found.<p>This allows you to treat checkboxes as to-do’s and:<p>* Open pull requests with a to-do list template -> make sure all steps are completed before merging<p>* Leave to-do reminders for yourself as you work on a pull request<p>* Leave to-do reminders for someone else as part of your code review<p>Especially useful for large PRs with collapsed comments.