raytsystem-run-review

raytsystem-run-review is a skill for Codex from romarayt/raytsystem-public-os. It costs 62 tokens per session (434 once invoked), scanned A, original, Apache-2.0.

A read-only review procedure for checking a raytsystem run, code change, contract, test result, or project checkpoint. It returns either a pass or findings ranked by their impact.

In plain words
What is it for?
Reviewing implementation and tests, checking gate evidence, reproducing failures safely, and verifying recovery, idempotency, source boundaries, and agreement between documentation and code.
Why use it?
It provides an independent check before work is accepted or promoted. It helps uncover broken contracts, data-integrity problems, missing tests, and unsupported claims without changing the work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Reviewing implementation and tests, checking gate evidence, reproducing failures safely, and verifying recovery, idempotency, source boundaries, and agreement between documentation and code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/romarayt/raytsystem-public-os/raytsystem-run-review
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 romarayt/raytsystem-public-os --skill raytsystem-run-review
Clone the repo
git clone --depth 1 https://github.com/romarayt/raytsystem-public-os

Made for: 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 raytsystem-run-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/romarayt/raytsystem-public-os/raytsystem-run-review/github.svg)](https://agentmods.dev/skills/romarayt/raytsystem-public-os/raytsystem-run-review)
Your own site
<a href="https://agentmods.dev/skills/romarayt/raytsystem-public-os/raytsystem-run-review"><img src="https://agentmods.dev/badge/skills/romarayt/raytsystem-public-os/raytsystem-run-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 raytsystem-run-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/romarayt/raytsystem-public-os/raytsystem-run-review"><img src="https://agentmods.dev/badge/skills/romarayt/raytsystem-public-os/raytsystem-run-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 434 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00062 $0.00434
Opus 5 $0.00031 $0.00217
Sonnet 5 $0.00012 $0.00087
Haiku 4.5 $0.00006 $0.00043

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

Security

Grade A, and why

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

skills/raytsystem-run-review/SKILL.md · 47 lines

What it actually says

raytsystem Run Review

Inputs and outputs

  • Accept one bounded target, exact file/source references, rubric, and stop condition.
  • Return PASS or sorted Critical/High/Medium findings with file:line, impact, evidence, and minimal fix.

Write scope

  • Keep the reviewer read-only.
  • Never edit files, acquire writer leases, promote, create Git refs, or perform external actions.
  • Let the main agent resolve contradictions and own all writes.

Preflight

  1. Run uv run raytsystem agent preflight --skill raytsystem-run-review --write --json locally.
  2. Run agent subagent-check before sending any excerpt to a reviewer surface.
  3. Supply only the minimal non-sensitive target; do not leak the intended answer or suspected fix.

Workflow

  1. Inspect target contracts, implementation, tests, and declared gate evidence.
  2. Reproduce suspected failures read-only when safe.
  3. Rank findings by concrete impact; omit style-only commentary unless requested.
  4. Return summaries with source references, not raw logs.

Validation

  • Verify source-of-truth boundaries, generation binding, idempotency, recovery, skipped gates, and docs/code agreement.
  • Require evidence for every finding and distinguish untested risk from confirmed failure.
  • Exercise evals m3-review-golden and m3-review-adversarial.

Recovery

  • If quota/tool access ends, return reviewed scope, unresolved files/questions, and exact next read-only check.
  • Do not call partial review success.

Stop and approval conditions

  • Stop before writes, private hosted transfer, secrets, promotion, external mutation, or scope expansion.
  • Report unavailable when an independent surface cannot safely receive inputs; let the main agent continue sequentially.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 47 lines · 62 tokens per session scan A 830f62915e28

Subscribe to this mod's changes

raytsystem-run-review is a skill published in the GitHub repository romarayt/raytsystem-public-os (144 stars, last pushed 2d ago), licensed Apache-2.0. It adds 62 tokens to every session and 434 once invoked, about $0.0003 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

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

openclaw-pr-batch-sweep

Select, review, repair, validate, and land batches of up to 20 low-risk OpenClaw contributor pull requests using Vincent's maintainer preferences and bounded sub-agent lanes. Use for "next 20", broad contributor PR sweeps, merge-candidate mining, or continued PR-batch work where drafts, maintainer work, trivial…

vincentkoc/dotskills · 95 tokens

contribute

Complete contribution workflow using git-town. Create branch → commit → PR → ship. Preflight at every step.

terrylica/cc-skills · 25 tokens

pre-ship-review

Run a structured quality review before shipping code at any checkpoint such as PRs, releases, or milestones. Use whenever the user says.

terrylica/cc-skills · 32 tokens

code-clone-assistant

Detect and refactor code duplication with PMD CPD. TRIGGERS - code clones, DRY violations, duplicate code.

terrylica/cc-skills · 33 tokens

generic-react-code-reviewer

Review React/TypeScript code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Enforces TypeScript strict mode, GPU-accelerated animations, WCAG AA accessibility, bundle size limits, and surgical simplicity. Use when completing features, before commits, or…

travisjneuman/.claude · 71 tokens