deevus/tea-skills

review-pull

Review Gitea/Forgejo pull requests — checkout, approve, reject, request reviewers, inline comments, and diff/patch/files.

First seen May 21, 2026

Installation

$ npx skills add deevus/tea-skills --skill review-pull

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from deevus/tea-skills · top by installs.

npx skills add deevus/tea-skills

Browse all from deevus/tea-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,538 B
  • docs SUMMARY.md 142 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 88 installs

SKILL.md

Review Pull Request

Prefer tea pulls commands for review workflows. Bundled actions are only for CLI gaps and are documented under actions/pull-requests/README.md.

When resolving actions/... paths, use the actions/ directory bundled relative to this skill directory.

Pass explicit scope flags (--login, --remote, or --repo) to bundled actions when the user names a login, remote, backend, or repository. Otherwise, bundled actions use active-host-first discovery.

Checkout and Review

tea pulls checkout 15      # checkout PR locally
tea pulls review 15        # interactive review
tea pulls approve 15       # approve
tea pulls reject 15        # request changes

Request Reviewers

tea pulls edit 15 --add-reviewers user1,user2
tea pulls edit 15 --remove-reviewers user1

Diff / Patch / Review Comments

tea pulls 15 --fields diff,patch
tea pulls review-comments 15
tea pulls resolve 123
tea pulls unresolve 123

Forks and Upstream PRs

See [pull-request-forks](pull-request-forks.md).

For interactive inline review, use:

tea pulls review 15

Review Checklist Pattern

tea pulls checkout 15
# ... test locally ...
tea pulls approve 15
tea pulls merge 15 --style squash
tea pulls clean 15

Tips

  • tea pulls checkout creates a local tracking branch