hermes - 💡(How to fix) Fix Add PR review digest mode grouped by reviewer value

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Motivation

Cursor's pr-review-canvas and docs-canvas plugins contain a useful presentation pattern even without Cursor Canvas runtime: reorganize code review/docs around reader value instead of file-tree order.

Hermes coding operations currently inspect PRs and update dashboards, but review summaries can become file-by-file or status-heavy. A Hermes-native digest mode would make PR review requests faster for Emmanuel by leading with core logic, risk, verification evidence, and only then mechanical changes.

Proposed Hermes adaptation

Add a review digest skill/script mode for GitHub PRs that produces markdown (and optional HTML later) with:

  1. Core logic and behavior changes first.
  2. Wiring/integration changes condensed.
  3. Boilerplate/mechanical/generated diffs summarized by file/stats.
  4. Pseudocode for dense changed logic.
  5. Concrete before/after traces for surprising behavior changes.
  6. Risk callouts (Breaking, Race, Perf, Auth/Data, Migration) only when genuinely useful.
  7. Verification block listing exact local/CI gates run and their outcomes.

Do not depend on Cursor Canvas. This should be compatible with gh pr diff, local git diff, and existing Hermes GitHub review skills.

Acceptance criteria

  • A Hermes skill or script can take a PR URL/number and emit a reviewer-oriented markdown digest.
  • Digest groups by reviewer value, not path order.
  • Output includes verification evidence and explicit unanswered questions/blockers.
  • Coding ops dashboard can link/store the digest for PRs requiring Emmanuel review.

Source pattern reviewed

  • cursor/plugins/pr-review-canvas at d1cdb88
  • cursor/plugins/docs-canvas at d1cdb88 (mostly placeholder, but useful docs-layout primitives: overview, TOC, sections, refs, callouts)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING