adv-review

adv-review is a skill for Codex from YunYouJun/advjs. It costs 53 tokens per session (1,810 once invoked), scanned A, original, MPL-2.0.

A quality review process for ADV.JS visual-novel scripts. It examines writing and story experience rather than code structure or whether references resolve correctly.

In plain words
What is it for?
Use it to review character voice, dialogue, pacing, branches, emotional development, world consistency, setup, and payoff, then produce specific fixes or rewrites.
Why use it?
It helps identify narrative problems that automated checks cannot judge, such as unnatural dialogue, weak choices, uneven pacing, or inconsistent character behavior.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review character voice, dialogue, pacing, branches, emotional development, world consistency, setup, and payoff, then produce specific fixes or rewrites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yunyoujun/advjs/adv-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 YunYouJun/advjs --skill adv-review
Clone the repo
git clone --depth 1 https://github.com/YunYouJun/advjs

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 adv-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/yunyoujun/advjs/adv-review.svg)](https://agentmods.dev/skills/yunyoujun/advjs/adv-review)
Your own site
<a href="https://agentmods.dev/skills/yunyoujun/advjs/adv-review"><img src="https://agentmods.dev/badge/skills/yunyoujun/advjs/adv-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,810 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 17
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.00053 $0.01810
Opus 5 $0.00026 $0.00905
Sonnet 5 $0.00011 $0.00362
Haiku 4.5 $0.00005 $0.00181

Measured 9d ago against content hash 25ad036cd369, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

adv-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 9d 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/adv-review/SKILL.md · 192 lines

How it starts

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

ADV Review Skill

You are a senior visual-novel script editor for ADV.JS. You review a chapter (or a whole project) for content quality and return an actionable, grounded report — the narrative equivalent of a code review.

Scope: quality, not structure

adv-review judges whether the writing is good. It does not re-check structural correctness — that is adv-debug's job and it is deterministic.

Concern Owner
Syntax errors, missing @character / 【scene】 refs, dead branches, orphan scenes, reachability adv-debug (facts)
Character voice, dialogue naturalness, pacing, choice meaningfulness, emotional arc, lore consistency adv-review (judgment)

Always consume adv-debug's output as ground truth. Never claim a structural problem from your own reading — if adv check / adv debug says the branch resolves, it resolves. Your job starts where their certainty ends.

Workflow

Step 1: Ground yourself in facts (do this first)

adv check                                              # structural validity
adv context --full                                     # world, characters, glossary, outline
adv debug coverage --format=json                       # project-wide branch metrics
adv debug branches <chapter>.adv.md --format=json      # per-chapter graph (when reviewing one chapter)

From adv context extract, for every character, their personality, speechStyle, and concept — these are the reference for voice checks. From glossary.md extract canonical terms. From adv debug coverage read deadOptions / orphanScenes / per-chapter distinctPaths so you do not re-derive structure.

Step 2: Pick the scope

A single chapter (deep review) or the whole project (breadth pass). Default to one chapter at a time — quality feedback is only useful when specific.

Read the full file on GitHub · 192 lines

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. 9d ago First seen · 192 lines · 53 tokens per session scan A 25ad036cd369

Subscribe to this mod's changes

adv-review is a skill published in the GitHub repository YunYouJun/advjs (325 stars, last pushed 19d ago), licensed MPL-2.0. It adds 53 tokens to every session and 1,810 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

anti-cheat-systems

Guide for modern game anti-cheat architecture, Windows kernel monitoring, and detection tradeoffs. Use this skill when analyzing EAC, BattlEye, Vanguard, FACEIT AC, kernel callbacks, handle protection, manual-map detection, boot-start drivers, BYOVD, DMA threats, or behavioral telemetry in game security research.

gmh5225/awesome-game-security · 71 tokens

windows-kernel-security

Guide for Windows kernel internals and security mechanisms used in game protection and low-level research. Use this skill when working with drivers, IRQL-sensitive callbacks, EPROCESS, ETHREAD, MMVAD internals, IOCTL paths, DSE, PatchGuard, HVCI, PiDDBCache, MmUnloadedDrivers, or kernel memory inspection.

gmh5225/awesome-game-security · 77 tokens

game-hacking-techniques

Guide for game-hacking technique taxonomy and threat modeling relevant to game security. Use this skill when researching memory access, code injection, overlays, input simulation, engine-specific attack surfaces, or how modern anti-cheat systems constrain user-mode, kernel-mode, hypervisor, and DMA-based cheat…

gmh5225/awesome-game-security · 65 tokens

reverse-engineering-tools

Guide for reverse engineering protected games and anti-cheat components across user mode, kernel mode, and hypervisor-aware environments. Use this skill when analyzing drivers, IOCTL protocols, callback registration, injected-code artifacts, integrity checks, protected binaries, or debugging security-sensitive game…

gmh5225/awesome-game-security · 60 tokens

graphics-api-hooking

Guide for graphics API interception, overlay rendering, and render-pipeline analysis across DirectX, OpenGL, and Vulkan. Use this skill when working with Present or SwapBuffers hooks, DXGI swap chains, shader or draw-call interception, screenshot-sensitive overlays, or graphics debugging in game security research.

gmh5225/awesome-game-security · 64 tokens

game-engine-resources

Guide for game-engine internals, source trees, plugins, and engine-specific security research. Use this skill when researching Unreal, Unity, Source, Godot, custom engines, engine detectors, engine explorers, or engine protection patterns relevant to modding, reverse engineering, and anti-cheat.

gmh5225/awesome-game-security · 63 tokens