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