audit
Run a comprehensive quality audit on your project to ensure compliance and performance.
Before executing this command, output:
⚓ shipworthy › command:
/audit— running full quality audit
Run a full quality audit on this project.
Perform a comprehensive review covering:
- Architecture compliance — check all code against
.shipworthy/architecture.mdMandatory Rules - Security scan — review for OWASP Top 10 vulnerabilities (hardcoded secrets, SQL injection, XSS, missing auth)
- Test coverage — identify untested business logic and critical paths
- Dependency health — run
npm audit/pip audit, check for outdated packages - Tech debt review — check
.shipworthy/tech-debt.mdfor outstanding items - Performance — identify obvious bottlenecks (N+1 queries, missing indexes, large bundles)
- Accessibility — check UI components for WCAG 2.1 AA compliance
Present results organized by severity:
- Critical — must fix immediately
- Important — should fix soon
- Advisory — improve when convenient
End with an overall health score (A-F) and top 3 recommended actions.