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-26Capabilities
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
