review-pr

review-pr is a skill for Claude Code from soniqo/speech-swift. It costs 71 tokens per session (708 once invoked), scanned A, original, Apache-2.0.

A pull-request review workflow for checking whether a proposed code change is safe and ready to merge. A pull request is a request to add reviewed changes to a code repository.

In plain words
What is it for?
Use it to review pull-request metadata, code differences, checks, design fit, failure modes, security risks, documentation updates, and whether more tests are needed.
Why use it?
It looks beyond whether the code works by checking architecture, security, edge cases, documentation, regressions, and test coverage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to review pull-request metadata, code differences, checks, design fit, failure modes, security risks, documentation updates, and whether more tests are needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/soniqo/speech-swift/review-pr
About the project

Speech Swift is a collection of Apple Silicon speech tools for recognizing, generating, transforming, and analyzing audio locally with MLX Swift and CoreML. It is for Mac and iOS applications that need on-device speech features such as transcription, voice agents, synthesis, and speaker identification; the catalogue entries provide instructions and skills for using it.

soniqo/speech-swift · 1,171 stars · on GitHub · soniqo.audio

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.

Any agent
npx skills add soniqo/speech-swift --skill review-pr
Clone the repo
git clone --depth 1 https://github.com/soniqo/speech-swift

Made for: Claude Code.

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-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/soniqo/speech-swift/review-pr/github.svg)](https://agentmods.dev/skills/soniqo/speech-swift/review-pr)
Your own site
<a href="https://agentmods.dev/skills/soniqo/speech-swift/review-pr"><img src="https://agentmods.dev/badge/skills/soniqo/speech-swift/review-pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/soniqo/speech-swift/review-pr"><img src="https://agentmods.dev/badge/skills/soniqo/speech-swift/review-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 708 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00071 $0.00708
Opus 5 $0.00036 $0.00354
Sonnet 5 $0.00014 $0.00142
Haiku 4.5 $0.00007 $0.00071

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

Security

Grade A, and why

review-pr 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 10d 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.

.claude/skills/review-pr/SKILL.md · 74 lines

How it starts

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

Review PR

Review the PR from the user's point of view: make the decision easy, then provide detail only when it changes the decision.

Workflow

  1. Inspect PR metadata, files, diff, and checks.
  2. Read the touched code and nearby architecture boundaries.
  3. Identify whether the change is a behavior change, performance change, refactor, test-only change, docs-only change, or CI/infrastructure change.
  4. Run the required review passes:
    • architecture fit: does the change match existing module boundaries and project patterns;
    • adversarial review: what breaks under edge cases, bad inputs, scale, concurrency, cancellation, cache misses, offline mode, or hosted runner differences;
    • security review: secrets, tokens, path traversal, unsafe downloads, sandbox escapes, user-controlled file paths, network exposure, dependency risk, and data leakage;
    • docs review: local docs, public site docs, README translations, CLI help, model tables, benchmark pages, and migration notes when behavior is user-visible.
  5. Assess regression risk from the changed behavior and blast radius.
  6. Decide whether existing tests are enough. Include E2E coverage for runtime/model/user-facing behavior, or explicitly state why E2E is not applicable. Add or request tests only when they protect a real risk.
  7. Run the smallest meaningful validation:
    • unit tests for logic and data structures;
    • focused E2E for model/runtime behavior;
    • CLI probe or benchmark only when the PR changes user-facing runtime behavior or performance.
  8. End with a short merge recommendation.

Output Shape

Start with this format unless the user asks for a detailed code review:

Status: ready / not ready / needs follow-up

What changed:
...

Architecture fit:
...

Adversarial/security/docs:
Adversarial: ...
Security: ...
Docs: ...

Regression risk:
Low / medium / high, with one-sentence reason.

Tests:
Unit: ...
E2E: ...
Needed: ...

Recommendation:
Merge / request changes / investigate first.

Read the full file on GitHub · 74 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. 10d ago First seen · 74 lines · 71 tokens per session scan A 5c48211cd4ed

Subscribe to this mod's changes

review-pr is a skill published in the GitHub repository soniqo/speech-swift (1,171 stars, last pushed yesterday), licensed Apache-2.0. It adds 71 tokens to every session and 708 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

vocello-design

Historical Vocello 2.0 prototype reference only; not a current production or user-scoped Codex skill.

PowerBeef/Vocello · 27 tokens

kesha-voice-kit

Local multilingual voice toolkit — speech-to-text (STT), text-to-speech (TTS), speaker diarization, and language detection, over a CLI or an MCP server. Runs entirely offline on Apple Silicon, Linux, and Windows. No API keys, no cloud. NVIDIA Parakeet TDT for STT across 25 European languages, Kokoro-82M + Vosk-TTS for…

drakulavich/kesha-voice-kit · 111 tokens

swift-focusengine-pro

Reviews, writes, and fixes focus management code for all Apple platforms (tvOS, iOS/iPadOS, watchOS, visionOS, macOS), covering SwiftUI, UIKit, AppKit, and RealityKit. Use when reading, writing, or reviewing apps that handle focus, hover, key view loops, or Digital Crown navigation.

mhaviv/Swift-FocusEngine-Agent-Skill · 74 tokens

vox-voice-alerts

Speak a short spoken alert to the user via the vox text-to-speech CLI whenever you hand the turn back to them — a task finished (pass or fail, however long it took), you're blocked and need input/a decision/approval, something broke, or you're about to go quiet on a long job. Assume the user is NOT watching the…

kohlhofer/vox · 117 tokens

apple-hig-check

Audit code or design against Apple Human Interface Guidelines.

lyupro/skillforge-mcp · 15 tokens

apple-container

Build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS using Apple's open-source container CLI, no Docker daemon required.

sickn33/agentic-awesome-skills · 37 tokens