Loading...
Loading...
Found 5 Skills
Style, review, and refactoring standards for Python codebases with strong typing, explicit error handling, and maintainable module boundaries. Use when Python artifacts are created, changed, or reviewed and Python-specific quality rules must be enforced.
Comprehensive Python programming guidelines based on Google's Python Style Guide. Use when you needs to write Python code, review Python code for style issues, refactor Python code, or provide Python programming guidance. Covers language rules (imports, exceptions, type annotations), style rules (naming conventions, formatting, docstrings), and best practices for clean, maintainable Python code.
Apply Python style guide conventions to code
Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等
Python coding standards and best practices. Applicable to code generation, code review, and code refactoring scenarios.