c-cleanup
Installation
SKILL.md
C Code Cleanup
Systematically identify and remove dead code, fix memory management issues, and apply best practices for safety-critical and embedded C codebases.
When to Use This Skill
Use this skill when you need to:
- Remove unused includes and dead code
- Fix memory leaks and resource management
- Apply MISRA-C or CERT-C guidelines
- Address static analysis warnings
- Clean up embedded systems code
- Clean up before code review
Trigger phrases: "cleanup C", "fix memory leaks", "MISRA C", "remove dead code C", "embedded C cleanup", "C refactor"