architect-review
Review code changes for architectural issues — module boundaries, coupling, and dependency direction.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code changes for architectural issues — module boundaries, coupling, and dependency direction.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactive agent builder: guides the user through defining a new agent as a behavioral spec, then generates the agent .md and installs it.
Cross-repo investigation: research planning issues, break down into sub-issues, generate ralph session prompts per repo.
Three-phase QA orchestrator: parallel scan, interactive triage, guided fix.
Interactive feature builder with subagent delegation and approval gates.
Interactive rule builder: guides the user through defining a new rule as a constraint doc, then generates the rule .md and installs it.
Interactive skill builder: guides the user through defining a new skill as a structured SOP, then generates the SKILL.md and installs it.
| name | architect-review |
| description | Review code changes for architectural issues — module boundaries, coupling, and dependency direction. |
Spawns the architect-reviewer agent to analyze your current changes at the system level — module boundaries, dependency direction, and pattern consistency.
Gather context — detect the scope of changes to review:
git diff --name-only to determine which modules are affectedgit log --oneline -5 for recent commit contextSpawn the agent — use the Task tool:
Task tool with subagent_type="architect-reviewer"
Pass in the prompt:
.claude/rules/ that applyPresent findings — relay the agent's architecture review:
Offer follow-up actions: