cpp-cleanup
Installation
SKILL.md
C++ Code Cleanup
Systematically identify and remove dead code, apply modern C++ idioms, and use RAII patterns to maintain a clean, safe, and maintainable codebase.
When to Use This Skill
Use this skill when you need to:
- Remove unused includes and dead code
- Convert raw pointers to smart pointers
- Apply modern C++ features (11/14/17/20)
- Fix clang-tidy warnings
- Apply RAII patterns
- Clean up before code review
Trigger phrases: "cleanup C++", "modernize C++", "smart pointers", "RAII", "C++ refactor", "fix clang-tidy"