What problem does it solve?
This Skill addresses the need for a structured and thorough audit of the ChravelApp's architecture, identifying potential issues like boundary violations, layering problems, and technical debt.
Core Features & Use Cases
- Feature Module Integrity Check: Assesses if features are self-contained and properly organized.
- Data Access Pattern Analysis: Reviews how data is accessed, particularly Supabase queries and state management.
- Page/Component Separation Audit: Examines the division of responsibilities between pages and components.
- Type Architecture Review: Checks for consistent and well-defined type definitions.
- Critical Path Assessment: Evaluates the architecture of key user flows like trip loading, chat, payments, and AI integration.
- Use Case: Before planning a major new feature, use this Skill to understand the existing architecture, identify potential refactoring needs, and ensure the new feature integrates cleanly.
Quick Start
Use the chravel-architecture-audit skill to perform a comprehensive audit of the ChravelApp's current structure.