request-review

request-review is a command for Claude Code from carloshpdoc/ios-workflow-claude. It costs 0 tokens per session (1,223 once invoked), scanned A, original, Apache-2.0.

A command that asks for a review of a GitHub pull request, which is a proposed set of code changes, by sending a message to a Slack channel.

In plain words
What is it for?
Requesting review for a specific pull request using its number and, optionally, a short description of the changes.
Why use it?
It removes the need to look up the pull request details and write the review request by hand.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code.

Part of the ios-workflow plugin — 22 commands, 3 agents shipped together

Good fit Requesting review for a specific pull request using its number and, optionally, a short description of the changes.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/carloshpdoc/ios-workflow-claude/request-review
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.

Clone the repo
git clone --depth 1 https://github.com/carloshpdoc/ios-workflow-claude

Made for: Claude Code.

Or install ios-workflow, the plugin that ships this one along with the rest of its 22 commands, 3 agents.

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 request-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/carloshpdoc/ios-workflow-claude/request-review.svg)](https://agentmods.dev/commands/carloshpdoc/ios-workflow-claude/request-review)
Your own site
<a href="https://agentmods.dev/commands/carloshpdoc/ios-workflow-claude/request-review"><img src="https://agentmods.dev/badge/commands/carloshpdoc/ios-workflow-claude/request-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.01223
Opus 5 $0.00000 $0.00611
Sonnet 5 $0.00000 $0.00245
Haiku 4.5 $0.00000 $0.00122

Measured 7d ago against content hash be2a14c4da0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

request-review 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 7d 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.

plugins/ios-workflow/commands/request-review.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Request PR Review

Project context: Values in angle brackets below (e.g. <scheme>, <JIRA_KEY>, <flag-key-enum>) are resolved at runtime — detect them from the project (xcodebuild -list -json for the scheme, git/gh for repo & owner, the branch name for the Jira key, a codebase search for flag/font files), or ask if they cannot be inferred. This plugin ships no per-project config.

Send a message to the # Slack channel requesting a PR review.

Usage

/request-review <pr_number> [description]

Arguments:

  • pr_number - The PR number to request review for
  • description (optional) - Brief description of the changes

Examples:

/request-review 4315
/request-review 4315 "Fix white button color in Edit Photos screen"

Instructions

When this skill is invoked:

  1. Parse arguments from $ARGUMENTS:

    • Extract the PR number (required)
    • Extract optional description
  2. Get PR details if no description provided:

    • Run gh pr view <pr_number> --json title,url to get PR info
    • Use the PR title as the description
  3. Detect the PR type by reading the prefix in the title ([FIX], [FEATURE], [REFACTOR], [PERF], [BUILD], [CI], [DOCS], [STYLE], [TEST]):

    • This drives which playful opener to use (see "Tone & Templates" below)
    • If the prefix is missing, fall back to the generic opener
  4. Compose the message using the templates below. Rules that always apply:

    • Tom descontraído, em português, curto e direto — sem cc @...
    • O time é marcado inline dentro da frase, usando <!subteam^S058UQVG6MA|frontend> (nunca como cc, nunca como footer)
    • Uma linha de chamada + título do PR em negrito + linha do link
    • Nunca acrescentar nenhuma assinatura, footer, ou texto do tipo "enviado por", "via Claude", "generated with...". A mensagem termina no link.
  5. Send the message to # channel:

    • Use mcp__claude_ai_Slack__slack_send_message
    • Channel: # (ID: C04EL113PTK)

Read the full file on GitHub · 117 lines

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. 7d ago First seen · 117 lines · 0 tokens per session scan A be2a14c4da0f

Subscribe to this mod's changes

request-review is a command published in the GitHub repository carloshpdoc/ios-workflow-claude (7 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,223 tokens. 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.