codex-verify
Dispatch an independent Codex verification job for the current changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch an independent Codex verification job for the current changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | codex-verify |
| description | Dispatch an independent Codex verification job for the current changes |
| argument-hint | [feature-name or file-path] |
Dispatch an independent Codex review. Codex reviews with no shared Claude context.
Target: $ARGUMENTS (if empty, verify all uncommitted changes).
$ARGUMENTS provided: find files in Main/Features/$ARGUMENTS/ and LOTRAOM.Tests/Features/$ARGUMENTS/git diff --name-only + git ls-files --others --exclude-standard.cs files/codex:rescue Review these C# files for the LOTRAOM Bannerlord mod:
FILES: [file list]
Focus on:
1. Adapter pattern violations (ADR-007) -- sealed TaleWorlds types in service classes
2. Thin entry point violations (ADR-002) -- entry points over 150 lines
3. Harmony patch targets -- verify method signatures match game DLLs
4. Test coverage gaps -- services without test files
5. GameModel override correctness -- inheriting Default*, calling base.Method()
6. No #region blocks (ADR-003)
7. No [Obsolete] without migration (ADR-004)
8. Culture lookups use ICultureMapper, never .Name.ToString()
Rate each finding: CRITICAL / HIGH / MEDIUM / LOW
Format: [SEVERITY] file.cs:line -- description -- remediation
Use the Monitor tool to stream Codex progress. Check manually: /codex:status
/codex:result
Format as severity-grouped report with VERDICT: CLEAN / ISSUES FOUND.
Audit context window consumption across LOTRAOM agents, skills, rules, MCP servers, and CLAUDE.md. Report token estimates, flag bloat, recommend trims.
Hard-block Edit/Write outside a chosen directory. Use to scope-lock edits during a focused fix or refactor. Pair with /unfreeze to release.
Six-phase root-cause debugging for crashes, build failures, or "why is this broken" reports. Iron Law - no fixes without root cause. Auto-engages /freeze.
Release the directory edit lock set by /freeze. Edit and Write are unrestricted again. No-op if /freeze was never set.
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Check mod compatibility against a new Bannerlord version by reviewing patch targets and GameModel overrides