Make the directory review comment a clickable checklist#84
Merged
Conversation
directory_review_format() now renders each changed entry as a task-list checkbox reviewers tick as they go (progress is visible at a glance), with automated flags shown under their entry, plus a "before merging" checklist for the manual minority-gender and photo-crop checks. GitHub renders task lists in PR comments as interactive checkboxes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
🎉 Good Practice Check All checks passed! Updated: 2026-07-04T19:41:16.640Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reviewers liked the automated directory review list but wanted to track progress.
directory_review_format()now renders it as a task list: each changed entry is a- [ ]checkbox reviewers tick as they go (GitHub renders task lists in PR comments as interactive checkboxes), automated flags are nested under their entry, and the manual minority-gender / photo-crop checks become a short "before merging" checklist.Rendered example:
Test plan
devtools::test()— full suite green (1030);directory_review_formattests updated for the checkbox format.Note: the review comment is re-posted if the sync PR is updated (a fresh unticked checklist). Fine for the weekly cadence; if mid-review re-runs become common, a follow-up could update the comment in place.
🤖 Generated with Claude Code