world-of-claudecraft: Skill for Codex

.agents/skills/woc-release-merge-audit/SKILL.md

woc-release-merge-audit is a skill for Codex from levy-street/world-of-claudecraft. It costs 63 tokens per session (431 once invoked), scanned A, original, MIT.

A read-only check of a release merge into a long-lived branch. It looks for behavior broken by the merge, outdated duplicate code, missing registry or inventory updates, and plans based on assumptions that are no longer true.

In plain words
What is it for?
Use it after merging a release branch, when reviewing a merge commit, or before resuming feature work after upstream changes.
Why use it?
A merge can be textually clean while changing how the software works. This audit helps find those hidden conflicts before development continues.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; installed under .agents/ (shared by several agents).

This is levy-street/world-of-claudecraft's own configuration. It tells Codex how to work on world-of-claudecraft 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 world-of-claudecraft configures →

About the project

World of ClaudeCraft is a browser-based classic-style multiplayer online game with a persistent shared world that can also run locally or be controlled through a Python reinforcement-learning interface. Players can quest and raid in the online world, while developers can host it themselves and train AI agents to play. The catalogue skills, agents, instructions, hooks, and setting support workflows for interacting with and developing the game.

levy-street/world-of-claudecraft · 2,251 stars · on GitHub · worldofclaudecraft.com

Reuse

Borrowing it

Nothing to install: this file belongs to levy-street/world-of-claudecraft. 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/levy-street/world-of-claudecraft/main/.agents/skills/woc-release-merge-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/levy-street/world-of-claudecraft

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 woc-release-merge-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/woc-release-merge-audit/github.svg)](https://agentmods.dev/skills/levy-street/world-of-claudecraft/woc-release-merge-audit)
Your own site
<a href="https://agentmods.dev/skills/levy-street/world-of-claudecraft/woc-release-merge-audit"><img src="https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/woc-release-merge-audit/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 woc-release-merge-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/levy-street/world-of-claudecraft/woc-release-merge-audit"><img src="https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/woc-release-merge-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 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.00063 $0.00431
Opus 5 $0.00032 $0.00216
Sonnet 5 $0.00013 $0.00086
Haiku 4.5 $0.00006 $0.00043

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

Security

Grade A, and why

woc-release-merge-audit 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.

.agents/skills/woc-release-merge-audit/SKILL.md · 44 lines

What it actually says

Release Merge Audit

Inspect the merge result for semantic damage that a clean textual merge can hide. This workflow is read-only unless the user explicitly asks to fix confirmed findings.

Establish the merge

  1. Read the root and relevant local CLAUDE.md files.
  2. Run git status --short and preserve unrelated work.
  3. Identify the merge or integration range, both merge parents, and intended release base.
  4. Separate release-side changes, pre-existing branch changes, and files or behavior both sides touched.

Do not assume branch names or main.

Audit overlap

Compare meaningful overlaps with both parents and inspect the production path. Look for:

  • branch behavior replaced by an older upstream form;
  • release fixes omitted from branch-owned rewrites;
  • migrated modules and legacy twins that now diverge;
  • commands, routes, events, entities, or actions missing from registries and dispatch;
  • injected helpers rebound to stale defaults or bypassed through direct imports;
  • generated localization output resolved without canonical regeneration;
  • persistence mocks, migrations, fixtures, or schema assumptions that no longer match;
  • feature plans whose files, seam, or acceptance premise became stale;
  • tests passing because the merged path no longer exercises intended behavior.

Use history to understand intent, but judge the final tree.

Run targeted checks only as needed. For authorized remediation, add or update focused regression tests before changing the merge result, then run relevant changed-file checks and npm run gate. Never edit, commit, push, or rewrite history in audit-only mode.

Report parent roles, overlap inventory, verified regressions, stale plans, checks, recommended fixes in dependency order, and one verdict: CLEAN, CLEAN WITH FOLLOW-UP, or ACTION REQUIRED.

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. 13d ago First seen · 44 lines · 63 tokens per session scan A 99e0e1c579d6

Subscribe to this mod's changes

woc-release-merge-audit is a skill published in the GitHub repository levy-street/world-of-claudecraft (2,251 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 431 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

github-automation

GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.

ruvnet/ruflo · 61 tokens

github

GitHub via gh CLI: PRs, issues, reviews, repos, auth.

NousResearch/hermes-agent · 19 tokens

github

Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.

adolfousier/opencrabs · 0 tokens

release

Release gentle-pi through GitHub and npm. Trigger: release, publish, npm publish, GitHub release, version bump.

Gentleman-Programming/gentle-pi · 28 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/obsidian-mcp-server · 139 tokens

pre-publish-review

Nuclear-grade 12-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm release, spawns up to 10 ultrabrain agents for deep per-change analysis, invokes /review-work (orchestrator manual QA plus one gate reviewer) for holistic review, and 1 oracle for overall release…

code-yeongyu/oh-my-openagent · 161 tokens