Analyze code coverage metrics and add new unit tests to maximize line and branch coverage. Use when asked to improve test coverage, add missing tests, boost coverage metrics, or analyze what's not covered.
Ensure .NET/C# code meets best practices for the solution/project.
Keep this project simple, SOLID, and fast. Use when refactoring C# code, splitting large classes, reducing complexity, and improving runtime/allocation performance without breaking behavior.