stand-py

Enforce Python 3.11 coding standards and Google-style docstrings.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lgtm-hq/claude-skills --skill stand-py
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stand-py
Source: https://github.com/lgtm-hq/claude-skills/tree/main/skills/stand-py
Command: npx skills add https://github.com/lgtm-hq/claude-skills --skill stand-py

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about stand-py

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce Python 3.11 coding standards across my development team?

To enforce Python 3.11 coding standards, you can apply automated style guidelines that check for PEP compliance, ensuring consistent and maintainable code across your project.

What is the best way to standardize Python docstrings for code reviews?

Standardizing Python docstrings is best achieved by enforcing Google-style docstrings across modules, classes, and functions to ensure clear, uniform documentation during code reviews.

How do I set up pytest-style testing guidelines for a Python project?

To set up pytest-style testing guidelines, apply rules that promote pytest-style test functions, which facilitates building reliable and readable test suites for your codebase.

Does this coding standards approach support Python 3.11 union types and the Self type?

Yes, this coding standards approach supports Python 3.11 features like union types and the Self type, verifying that your code adheres to modern PEP standards.

Can I automate code reviews to check for Python coding standards compliance?

Yes, you can automate code reviews by incorporating standardized Python 3.11 best practices to automatically verify compliance with community coding guidelines.

Why should my team use standardized Python style guides for development?

Standardized Python style guides simplify code reviews and help developers write consistent, clean, and maintainable code that adheres to community standards across projects.