What problem does it solve?
Manually reviewing large Nuxt 3 admin frontend codebases for anti-patterns, type errors, unused components, and convention violations is time-consuming and prone to oversight, leading to technical debt and production bugs.
Core Features & Use Cases
- 7 Targeted Audit Scopes: Run specialized checks for Pinia-Colada composable patterns, TypeScript strictness, Vue component architecture, page structure compliance, SDK freshness, i18n translation coverage, and Tailwind styling consistency.
- Prioritized Issue Reporting: All findings are grouped by audit area with file paths, line numbers, severity levels, and suggested fixes to streamline code review and remediation.
- Use Case: A frontend developer working on the Swiss AI-Hub admin panel can run this audit before merging code to catch breaking issues like missing query cache invalidation, untyped function parameters, or missing i18n translation keys.
Quick Start
Use the audit-frontend skill to run a full audit of the Nuxt 3 admin frontend by passing the 'all' scope argument to receive a complete report of all code quality issues.