deep-review
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Incrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections
Scaffold a new Architecture Decision Record, auto-numbered from existing ADRs
| name | deep-review |
| description | Launch parallel deep-dive agents to review completed work for quality, standards, and completeness |
| argument-hint | [system-name or class-name] |
Launch 4 parallel review agents to audit the specified system or class: $ARGUMENTS
Find all files related to $ARGUMENTS:
src_new/scripts/ — core logic and class offensessrc_new/triggers/ — game text pattern matchingsrc_new/aliases/ — user command shortcutssrc_new/tests/ — unit tests.claude/classes/ — class documentationList all relevant files and their line counts.
Review all target files for:
local declarations, no accidental globals (check luacheck would pass)Rate each finding: CRITICAL / HIGH / MEDIUM / LOW
Review target files for combat logic errors:
.claude/classes/lock_types.md)gmcp.Char.Vitals, gmcp.Char.Afflictions correctlyReview trigger files for:
Check that the work is complete:
.claude/classes/<class>.md current?./build.sh succeedsMerge findings from all 4 agents:
DEEP REVIEW: [target]
=====================
CRITICAL: N findings
HIGH: N findings
MEDIUM: N findings
LOW: N findings
[Grouped findings by agent, with file:line references]
VERDICT: CLEAN / NEEDS FIXES / BLOCKED
For each CRITICAL or HIGH finding:
lua5.1 src_new/tests/test_runner.lua./build.sh