when-auditing-code-style-use-style-audit

Solid

Code style and conventions audit with auto-fix capabilities for comprehensive style enforcement

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Code Style Audit with Auto-Fix ## Purpose Perform comprehensive code style and conventions audit across the entire codebase with automated fix capabilities. Identifies style violations, enforces naming conventions, validates formatting, and applies automated corrections to ensure consistent code quality. ## Core Principles - **Automated Enforcement**: Auto-fix for style violations where possible - **Comprehensive Coverage**: ESLint, Prettier, TypeScript, naming conventions - **Evidence-Based**: Measurable style compliance metrics - **Non-Breaking**: Only applies safe, non-destructive fixes - **Continuous Compliance**: Style validation at every commit ## Phase 1: Scan Codebase ### Objective Identify all style violations, formatting issues, and convention inconsistencies across the codebase. ### Agent Configuration ```yaml agent: code-analyzer specialization: style-scanning tools: ESLint, Prettier, TypeScript ``` ### Execution Steps **1. Initialize Style Scan** ```bash # Pre-task setup npx claude-flow@alpha hooks pre-task \ --agent-id "code-analyzer" \ --description "Comprehensive code style scanning" \ --task-type "style-scan" # Restore session context npx claude-flow@alpha hooks session-restore \ --session-id "style-audit-${AUDIT_ID}" \ --agent-id "code-analyzer" ``` **2. ESLint Comprehensive Scan** ```bash # Run ESLint with all rules npx eslint . \ --ext .js,.jsx,.ts,.tsx \ --format json \ --output-file eslint-report.json \ --max-warnings 0 # ...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

audit

Run comprehensive codebase audit for gaps, deprecated code, TODOs, FIXMEs, architectural anti-patterns, type issues, and code smells. Use when user asks to audit code, find issues, check code quality, or identify architectural problems.

335 Updated today
aiskillstore
AI & Automation Solid

codebase-audit

全面代码库审计 — 自适应并行深度分析(前后端契约、数据完整性、异常处理/安全、架构/技术债、配置/缓存),输出按严重程度排序的统一报告和修复路线图。Use when user asks to audit, analyze, or review an entire codebase for design issues, find hidden bugs, check architecture health, or asks '全面审查', '代码库审计', '分析设计问题', 'audit codebase', 'health check', '有哪些问题'. Also trigger when user asks to find silent degradation, data flow breakpoints, type mismatches between frontend and backend, or wants to understand technical debt across a project.

145 Updated today
majiayu000
Code & Development Listed

style-audit

Audits code against CI/CD style rules, quality guidelines, and best practices, then rewrites code to meet standards without breaking functionality. Use this skill after functionality validation to ensure code is not just correct but also maintainable, readable, and production-ready. The skill applies linting rules, enforces naming conventions, improves code organization, and refactors for clarity while preserving all behavioral correctness verified by functionality audits.

335 Updated today
aiskillstore
AI & Automation Solid

code-auditor

Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.

593 Updated 2 months ago
mhattingpete
AI & Automation Listed

codebase-auditor

Scan a repository against curated coding standards and produce a structured audit report, issue set, refactor plan, and sprint-based remediation roadmap. Use when the user invokes /vibe.audit or asks to review the codebase against established rules. Operates in full autopilot mode from repository scan to sprint plan output.

0 Updated today
Gladisintelligible706