AutoResearch-SibylSystem: Skill for Claude Code

.claude/skills/sibyl-codex-reviewer/SKILL.md

sibyl-codex-reviewer is a skill for Claude Code from Sibyl-Research-Team/AutoResearch-SibylSystem. It costs 36 tokens per session (306 once invoked), scanned A, original, no licence file.

A skill that asks OpenAI Codex to review work as an independent third party. It adds a separate AI perspective to an existing review.

In plain words
What is it for?
Use it for independent reviews of code, documents, plans, or other work.
Why use it?
It can expose issues or assumptions that the original author or reviewer missed. A second perspective is useful when you want a more independent assessment.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

This is Sibyl-Research-Team/AutoResearch-SibylSystem's own configuration. It tells Claude Code how to work on AutoResearch-SibylSystem itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AutoResearch-SibylSystem configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Sibyl-Research-Team/AutoResearch-SibylSystem. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Sibyl-Research-Team/AutoResearch-SibylSystem/main/.claude/skills/sibyl-codex-reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem

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 sibyl-codex-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer/github.svg)](https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer)
Your own site
<a href="https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer"><img src="https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer/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 sibyl-codex-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer"><img src="https://agentmods.dev/badge/skills/sibyl-research-team/autoresearch-sibylsystem/sibyl-codex-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 306 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 unknown 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.00036 $0.00306
Opus 5 $0.00018 $0.00153
Sonnet 5 $0.00007 $0.00061
Haiku 4.5 $0.00004 $0.00031

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

Security

Grade A, and why

sibyl-codex-reviewer 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 13d 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/skills/sibyl-codex-reviewer/SKILL.md · 26 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 13d ago First seen · 26 lines · 36 tokens per session scan A 268f8d621fd4

Subscribe to this mod's changes

sibyl-codex-reviewer is a skill published in the GitHub repository Sibyl-Research-Team/AutoResearch-SibylSystem (277 stars, last pushed 5mo ago), with no licence file. It adds 36 tokens to every session and 306 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.

Related

Other skills, from other repositories

auto-review-loop

Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.

AI4Scientist/nano-scientist · 57 tokens

auto-review-loop-minimax

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".

AI4Scientist/nano-scientist · 50 tokens

agent-code-review-swarm

Agent skill for code-review-swarm - invoke with $agent-code-review-swarm.

ruvnet/ruflo · 22 tokens

agent-reviewer

Agent skill for reviewer - invoke with $agent-reviewer.

ruvnet/ruflo · 15 tokens

github

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

spinabot/brigade · 101 tokens

code-reviewer

Default code-quality route for broad code review, PR review, maintainability, correctness, and regression-risk checks. Do not use as the primary route for dedicated OWASP/security audits, review-feedback handling, completion verification, AI-code cleanup, or TDD/test-first work.

foryourhealth111-pixel/Vibe-Skills · 58 tokens