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.

cc-data-organization - Code Data Organization Review and Fix

Review and fix code data organization issues including variables, data types, magic numbers, and naming conventions

Tags

Updated: 2026-03-26

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • review variable declarations
  • check magic numbers
  • review data type usage
  • check variable names
  • replace magic numbers
  • fix float comparisons
  • define constants
  • refactor globals
  • design data structures

Inputs

  • code
  • variable declarations
  • data types
  • constants

Outputs

  • status report
  • fixed code
  • type recommendations
  • constant definitions

Requirements

  • C/C++ context
  • TypeScript context
  • Rust/Kotlin context
  • language-specific enums

Source

  • Spec: SKILL.md
code quality
data types
variable naming
constants
code review
refactoring
code organization
magic numbers
review variable declarations
check magic numbers
review data type usage
check variable names
code
variable declarations
data types
status report
fixed code
type recommendations