Skip to content

Add review-coverage CI check (report mode) - #706

Draft
kriszyp wants to merge 3 commits into
mainfrom
kris/review-coverage-ci
Draft

Add review-coverage CI check (report mode)#706
kriszyp wants to merge 3 commits into
mainfrom
kris/review-coverage-ci

Conversation

@kriszyp

@kriszyp kriszyp commented Aug 15, 2026

Copy link
Copy Markdown
Member

What / why

Adds the review-coverage CI check in report mode — informational only, never blocks. On every PR open / description edit / push / ready-for-review, it parses the PR description and surfaces how many cross-model reviews it names, plus whether the Human-Review-Need: footer is present and current vs the head sha. Under-reported substantive PRs (org-member author, >2 changed lines, non-draft) get a ::warning:: annotation; bots, outside contributors, trivial changes, and drafts are exempt.

Uses the action hosted in harper (its public home — GitHub bars public repos from using private-repo actions; see harper#2183), pinned by full sha per org policy; renovate bumps the pin. Currently pinned to the harper PR branch head — bump to a main sha once harper#2183 merges (the check works either way; branch commits stay fetchable).

Context: the dispatch review fleet now gates substantive member PRs whose AI review finds issues and whose description reports fewer than two cross-model reviews (auto request-changes until coverage is reported). This check makes that expectation visible at PR open. Flipping to mode: enforce is deliberately not part of this PR — that's a team policy call.

Verification

This PR dogfoods the check: the run on this branch is green and correctly reports exempt: draft. The action + evaluation script were reviewed and tested in dispatch#59 and carry 33 unit tests in harper#2183.

Review coverage

  • Codex: reviewed the action + evaluation script in dispatch#59 (graded leg)
  • Gemini: reviewed the action + evaluation script in dispatch#59

— Claude Fable 5 (dispatched by Kris)
🤖 Generated with Claude Code

Informational check surfacing how many cross-model reviews the PR
description names, using the dispatch human-review gate's own parser
(HarperFast/dispatch/actions/review-coverage). Always green in report
mode; under-reported substantive PRs get a warning annotation. See
dispatch#59 for the action and skills/pr-shepherd/SKILL.md for policy.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Org policy rejects mutable refs; renovate bumps pinned action shas, so
the caller still tracks dispatch@main at dep-bot cadence.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@claude

claude Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Reviewed; no blockers found.

GitHub bars public repos from using private-repo actions, so the action
lives in HarperFast/harper (.github/actions/review-coverage), pinned by
sha per org policy; renovate bumps the pin. Currently pinned to the
harper PR branch head — bump to a main sha once harper#2183 merges.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant