원클릭으로
dev-explore
Explore a codebase area and report entry points, flow, patterns, and gotchas.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explore a codebase area and report entry points, flow, patterns, and gotchas.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dev-explore |
| description | Explore a codebase area and report entry points, flow, patterns, and gotchas. |
| model | gpt-5.4-mini |
| effort | medium |
Read ~/.ai-shared/skills/dev/explore.md and follow all instructions exactly.
Review code changes for correctness, security, and quality. Triggers: 'review this code', 'check my changes', 'code review', 'look for issues in'.
Review code changes for correctness, architecture, scope, and hygiene.
Design an implementation plan for a feature, fix, or refactor. Outputs a structured plan to docs/plans/. Triggers: 'plan this feature', 'design the implementation', 'how should we approach'.
Design system-level architecture and cross-cutting patterns. Outputs to docs/architecture/. Triggers: 'design the system', 'architecture decision', 'cross-cutting concern', 'high-level design'.
Review a feature plan for completeness, correctness, and edge cases. Triggers: 'review this plan', 'check the design doc', 'is this spec solid', 'critique the approach'.
Review system architecture for soundness, scalability, and trade-offs. Triggers: 'review the architecture', 'audit the system design', 'is this design sound', 'critique the architecture'.