coding-standards

Enforce consistent coding standards for JavaScript/TypeScript projects.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill coding-standards-erhankaraarslan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/erhankaraarslan/agent_yazilim_ekibi/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill coding-standards-erhankaraarslan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces consistent coding standards across a codebase, reducing code smells and manual review effort.

Core Features & Use Cases

  • Naming conventions, formatting, error handling, import order, and anti-pattern guidance.
  • Code review automation helps teams maintain high-quality, readable code.
  • CI-ready checks that promote consistent practices across JavaScript/TypeScript projects.

Quick Start

Run the coding-standards checks on a codebase to validate naming, formatting, and best practices.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards for naming conventions and formatting in a TypeScript project?

To enforce coding standards for TypeScript, run automated checks that validate naming conventions, formatting rules, import order, and error handling patterns against your codebase to ensure readability and maintainability.

What are the most common coding standards anti-patterns to check during a JavaScript code review?

Common coding standards anti-patterns to check during JavaScript code review include inconsistent naming conventions, improper import order, unstructured error handling, and formatting deviations that reduce code readability.

Can I use automated coding standards checks in CI for JavaScript and TypeScript projects?

Yes, you can use automated coding standards checks in CI for JavaScript and TypeScript projects. The checks are CI-ready and validate naming, formatting, and best practices to promote consistent practices across your codebase.

What's the best way to automate code review for code quality in JavaScript projects?

The best way to automate code review for JavaScript code quality is to codify naming conventions, formatting rules, error handling patterns, and anti-patterns as actionable checkpoints that run during development and automated checks.

Do I need any dependencies or external tools to check coding standards in my codebase?

No dependencies are required to check coding standards in your codebase. The skill operates independently to validate naming conventions, formatting, error handling, import order, and anti-patterns for JavaScript and TypeScript projects.