code-audit

Community

Automate code quality, enforce standards.

Authorhuseyindeniz
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

glob

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: code-audit
Download link: https://github.com/huseyindeniz/vite-react-dapp-template/archive/main.zip#code-audit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository