一键导入
variable-name-update
Guidelines and systematic process for updating variable, function, and class names to improve code readability and maintainability.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines and systematic process for updating variable, function, and class names to improve code readability and maintainability.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | variable-name-update |
| description | Guidelines and systematic process for updating variable, function, and class names to improve code readability and maintainability. |
Use this skill when you need to rename variables, functions, classes, or other identifiers. Clear naming is fundamental to code maintainability.
userList instead of ul).id, html).camelCase for variables and functions, PascalCase for classes.snake_case for variables and functions, PascalCase for classes.i might be fine, but for a global constant, MAX_RETRY_COUNT is better.is, has, or can (e.g., isVisible, hasPermission).obj[dynamicKey]), or external APIs.grep or ripgrep to find all occurrences across the project.[!IMPORTANT] Always think before you rename. A good name should explain "what" it is and "why" it exists, not "how" it is used.
Follow these rules while coding in ruby on rails.
Best practices and rules for coding in React Native Expo projects, specifically using Expo Router.
Guides users through creating effective Agent Skills. Use when the user wants to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Systematic process for implementing minimal, intelligent bug fixes in any language (Implementation Only).
Systematic process for identifying and analyzing bugs (Identification Only).
Reviews code changes for bugs, style issues, security, and best practices. Use when reviewing PRs or checking code quality.