review-artifact

review-artifact is a command for Claude Code from ThibautBaissac/rails_ai_agents. It costs 41 tokens per session (3,376 once invoked), scanned A, original, MIT.

A command that turns review material into one self-contained HTML page covering findings, evidence, severity, impact, fixes, checks, and open questions.

In plain words
What is it for?
It helps present code reviews, pull-request feedback, security and accessibility reviews, performance checks, design critiques, QA reports, and architecture assessments.
Why use it?
It gathers scattered review notes, code comments, audit results, or QA findings into a single document that others can read and share.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit It helps present code reviews, pull-request feedback, security and accessibility reviews, performance checks, design critiques, QA reports, and architecture assessments.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thibautbaissac/rails_ai_agents/review-artifact
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/ThibautBaissac/rails_ai_agents

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/thibautbaissac/rails_ai_agents/review-artifact"><img src="https://agentmods.dev/badge/commands/thibautbaissac/rails_ai_agents/review-artifact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,376 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.00041 $0.03376
Opus 5 $0.00020 $0.01688
Sonnet 5 $0.00008 $0.00675
Haiku 4.5 $0.00004 $0.00338

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

Security

Grade A, and why

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

How it starts

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

Presenting Reviews

Create one unique, self-contained HTML artifact that helps the intended audience understand the review scope, findings, evidence, severity, impact, remediation path, verification needs, and remaining questions.

Input

Review source: $ARGUMENTS

Accept any of these input forms:

  • Review notes, audit notes, or markdown report.
  • Code review comments or PR feedback.
  • PR URL or PR number.
  • Branch name, commit range, comparison ref, diff file, or patch file.
  • QA report, bug bash notes, security review notes, accessibility review notes, performance review notes, design critique, or architecture assessment.
  • Empty input, if the current repository and branch can provide enough context for a code-oriented review artifact.

If $ARGUMENTS is empty, first try to infer review context from the current git repository:

  • Identify the current branch.
  • Compare it against the repository's default branch when that is locally available.
  • Inspect local review-related files if clearly named, such as review.md, audit.md, findings.md, or report.md.
  • If no reliable review source exists, ask the user for review notes, a report file, PR URL, branch, commit range, or diff file and stop.

If $ARGUMENTS references network-only review or PR metadata and network access is unavailable, use local information when possible and clearly mark unavailable metadata under Open questions.

Output Requirement

Create a single .html file inside the artifacts/ directory in the current working directory.

If artifacts/ does not exist, create it.

The file must be fully self-contained:

  • Include all CSS in a <style> tag.
  • Include all JavaScript in a <script> tag.
  • Do not depend on external CDNs, fonts, images, packages, analytics, or network requests.
  • Use semantic HTML and accessible markup.
  • Work by opening the file directly in a browser.

Name the file using a short slug derived from the review subject, PR title, branch, or report title, for example:

Read the full file on GitHub · 348 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 · 348 lines · 41 tokens per session scan A 16c2ba8ebfcf

Subscribe to this mod's changes

review-artifact is a command published in the GitHub repository ThibautBaissac/rails_ai_agents (663 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 3,376 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.