agent_rulez: Skill for Claude Code

.claude/skills/pr-reviewer/SKILL.md

pr-reviewer is a skill for Claude Code from SpillwaveSolutions/agent_rulez. It costs 86 tokens per session (3,033 once invoked), scanned A, original, no licence file.

A GitHub pull-request review workflow that retrieves the pull request’s details, code changes, comments, commits, and related issues for analysis.

In plain words
What is it for?
Use it to review a pull request, inspect its diff, check comments and commits, or review a GitHub pull-request link.
Why use it?
It gathers the relevant review context in one place so potential code problems are easier to assess.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is SpillwaveSolutions/agent_rulez's own configuration. It tells Claude Code how to work on agent_rulez itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent_rulez configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SpillwaveSolutions/agent_rulez. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SpillwaveSolutions/agent_rulez/main/.claude/skills/pr-reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SpillwaveSolutions/agent_rulez

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/spillwavesolutions/agent_rulez/pr-reviewer.svg)](https://agentmods.dev/skills/spillwavesolutions/agent_rulez/pr-reviewer)
Your own site
<a href="https://agentmods.dev/skills/spillwavesolutions/agent_rulez/pr-reviewer"><img src="https://agentmods.dev/badge/skills/spillwavesolutions/agent_rulez/pr-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,033 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 unknown 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.00086 $0.03033
Opus 5 $0.00043 $0.01517
Sonnet 5 $0.00017 $0.00607
Haiku 4.5 $0.00009 $0.00303

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

Security

Grade A, and why

pr-reviewer 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 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/add_inline_comment.py, scripts/fetch_pr_data.py, scripts/generate_review_files.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/pr-reviewer/SKILL.md · 379 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 379 lines · 86 tokens per session scan A c93d192d0a7b

Subscribe to this mod's changes

pr-reviewer is a skill published in the GitHub repository SpillwaveSolutions/agent_rulez (47 stars, last pushed 5mo ago), with no licence file. It adds 86 tokens to every session and 3,033 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

code-review-github

GitHub PR workflow orchestration for code review — list PRs, post comments, apply labels, and guarded auto-merge.

initializ/forge · 30 tokens

pull-request-automation

Audits and improves the pull request workflow for a GitHub repository. Covers PR description templates, auto-labelling, CODEOWNERS, PR size checks, and branch protection rules. Invoked when the user asks to improve the PR process, set up PR automation, or add a PR template.

soulcodex/agentic · 65 tokens

pr-reviewer

Comprehensive GitHub Pull Request code review skill. Use when asked to "review this PR", "code review", "review pull request", "check this PR", or when a GitHub PR URL is provided. Fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against…

SpillwaveSolutions/pr-reviewer-skill · 86 tokens

Git PR Workflow

End-to-end workflow for creating a clean, reviewed pull request from a feature branch.

rollymu25/hermes-skill-factory · 21 tokens

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens