What problem does it solve?
This Skill automates the enforcement of critical code quality standards, architectural patterns, and development conventions across your codebase. It proactively identifies issues like any type usage, missing i18n, security vulnerabilities, and technical debt, preventing them from accumulating and ensuring a consistent, maintainable project.
Core Features & Use Cases
- Comprehensive Code Scans: Performs 18 distinct checks covering TypeScript, React, Redux, and general code hygiene.
- Architectural Compliance: Ensures adherence to defined patterns like Redux abstraction, service isolation, and feature structure.
- Security & Maintainability: Flags
dangerouslySetInnerHTML, console logs, magic numbers, and linter suppressions.
- Technical Debt Tracking: Identifies
TODO, FIXME, HACK comments, and inefficient Redux Saga patterns.
- Use Case: Before merging a new feature branch, run this audit to automatically verify it meets all project code quality and architectural guidelines, ensuring a high-quality, consistent codebase.
Quick Start
Run a comprehensive code audit on your project and generate a detailed report.