request-reviews

star 0

Post comments to the current PR to trigger re-reviews from Claude and Greptile. Use when the user says "request reviews", "re-review", "trigger reviews", or wants reviewers to look at the PR again.

vybe-build By vybe-build schedule Updated 6/15/2026

name: request-reviews version: 1.1.0 description: Post comments to the current PR to trigger re-reviews from Claude and Greptile. Use when the user says "request reviews", "re-review", "trigger reviews", or wants reviewers to look at the PR again. allowed-tools: Bash(bash .claude/skills/request-reviews/scripts/*), Bash(gh pr view *)

Request Reviews

Post comments on the current branch's PR to trigger automated re-reviews.

Workflow

  1. Get the current PR number:
gh pr view --json number --jq '.number'

If there is no PR for the current branch, report that and stop.

  1. Verify the resolved PR is the one intended for this conversation (if that context is available), and flag it to the user if it looks like it's for a different workstream.

  2. Post the review-trigger comments by running the script (pass the PR number from step 1, or omit it to resolve the current branch's PR):

bash <skill-path>/scripts/post-review-triggers.sh [PR_NUMBER]

The triggers live in the script's TRIGGERS array — edit it there as reviewers change.

  1. Report that the review requests have been posted.
Install via CLI
npx skills add https://github.com/vybe-build/vybe-skills --skill request-reviews
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator