piv-review-changes

piv-review-changes is a skill for Claude Code from coleam00/skills. It costs 43 tokens per session (652 once invoked), scanned A, original, MIT.

A technical review of recently changed files that looks for bugs, security problems, and departures from project standards. It reads the surrounding project guidance and writes a review report.

In plain words
What is it for?
Use it before committing code or as a pre-commit review step. It examines changed and newly created files and checks logic, security, error handling, and consistency with the project.
Why use it?
It provides a quality check before changes are committed, including issues that may not be visible from a short diff alone.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Part of the skills plugin — 34 skills shipped together

Good fit Use it before committing code or as a pre-commit review step. It examines changed and newly created files and checks logic, security, error handling, and consistency with the project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coleam00/skills/piv-review-changes
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 coleam00/skills --skill piv-review-changes
Clone the repo
git clone --depth 1 https://github.com/coleam00/skills

Made for: Claude Code.

Or install skills, the plugin that ships this one along with the rest of its 34 skills.

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 piv-review-changes

README.md
[![agentmods](https://agentmods.dev/badge/skills/coleam00/skills/piv-review-changes/github.svg)](https://agentmods.dev/skills/coleam00/skills/piv-review-changes)
Your own site
<a href="https://agentmods.dev/skills/coleam00/skills/piv-review-changes"><img src="https://agentmods.dev/badge/skills/coleam00/skills/piv-review-changes/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 piv-review-changes

Your own site · 80×15
<a href="https://agentmods.dev/skills/coleam00/skills/piv-review-changes"><img src="https://agentmods.dev/badge/skills/coleam00/skills/piv-review-changes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 652 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.00043 $0.00652
Opus 5 $0.00022 $0.00326
Sonnet 5 $0.00009 $0.00130
Haiku 4.5 $0.00004 $0.00065

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

Security

Grade A, and why

piv-review-changes 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 12d 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/piv-review-changes/SKILL.md · 115 lines

How it starts

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

Code Review

Perform technical code review on recently changed files.

Core Principles

Review Philosophy:

  • Simplicity is the ultimate sophistication - every line should justify its existence
  • Code is read far more often than it's written - optimize for readability
  • The best code is often the code you don't write
  • Elegance emerges from clarity of intent and economy of expression

What to Review

Start by gathering codebase context to understand the codebase standards and patterns.

Start by examining:

  • CLAUDE.md
  • README.md
  • Key files in the core module
  • Documented standards in the docs directory (and any .claude/references/ docs)

After you have a good understanding, run these commands:

git status
git diff HEAD
git diff --stat HEAD

Then check the list of new files:

git ls-files --others --exclude-standard

Read each new file in its entirety. Read each changed file in its entirety (not just the diff) to understand full context.

For each changed file or new file, analyze for:

  1. Logic Errors

    • Off-by-one errors
    • Incorrect conditionals
    • Missing error handling
    • Race conditions
  2. Security Issues

    • SQL injection vulnerabilities
    • XSS vulnerabilities
    • Insecure data handling
    • Exposed secrets or API keys
  3. Performance Problems

    • N+1 queries
    • Inefficient algorithms
    • Memory leaks
    • Unnecessary computations
  4. Code Quality

    • Violations of DRY principle
    • Overly complex functions
    • Poor naming
    • Missing type hints/annotations
  5. Adherence to Codebase Standards and Existing Patterns

    • Adherence to standards documented in the docs directory
    • Linting, typing, and formatting standards
    • Logging standards
    • Testing standards

Verify Issues Are Real

  • Run specific tests for issues found
  • Confirm type errors are legitimate
  • Validate security concerns with context

Output Format

Save a new file to .claude/code-reviews/[appropriate-name].md

Read the full file on GitHub · 115 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. 12d ago First seen · 115 lines · 43 tokens per session scan A 1d5025ba1bf2

Subscribe to this mod's changes

piv-review-changes is a skill published in the GitHub repository coleam00/skills (500 stars, last pushed today), licensed MIT. It adds 43 tokens to every session and 652 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-30.