list-pulls

Installation
SKILL.md

List Pull Requests

List

tea pulls list -o simple              # open PRs, compact output (recommended)
tea pulls list --state all -o simple  # include closed/merged
tea pulls list --output json          # use json only when parsing with jq
tea pulls list --fields "index,title,state,author,base,head,labels"

Show

tea pulls 15              # detail view
tea pulls 15 --comments   # with comments

Find PRs Needing Review

Installs
87
GitHub Stars
8
First Seen
May 21, 2026
list-pulls — deevus/tea-skills