What problem does it solve?
This Skill enforces coding standards and best practices for Python 3.11, helping developers write consistent, clean, and maintainable code.
Core Features & Use Cases
- Code Consistency: Adheres to Python PEP standards like union types and
Self type, ensuring uniformity across projects.
- Documentation Standardization: Enforces Google-style docstrings in modules, classes, and functions for clear documentation.
- Testing Guidelines: Promotes pytest-style testing functions, facilitating reliable and readable test suites.
- Use Case: A development team wants to maintain uniform coding and documentation styles; they incorporate this Skill to automate code reviews and ensure compliance.
Quick Start
Use the stand-py skill to verify that your codebase adheres to Python 3.11 standards and style guidelines.