naming-conventions

Installation
SKILL.md

Naming Convention Fixes

Fixes for variable naming issues. Good names are searchable, self-documenting, and follow consistent conventions.

Quick Start

  1. Identify the naming issue (unused var, single letter, abbreviation)
  2. Determine if the variable is truly needed
  3. Apply appropriate fix (rename, remove, or prefix)
  4. Verify no regressions

Priority Matrix

Issue Priority Impact
Unused variables P2 Dead code, confusion
Single-letter names P3 Hard to search/understand
Non-standard abbreviations P3 Inconsistency
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026