code-style-reviewer

Analyze TypeScript/JavaScript code for principle violations and generate remediation guidance.

11|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/devstefancho/claude-plugins --skill code-style-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-style-reviewer
Source: https://github.com/devstefancho/claude-plugins/tree/main/code-style-plugin/skills/code-style-reviewer
Command: npx skills add https://github.com/devstefancho/claude-plugins --skill code-style-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the tedious, time-consuming, and often inconsistent manual process of code reviews. It ensures your code adheres to established best practices, reduces technical debt, and frees up developers to focus on building features rather than policing style.

Core Features & Use Cases

  • Principle-Based Review: Automatically checks code against fundamental principles like Single Responsibility (SRP), Don't Repeat Yourself (DRY), Simplicity First, You Aren't Gonna Need It (YAGNI), and Type Safety.
  • Detailed Reporting: Generates comprehensive, file-specific reports highlighting critical issues, warnings, and suggestions, complete with "Before" and "After" code examples.
  • Naming Convention Enforcement: Evaluates variable, function, class, and constant naming for clarity, consistency, and adherence to standard conventions.
  • Use Case: A developer has just completed a new feature and wants to ensure their code meets the team's quality standards before submitting a pull request. They can use this Skill to get an instant, objective, and actionable review, identifying areas for improvement without waiting for a human reviewer.

Quick Start

Review the code style of the attached file 'src/feature.ts' based on best practices.

Frequently Asked Questions about code-style-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for TypeScript and JavaScript projects?

Automated code reviews analyze source code against established principles like Single Responsibility, DRY, and type safety, identifying violations and generating actionable remediation guidance with before/after examples. This eliminates manual review inconsistencies and reduces technical debt.

What code quality principles does automated style review check?

Style review checks Single Responsibility Principle, Don't Repeat Yourself (DRY), simplicity-first design, YAGNI (You Aren't Gonna Need It), type safety, and naming convention adherence across variables, functions, classes, and constants.

Can I use code style review on pull requests and refactoring tasks?

Yes. Code style review generates comprehensive, file-specific reports for individual files, pull requests, and refactoring tasks, highlighting critical issues, warnings, and suggestions with clear remediation steps and code examples.

How do I get instant feedback on code before submitting a pull request?

Run code style review on your completed feature files to receive objective, prioritized feedback identifying violations of best practices, anti-patterns, and naming issues without waiting for human review.

What input do I need to run a code style review?

Provide TypeScript or JavaScript source code files. The review requires Read, Grep, and Glob tools to scan code across modules, libraries, and tooling, then produces structured reports with violations and remediation guidance.

Does code style review work across multiple modules and libraries?

Yes. Code style review applies to TypeScript and JavaScript codebases across individual modules, shared libraries, and tooling projects, detecting anti-patterns and generating prioritized, actionable remediation guidance for each file.