LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

variable-name-update - Code Variable Name Update Guidelines

Systematic process for updating variable, function, and class names in code

Tags

Updated: 2026-02-14

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • identify rename targets
  • scope rename changes
  • execute rename operations
  • verify code integrity
  • check for name conflicts

Inputs

  • source code files
  • variable names
  • function names
  • class names
  • identifier scope

Outputs

  • renamed code files
  • updated references
  • modified code structure

Requirements

  • code editor environment
  • refactoring tool support
  • file access permissions

Source

  • Spec: SKILL.md
code refactoring
naming conventions
code maintenance
software development
identify rename targets
scope rename changes
execute rename operations
verify code integrity
source code files
variable names
function names
renamed code files
updated references
modified code structure