Documentation

The /snapr review command runs a pull request review workflow on the current GitHub pull request. It treats the pull request title, description, author, and diff as the review goal and uses your project’s code, documentation, tests, and any existing discussion as context to generate a thorough review. Snapr ensures comments do not contradict previous feedback and replies only to threads where it has not yet responded.

/snapr review
💡 Tip: Slash‑invoke /snapr review only on GitHub pull requests. It has no effect on issues.

When /snapr review is invoked, Snapr adds the GitHub label snapr/phase: review to the pull request to mark the review phase. While that label remains set:

  • Snapr posts new review comments on relevant lines according to the diff hunk and avoids duplicating comments it has already made.
  • Snapr replies to existing comment threads where it has not yet responded, preserving continuity in the discussion.

To exit review mode without completing a review session, remove the snapr/phase: review label.