Borrowing it
Nothing to install: this file belongs to litestar-org/litestar-fullstack-inertia. 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/litestar-org/litestar-fullstack-inertia/main/.claude/commands/review.mdgit clone --depth 1 https://github.com/litestar-org/litestar-fullstack-inertiaWrote 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/litestar-org/litestar-fullstack-inertia/review)<a href="https://agentmods.dev/commands/litestar-org/litestar-fullstack-inertia/review"><img src="https://agentmods.dev/badge/commands/litestar-org/litestar-fullstack-inertia/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.00006 | $0.01429 |
| Opus 5 | $0.00003 | $0.00714 |
| Sonnet 5 | $0.00001 | $0.00286 |
| Haiku 4.5 | $0.00001 | $0.00143 |
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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 296 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Review Workflow
You are reviewing the feature: $ARGUMENTS
Review Objectives
- Quality Gate Verification: All checks must pass
- Pattern Extraction: Document new patterns for future use
- Documentation Update: Ensure patterns library is updated
- Final Approval: Ready for commit/merge
Checkpoint 0: Load Review Context
Load feature context:
cat specs/active/{slug}/prd.md
cat specs/active/{slug}/tasks.md
cat specs/active/{slug}/tmp/new-patterns.md 2>/dev/null
Identify modified files:
git diff --name-only HEAD~5 | head -20
# or
git status --short
Output: "✓ Checkpoint 0 complete - [N] files to review"
Checkpoint 1: Quality Gate - Tests
Run full test suite:
make test
Expected: All tests pass
If failures: Stop and fix before continuing.
Output: "✓ Checkpoint 1 complete - All tests pass"
Checkpoint 2: Quality Gate - Linting
Run pre-commit hooks:
make pre-commit
Run type checking:
make type-check
Run slots check:
make slotscheck
Run frontend linting:
npx biome check resources/
Expected: All linting passes with zero errors
Output: "✓ Checkpoint 2 complete - All linting passes"
Checkpoint 3: Quality Gate - Coverage
Run coverage analysis:
make coverage
Check coverage for modified modules:
uv run pytest tests/ --cov=app/domain/{feature} --cov-report=term-missing
Required: 90%+ coverage on new/modified code
Output: "✓ Checkpoint 3 complete - Coverage: [N]%"
Checkpoint 4: Code Quality Analysis
Use analyze tool for comprehensive review:
mcp__pal__analyze(
step="Reviewing code quality for {slug}...",
step_number=1,
total_steps=2,
next_step_required=true,
findings="...",
analysis_type="quality",
relevant_files=["app/domain/{feature}/..."]
)
Check for:
- Anti-patterns from quality-gates.yaml
- Type hint consistency (PEP 604 style)
- Docstring coverage
- Error handling patterns
- Security considerations
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.
- 4d ago First seen · 296 lines · 6 tokens per session scan A 3805d78ca8ab
review is a command published in the GitHub repository litestar-org/litestar-fullstack-inertia (43 stars, last pushed 7d ago), licensed MIT. It adds 6 tokens to every session and 1,429 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-09-03.
Other commands, from other repositories
test
Run the repository's actual test suite: every ecosystem's canonical runner — NOT run is never green.
audio-pass
Functional audio review for implementation, mix coverage, clarity, and player feedback.
quality-check-command
This command performs comprehensive code quality checks. Use it before commits or when implementation is complete.
auditar-refactor
Invoca refactor-safety-auditor — gate canônico antes de qualquer refactor. Coleta evidências (linhas, contrato externo, coverage, mutation) e retorna veredito GO/BLOCK/WARN/GO-OVERRIDE.
gentle-sdd-apply
Implement SDD tasks — writes code following specs and design.
bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.