概要
This skill provides a comprehensive C# code style guide based on POCU standards, specifically optimized for C# 9.0 and Unity environments. It automates the enforcement of rigorous naming conventions—such as private member prefixes (mPascalCase) and explicit type declarations—while prohibiting ambiguous patterns like the 'var' keyword. By applying these rules proactively during code reviews and refactoring, it ensures high maintainability and consistency across professional development projects, emphasizing explicit types, null safety, and logical class organization.