home/categories/code-quality/randalmurphal-claude-config-skills-python-style-skill-md
code-qualitytesting-security

python-style-standards

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Run python-code-quality script for automated checks (ruff + pyright + security). Use when writing new Python code or reviewing code quality.

randalmurphal
maintainer
randalmurphal
更新日 1/16/2026
スター
0
フォーク
0
quick start

Installation and usage

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Run python-code-quality script for automated checks (ruff + pyright + security). Use when writing new Python code or reviewing code quality.

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use python-style-standards