What problem does it solve?
This Skill helps you identify risky, inefficient, or non-idiomatic patterns in baseweb applications before they cause outages, vulnerabilities, or maintenance pain.
Core Features & Use Cases
- Architecture review to validate project structure, resource registration patterns, and async/ASGI entry points.
- Security assessment to check authentication/authorization usage, input validation, error handling, and secrets management.
- Performance and testing review to flag N+1 query patterns, missing indexes/caching opportunities, and insufficient async test coverage.
- Frontend review to evaluate Vue/Vuetify page/component structure, API error handling, and Socket.IO connection robustness.
Quick Start
Ask the AI to review your baseweb codebase by checking async correctness, security controls, performance hotspots, and frontend integration, then generate a structured report with critical issues, warnings, suggestions, and positives.