What problem does it solve?
Automates and standardizes code review of ArcticDB pull requests to surface defects, style regressions, and merge blockers while avoiding duplicate comments and noisy summaries.
Core Features & Use Cases
- Delta-aware diffs: Prefer incremental diffs between BEFORE_SHA and AFTER_SHA on synchronize events to focus reviews on new changes and reduce duplication.
- Deduplicated inline comments: Fetch existing inline comments and skip posting duplicates, while ensuring findings remain represented in the sticky summary.
- Sticky summary management: Create or update a persistent checklist-style review summary and amend only items affected by new commits.
- Use Case: Run as a GitHub Actions job or local slash command to review an opened or updated PR, post targeted inline feedback, and maintain an evolving review checklist reflecting fixes and regressions.
Quick Start
Run the review-pr skill against pull request 2933 to produce delta-aware inline comments and an updated sticky review summary.