Acerca de
This skill serves as an automated code reviewer for Python projects, helping developers identify and resolve common anti-patterns before they reach production. It covers critical areas such as infrastructure retry logic, architectural boundary leaks, resource management, and type safety. By integrating this skill into the development workflow, teams can ensure consistent coding standards, improve system reliability, and reduce technical debt through proactive identification of known bad practices like bare exception handling, hard-coded configurations, or blocking calls in asynchronous code.