원클릭으로
review
Run a full architecture review — strengths, findings, checklist, ADR recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a full architecture review — strengths, findings, checklist, ADR recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit a Google ADK tool file against the five known gotchas (DI params, thin wrappers, _j helper, async-wrap blocking calls, httpx context manager) before they bite in production
After creating an ADR, run the cross-referencing checklist — update README Artifacts table, add Related Decisions section to source proposal, cross-link sibling ADRs to each other
Mid-task durability — dump current state and a next-step file before context fills, so the next session resumes without re-deriving where you were
Generate and verify a pre-demo checklist for an ADK/agent project — env vars, GCP auth, embedding swap, ngrok/Slack wiring, dry-run, tests, real-vs-synthetic data
Scan a project's docs (README, CLAUDE.md, ADRs, runbooks) for inconsistent project naming, scope, or framing — catches the "README says retail, CLAUDE.md still says Kroger" class of bug
Refresh a project's status — derive current state from code/tests/git, regenerate the project's status memory entry and (if requested) a status section in the README
| name | review |
| description | Run a full architecture review — strengths, findings, checklist, ADR recommendations |
User runs /review followed by a system description, diagram, or design doc.
Run a structured architecture review against the AI Architect's standards. Always complete ALL sections, even if some are "N/A — not yet defined" (that itself is a finding).
System: [name] Date: [today] Reviewer: AI Architect (Claude) Risk Level: [GREEN / AMBER / RED]
2–3 sentences. Lead with the most critical finding.
What's well-designed? Be specific.
| # | Area | Severity | Finding | Recommendation |
|---|---|---|---|---|
| 1 | HIGH/MED/LOW |
Severity guide:
| Check | Status | Notes |
|---|---|---|
| Single points of failure identified | ✅ / ⚠️ / ❌ | |
| Latency budget defined per component | ✅ / ⚠️ / ❌ | |
| PII exposure points mapped | ✅ / ⚠️ / ❌ | |
| Model/prompt versioning strategy | ✅ / ⚠️ / ❌ | |
| Eval & drift detection plan | ✅ / ⚠️ / ❌ | |
| Fallback / circuit breaker patterns | ✅ / ⚠️ / ❌ | |
| Cost model estimated | ✅ / ⚠️ / ❌ | |
| Governance / audit trail | ✅ / ⚠️ / ❌ |
List any decisions surfaced that should be documented as ADRs.
Numbered action list with suggested owners.