coding-standards

Enforce baseline coding conventions across JavaScript, TypeScript, React, and API code.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/mostafa-ismail-2004/codex-plugin --skill coding-standards-mostafa-ismail-2004
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/mostafa-ismail-2004/codex-plugin/tree/main/skills/coding-standards
Command: npx skills add https://github.com/mostafa-ismail-2004/codex-plugin --skill coding-standards-mostafa-ismail-2004

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams enforce consistent coding conventions so code is easier to read, safer to change, and simpler to review across projects.

Core Features & Use Cases

  • Naming and readability guidance: Encourages descriptive names, simpler structure, and maintainable code.
  • Core engineering principles: Reinforces KISS, DRY, YAGNI, immutability, and clear error handling.
  • Cross-stack quality checks: Covers JavaScript, TypeScript, React, API design, testing, performance, and file organization.
  • Use case: Use it when reviewing a pull request, refactoring a module, or setting baseline standards for a new codebase.

Quick Start

Ask for a review of your code against these standards and request concrete refactoring recommendations.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are the best practices for enforcing coding standards during a TypeScript and React code review?

Coding standards for TypeScript and React code review enforce naming conventions, readability, immutability, and type safety to ensure maintainable structure. They reinforce KISS, DRY, and YAGNI principles while detecting anti-patterns without framework-specific assumptions.

How do I refactor JavaScript code to improve readability and maintainability?

Refactor JavaScript code by applying baseline coding conventions that encourage descriptive names, simpler structure, and immutability. This ensures safer changes and simpler reviews by enforcing clear error handling and consistent file organization across the module.

Does this coding standards checker work with API design and testing validation?

Yes, this coding standards checker works with API design and testing validation by applying cross-stack quality checks. It verifies performance practices, error handling, and type safety across JavaScript, TypeScript, and API code without framework-specific assumptions.

What is the best way to set project-wide quality standards for a new codebase?

The best way to set project-wide quality standards is to enforce baseline coding conventions for naming, readability, and maintainable structure. This establishes consistent file organization, type safety, and anti-pattern detection across the entire stack.

Can I use these code review standards for onboarding developers to an existing codebase?

Yes, you can use these code review standards for onboarding developers to an existing codebase. They provide a baseline for consistent conventions, immutability, and clear error handling, making code easier to read, safer to change, and simpler to review.