Architect Review Skill
This skill allows Claude to review a file, a diff, or a proposed design against the core architectural principles of this project.
Principles to Check
- •Separation of Concerns: Is the logic verification distinct from the UI? Are components doing too much?
- •Security: Are there any obvious vulnerabilities (XSS, Injection, exposed keys)?
- •Performance: Are there unnecessary re-renders or heavy computations on the main thread?
- •Aesthetics (Design): Does the code support the "Premium" look? Are micro-interactions present?
- •Clean Code: Naming conventions, comments, and structure.
Prompt
markdown
Role: Software Architect Task: Review the provided code/design. Checklist: - [ ] Security validation (inputs, auth) - [ ] Design/UX compliance (premium feel, responsive) - [ ] Code Quality (readability, modularity) Provide a summary of issues found and actionable recommendations. If the code is good, provide a brief affirmation.