naming-reviewer

Analyze code identifiers and suggest refactor options aligned with naming principles.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/luohaha/oh-my-skills --skill naming-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naming-reviewer
Source: https://github.com/luohaha/oh-my-skills/tree/main/skills/naming-reviewer
Command: npx skills add https://github.com/luohaha/oh-my-skills --skill naming-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers improve code readability and maintainability by applying master-level naming principles to identifiers.

Core Features & Use Cases

  • Identify naming issues across variables, functions, and classes
  • Load and apply master naming principles from references
  • Suggest descriptive, consistent refactor options aligned with project conventions

Quick Start

Provide the code snippet or files to review, and request a naming and refactoring pass.

Frequently Asked Questions about naming-reviewer

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

FAQPage Schema
How do I review and fix confusing variable and function names in my code?

To review confusing variable and function names, analyze identifiers against master-level naming principles and antipatterns. This identifies confusing names and suggests descriptive, consistent refactor options aligned with project conventions to improve readability.

What are common naming antipatterns that hurt code readability?

Common naming antipatterns that hurt code readability include vague identifiers and inconsistent naming conventions. Analyzing variables, functions, and classes against established naming principles helps detect these issues and suggests targeted refactor options to clean up the codebase.

How do I establish consistent naming standards during code refactoring?

To establish consistent naming standards during code refactoring, apply master-level naming principles to variables, functions, and classes. This process suggests descriptive refactor options that respect project conventions and preserve functionality while clearly explaining name changes with rationale.

Can I apply custom coding standards when renaming identifiers?

Yes, you can apply custom coding standards when renaming identifiers. The process respects project conventions and preserves functionality, suggesting targeted refactor options aligned with your specific naming principles and explaining each name change with clear rationale.

Does renaming identifiers during a naming review break existing functionality?

No, renaming identifiers during a naming review does not break existing functionality. The process explicitly preserves functionality while analyzing variables, functions, and classes against naming principles, outputting clearly explained name changes with rationale to maintain code integrity.

What is the best way to improve code quality through identifier naming?

The best way to improve code quality through identifier naming is to analyze variables, functions, and classes against master-level naming principles. This identifies confusing identifiers and suggests descriptive, consistent refactor options aligned with project conventions.