naming-consistency-review

Review code for consistent naming conventions and terminology.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tipmaster/claude-config --skill naming-consistency-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naming-consistency-review
Source: https://github.com/tipmaster/claude-config/tree/main/skills/naming-consistency-review
Command: npx skills add https://github.com/tipmaster/claude-config --skill naming-consistency-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent naming and ambiguous terminology in codebases, making code significantly easier to read, understand, and maintain for current and future developers. It ensures clarity and predictability across your entire codebase.

Core Features & Use Cases

  • Convention Enforcement: Guides consistent naming for functions (verb + noun, camelCase), classes (PascalCase noun), variables, and booleans (is/has/can prefixes).
  • Terminology Alignment: Ensures the same concept is always referred to by the same word throughout the codebase.
  • Abbreviation Guidance: Advises on when to use or avoid abbreviations for clarity and searchability.
  • Use Case: Review a new module's code to ensure all functions follow verb + noun camelCase, classes are PascalCase nouns, and userId is used consistently instead of uid or user_id across all files.

Quick Start

Use the naming-consistency-review skill to analyze the attached code snippet for consistent variable and function naming conventions.