·python-quality-checker
</>

python-quality-checker

matteocervelli/llms

서식 지정, 유형 확인, Linting 및 보안 분석을 통해 Python 코드 품질을 검증합니다. Python 코드베이스에 사용하여 PEP 8 규정 준수, 유형 안전성 및 코드 품질을 보장합니다.

7설치·0트렌드·@matteocervelli

설치

$npx skills add https://github.com/matteocervelli/llms --skill python-quality-checker

SKILL.md

This skill provides comprehensive Python code quality validation including formatting (Black), type checking (mypy), linting (flake8/ruff), security analysis (bandit), and complexity analysis. Ensures code meets Python best practices and project standards.

| Formatting | Black | Must pass | Yes | | Type hints | mypy | 0 errors | No | | Linting | ruff/flake8 | 0 errors | Partial | | Imports | isort | Must pass | Yes | | Security | bandit | 0 high severity | No | | Complexity | radon | ≤ 10 | No |

Input: Python codebase quality check request Process: Run all Python quality tools and analyze results Output: Comprehensive quality report with pass/fail status Next Step: Report to code-quality-specialist for consolidation

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/matteocervelli/llms --skill python-quality-checker
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

python-quality-checker이란?

서식 지정, 유형 확인, Linting 및 보안 분석을 통해 Python 코드 품질을 검증합니다. Python 코드베이스에 사용하여 PEP 8 규정 준수, 유형 안전성 및 코드 품질을 보장합니다. 출처: matteocervelli/llms.

python-quality-checker 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/matteocervelli/llms --skill python-quality-checker 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/matteocervelli/llms