review-pull

review-pull is a skill for Claude Code from deevus/tea-skills. It costs 32 tokens per session (374 once invoked), scanned A, original, MIT.

A workflow guide for reviewing pull requests on Gitea or Forgejo, which are platforms for hosting Git repositories and code reviews. It covers checking out changes, commenting, approving, rejecting, and managing reviewers.

In plain words
What is it for?
Use it to inspect diffs and patches, add or resolve inline comments, request reviewers, approve or reject changes, and merge reviewed pull requests.
Why use it?
It puts the main review actions and local testing steps into one repeatable process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tea plugin — 16 skills, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/deevus/tea-skills/review-pull
Any agent
npx skills add deevus/tea-skills --skill review-pull
Clone the repo
git clone --depth 1 https://github.com/deevus/tea-skills

Made for: Claude Code.

Or install tea, the plugin that ships this one along with the rest of its 16 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-pull

README.md
[![agentmods](https://agentmods.dev/badge/skills/deevus/tea-skills/review-pull.svg)](https://agentmods.dev/skills/deevus/tea-skills/review-pull)
Your own site
<a href="https://agentmods.dev/skills/deevus/tea-skills/review-pull"><img src="https://agentmods.dev/badge/skills/deevus/tea-skills/review-pull.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 374 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00374
Opus 5 $0.00016 $0.00187
Sonnet 5 $0.00006 $0.00075
Haiku 4.5 $0.00003 $0.00037

Measured 6d ago against content hash 3b00a7b4adaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

review-pull scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/review-pull/SKILL.md · 64 lines

What it actually says

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.

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
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 64 lines · 32 tokens per session scan A 3b00a7b4adaa

Subscribe to this mod's changes

review-pull is a skill published in the GitHub repository deevus/tea-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 374 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gh-find-prs

Survey open Codewhale PRs and triage each for mergeability and disposition against the real landing branch.

Hmbown/CodeWhale · 27 tokens

triage

Gatekeep and review GitHub issues and pull requests for Qwen Code maintainers. Use for GitHub Action issue triage, PR admission checks, product-direction review, KISS-focused PR review, and staged bilingual GitHub comments.

QwenLM/qwen-code · 50 tokens

hunk-extensions

Maps the hunkdiff/extension authoring surface for Hunk, the terminal diff viewer — hiding or reordering reviewed files, docked panes, alternate file views, commands and key bindings, dialogs, workspace writes, themes, syntax languages, VCS backends, lifecycle events. Use when writing, debugging, or installing a Hunk…

modem-dev/hunk · 105 tokens

hunk-launch-video

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.

modem-dev/hunk · 60 tokens

hunk-release

Prepares, publishes, verifies, and curates Hunk releases. Use for release metadata, benchmarks, tags, publishing, release videos, backports, or recovery.

modem-dev/hunk · 38 tokens

hunk-review

Interacts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files, hunks, and exact lines, reloads session contents, adds inline review comments, and paints attention marks on character ranges. Use when the user has a Hunk session running or wants to review diffs interactively.

modem-dev/hunk · 69 tokens