Borrowing it
Nothing to install: this file belongs to sumulige/sumulige-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sumulige/sumulige-claude/main/.claude/commands/review.mdgit clone --depth 1 https://github.com/sumulige/sumulige-claudeWrote 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.
[](https://agentmods.dev/commands/sumulige/sumulige-claude/review)<a href="https://agentmods.dev/commands/sumulige/sumulige-claude/review"><img src="https://agentmods.dev/badge/commands/sumulige/sumulige-claude/review.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00005 | $0.00312 |
| Opus 5 | $0.00003 | $0.00156 |
| Sonnet 5 | $0.00001 | $0.00062 |
| Haiku 4.5 | $0.00001 | $0.00031 |
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 6d 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.
What it actually says
Review the current uncommitted or staged changes.
Step 1: Show Changes
git status
# Show unstaged changes
git diff
# Show staged changes
git diff --staged
Step 2: Code Review Checklist
Review the changes for:
Functionality
- Does the change accomplish the intended goal?
- Are there any obvious bugs or logic errors?
- Are edge cases handled?
Security
- No hardcoded credentials or API keys
- No SQL injection, XSS, or other vulnerabilities
- Proper input validation
Code Quality
- Code is readable and self-documenting
- No unnecessary complexity
- Follows DRY (Don't Repeat Yourself)
- Proper error handling
Testing
- Tests cover new functionality
- No tests are broken
- Edge cases are tested
Performance
- No obvious performance issues
- No unnecessary database queries or API calls
- Proper use of caching (if applicable)
Step 3: Provide Feedback
For each issue found:
- Point out the specific file and line
- Explain the issue
- Suggest a fix
Step 4: Summary
Provide an overall assessment:
- ✅ Ready to commit
- ⚠️ Minor issues to address
- ❌ Major issues that need fixing
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.
- 6d ago First seen · 62 lines · 5 tokens per session scan A 88f7ca41900c
review is a command published in the GitHub repository sumulige/sumulige-claude (2 stars, last pushed 6mo ago), licensed MIT. It adds 5 tokens to every session and 312 once invoked, about $0.0000 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-31.
Other commands, from other repositories
gate
You are the Gate System controller. Execute quality gate reviews based on the user's request.
review-changes
Command "review-changes" from ApexIQ/skillsmith, covering command: /review-changes, goal, resources and execution plan.
review
Command "review" from ApexIQ/skillsmith, covering command: /review, goal, resources and execution plan.
simplify
The over-engineering review: five tags (delete, stdlib, native, yagni, shrink), a mandatory replacement per finding, and a real null result when there is nothing to cut.
test
Run the repository's actual test suite: every ecosystem's canonical runner — NOT run is never green.
mach12:issue-review
Read a GitHub issue and all comments, review the implementation plan, and present findings.