review-changes

review-changes is a skill for Claude Code, Codex from amplifthq/oh-my-dsh. It costs 22 tokens per session (157 once invoked), scanned A, original, MIT.

A code-review procedure for checking local changes before they are shipped. It examines the complete diff, traces changed behavior through related code and tests, and reports only concrete issues caused by the change.

In plain words
What is it for?
Use it to review staged, unstaged, and newly added files, investigate suspected bugs, check callers and tests, and report actionable findings with exact locations.
Why use it?
It helps find correctness bugs, regressions, security problems, and missing tests before release. Findings are verified against the code and ranked by impact rather than based on style preferences.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review staged, unstaged, and newly added files, investigate suspected bugs, check callers and tests, and report actionable findings with exact locations.

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

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/amplifthq/oh-my-dsh/review-changes"><img src="https://agentmods.dev/badge/skills/amplifthq/oh-my-dsh/review-changes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 157 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.00022 $0.00157
Opus 5 $0.00011 $0.00078
Sonnet 5 $0.00004 $0.00031
Haiku 4.5 $0.00002 $0.00016

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

Security

Grade A, and why

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

presets/skills/review-changes/SKILL.md · 15 lines

What it actually says

Review changes

  1. Establish the intended behavior from the request and repository guidance.
  2. Inspect the complete relevant diff, including staged, unstaged, and newly added files.
  3. Trace changed data and control flow into callers and tests.
  4. Report only actionable findings caused by the change. Rank them by impact and cite exact files and lines.
  5. Verify suspected bugs against code or a focused reproduction; do not report style preferences as defects.
  6. If there are no findings, state that directly and name any verification gap that remains.
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 · 15 lines · 22 tokens per session scan A 4b010df267ff

Subscribe to this mod's changes

review-changes is a skill published in the GitHub repository amplifthq/oh-my-dsh (15 stars, last pushed 4d ago), licensed MIT. It adds 22 tokens to every session and 157 once invoked, about $0.0001 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-cn

A Chinese-language guide for reviewing code changes, pull requests, and diffs. It prioritizes correctness, resource cleanup, security, matching documentation, and tests before style.

pingfanfan/hello-dsh · 62 tokens

refactor-safely

A safe code-refactoring guide for changing code structure while keeping its external behavior the same. Refactoring means reorganizing code without changing what it does.

pingfanfan/hello-dsh · 54 tokens

pr-description

A writing guide for pull request descriptions. A pull request is a proposed set of code changes for review and merging.

pingfanfan/hello-dsh · 47 tokens

dsh-code-review

Use when reviewing a pull request in the deepseek-harness repo — orients the reviewer to this codebase's standards (AGENTS.md conventions, defensive patterns, ADRs, quality gates) and the review-specific checks that code alone can't show.

SparkElf/deepseek-harness-plus · 54 tokens

dsh-find-simplifications

Use when working in the deepseek-harness repo to find non-obvious simplification candidates, remove redundant comments or implementation-heavy documentation, write proposed Agent Notes or inline TODO/FIXME/XXX notes, audit or coalesce superseded Agent Notes, or fold worthwhile simplification ideas from another PR…

SparkElf/deepseek-harness-plus · 97 tokens

modsearch

Plug-in web search, X (Twitter) search, and page fetch for models without native web access. Use whenever the task needs current information, external facts, source links, posts from X, or the content of a specific URL, and the active model/harness has no native search or fetch tool. Runs the modsearch CLI to return…

liustack/modsearch · 99 tokens