원클릭으로
architecture-review
System architecture review and design critique
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
System architecture review and design critique
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use the skilltree CLI to manage AI agent skill and agent dependencies. IMPORTANT — before adding, editing, or removing any skill or agent file, check if the project has a skilltree.yml (skilltree-managed). If it does, use skilltree commands and only modify local skills in their origin repo, never installed artifacts.
Security incident response and triage
Multi-language code review
Comprehensive code review skill
Project overview and comparison skill
Secure deployment practices for production systems
| name | architecture-review |
| description | System architecture review and design critique |
Every architecture decision should be evaluated against scalability, maintainability, and security posture. Consider how the system handles failure modes and what monitoring is in place.
Examine the request flow end-to-end. Check that data validation happens at system boundaries. Verify that error handling is consistent and doesn't leak internal details. Ensure database queries are parameterized and connections are pooled.
Architecture decisions should be recorded as ADRs. Each decision must include the context, options considered, decision made, and consequences.
Review how changes will be rolled out. Consider canary deployments for high-risk changes. Ensure rollback procedures are documented and tested.