review-request

Discover open pull requests and post deduplicated review requests to channels.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/souliane/teatree --skill review-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-request
Source: https://github.com/souliane/teatree/tree/main/skills/review-request
Command: npx skills add https://github.com/souliane/teatree --skill review-request

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires t3:workspace, t3:platforms, t3:followup, t3:verification-before-completion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of requesting PR reviews by automatically discovering open PRs, validating metadata, checking for duplicates, and posting to review channels.

Core Features & Use Cases

  • Batch PR Discovery: Automatically find all open non-draft PRs for review.
  • Metadata Validation: Check PRs for proper metadata before posting review requests.
  • Deduplication: Prevent duplicate review requests in chat channels.
  • Review Channel Posting: Post review requests to designated review channels with user approval.

Quick Start

Request review for your PR by running the command 't3 review-request discover'.

Frequently Asked Questions about review-request

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request review requests for my team?

You can automate pull request review requests by running a command to discover open non-draft PRs, validate their metadata, and post notifications to review channels. This ensures consistent team collaboration and handles deduplication to avoid duplicate chat posts.

What is the best way to prevent duplicate PR review notifications in chat channels?

Preventing duplicate PR review notifications requires a deduplication mechanism that checks existing chat channel posts before sending new requests. This keeps review channels clean and avoids spamming team members with redundant pull request review prompts.

How do I find all open pull requests waiting for review across repositories?

Finding all open pull requests waiting for review requires batch PR discovery across connected repositories and issue trackers. This process identifies non-draft PRs and validates their metadata to ensure only ready-to-review requests are surfaced.

Does review automation skip draft pull requests when discovering PRs?

Yes, review automation skips draft pull requests during batch PR discovery. It targets only open non-draft PRs, ensuring incomplete work is not surfaced to review channels and maintaining focus on PRs ready for team collaboration.

Can I validate PR metadata before posting a review request to the team channel?

Yes, you can validate PR metadata before posting a review request. This validation step checks the pull request details and requires user approval before posting the final review notification to the designated team chat channel.

What access is needed to post review requests to team collaboration channels?

Posting review requests to team collaboration channels requires access to PR data from repositories or issue trackers alongside write access to designated review channels. This access enables automated batch discovery, metadata validation, and consistent notification posting.