review

review is a command for Claude Code from wesammustafa/Claude-Code-Everything-You-Need-to-Know. It costs 29 tokens per session (832 once invoked), scanned A, original, MIT.

A command that reviews a pull request, which is a proposed set of code changes, from product, development, testing, security, operations, and user-experience perspectives. It is intended to publish the review on GitHub, a service for hosting and collaborating on code.

In plain words
What is it for?
Use it with a GitHub pull-request link or number to assess the change across those areas and provide review directives.
Why use it?
It brings several review viewpoints into one process and identifies concerns about business value, code quality, performance, security, and usability.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it with a GitHub pull-request link or number to assess the change across those areas and provide review directives.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wesammustafa/claude-code-everything-you-need-to-know/review
About the project

Claude Code: Everything You Need to Know is a practical guide to using Claude Code, an AI coding assistant that can be extended with commands, skills, hooks, subagents, workflows, and external tool servers. Developers use it to learn Claude Code from basic prompting through team and automation setups. The catalogue entries are examples of the guide's Claude Code extensions and workflows.

wesammustafa/Claude-Code-Everything-You-Need-to-Know · 2,984 stars · on GitHub

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/wesammustafa/Claude-Code-Everything-You-Need-to-Know

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/wesammustafa/claude-code-everything-you-need-to-know/review/github.svg)](https://agentmods.dev/commands/wesammustafa/claude-code-everything-you-need-to-know/review)
Your own site
<a href="https://agentmods.dev/commands/wesammustafa/claude-code-everything-you-need-to-know/review"><img src="https://agentmods.dev/badge/commands/wesammustafa/claude-code-everything-you-need-to-know/review/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

Your own site · 80×15
<a href="https://agentmods.dev/commands/wesammustafa/claude-code-everything-you-need-to-know/review"><img src="https://agentmods.dev/badge/commands/wesammustafa/claude-code-everything-you-need-to-know/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 832 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.00029 $0.00832
Opus 5 $0.00015 $0.00416
Sonnet 5 $0.00006 $0.00166
Haiku 4.5 $0.00003 $0.00083

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

Security

Grade A, and why

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 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/commands/review.md · 81 lines

How it starts

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

PR Review

PR Link/Number: $ARGUMENTS

Instructions: Execute each task in the order given to conduct a thorough code review. Update GitHub with this review. Important: The future is now—any improvements or “future” recommendations must be addressed immediately.


Task 1: Product Manager Review

Objective: Assess from a product management perspective, focusing on:

  • Business Value: Does this PR clearly advance our core product goals and deliver immediate ROI?
  • User Experience: Is the change intuitive and delightful for users right now? If not, make fixes immediately.
  • Strategic Alignment: Does the PR align with current (and long-term, i.e., now) strategic objectives?

Action: Provide clear directives on how to ensure maximum user and business impact. All “future” suggestions must be implemented now.


Task 2: Developer Review

Objective: Evaluate the code thoroughly from a senior lead engineer perspective:

  1. Code Quality & Maintainability: Is the code structured for readability and easy maintenance? If not, refactor now.
  2. Performance & Scalability: Will these changes operate efficiently at scale? If not, optimize immediately.
  3. Best Practices & Standards: Note any deviation from coding standards and correct it now.

Action: Leave a concise yet complete review comment, ensuring all improvements happen immediately—no deferrals.


Task 3: Quality Engineer Review

Objective: Verify the overall quality, testing strategy, and reliability of the solution:

  1. Test Coverage: Are there sufficient tests (unit, integration, E2E)? If not, add them now.
  2. Potential Bugs & Edge Cases: Have all edge cases been considered? If not, address them immediately.
  3. Regression Risk: Confirm changes don’t undermine existing functionality. If risk is identified, mitigate now with additional checks or tests.

Action: Provide a detailed QA assessment, insisting any “future” improvements be completed right away.

Read the full file on GitHub · 81 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 · 81 lines · 29 tokens per session scan A cda7b6fdf334

Subscribe to this mod's changes

review is a command published in the GitHub repository wesammustafa/Claude-Code-Everything-You-Need-to-Know (2,984 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 832 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.