C++ Code Review
/plugin marketplace add pluginagentmarketplace/custom-plugin-cpp-developer/plugin install custom-plugin-cpp-developer@pluginagentmarketplace-cpp-developer# C++ Code Review Professional code review of your C++ implementation with detailed feedback. This command performs comprehensive code review covering: ## Review Aspects - **Functionality**: Does the code solve the problem correctly? - **Efficiency**: Is the algorithm optimal? Can performance improve? - **Style & Conventions**: Follows C++ best practices and conventions - **Memory Safety**: No leaks, dangling pointers, or undefined behavior - **Thread Safety**: Correct synchronization and race condition prevention - **Readability**: Clear naming, good documentation, maintainability - **...