quality-gates이란?
Linting, 유형 확인, 복잡성 분석 및 커밋 전 테스트를 위한 Python 코드 품질 게이트 스크립트입니다. 빠른(단위 테스트) 모드 또는 포괄적(모든 테스트) 모드를 사용하여 Python 프로젝트 전체에서 일관된 코드 품질을 적용할 때 사용합니다. 출처: ederheisler/agent-skills.
Linting, 유형 확인, 복잡성 분석 및 커밋 전 테스트를 위한 Python 코드 품질 게이트 스크립트입니다. 빠른(단위 테스트) 모드 또는 포괄적(모든 테스트) 모드를 사용하여 Python 프로젝트 전체에서 일관된 코드 품질을 적용할 때 사용합니다.
명령줄에서 quality-gates AI 스킬을 개발 환경에 빠르게 설치
출처: ederheisler/agent-skills.
Project-agnostic bash script enforcing Python code quality gates using pyrefly, radon, hypothesis, pytest, and markdownlint. Three execution modes provide flexibility for different workflows: unit-tests for fast feedback, all-tests for comprehensive pre-merge validation, no-tests for static analysis only. Coverage runs are excluded by default; run coverage only when the user explicitly requests it.
Before committing Python code to enforce consistent quality checks across projects without directory structure assumptions.
| unit-tests | pyrefly, radon, hypothesis checks, pytest (unit/), markdownlint | Fast feedback during development | | all-tests | pyrefly, radon, hypothesis checks, pytest (unit/ + integration/), markdownlint | Pre-merge/deploy comprehensive check | | no-tests | pyrefly, radon, hypothesis checks, markdownlint | Static analysis only (time critical) |
Linting, 유형 확인, 복잡성 분석 및 커밋 전 테스트를 위한 Python 코드 품질 게이트 스크립트입니다. 빠른(단위 테스트) 모드 또는 포괄적(모든 테스트) 모드를 사용하여 Python 프로젝트 전체에서 일관된 코드 품질을 적용할 때 사용합니다. 출처: ederheisler/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ederheisler/agent-skills --skill quality-gatesLinting, 유형 확인, 복잡성 분석 및 커밋 전 테스트를 위한 Python 코드 품질 게이트 스크립트입니다. 빠른(단위 테스트) 모드 또는 포괄적(모든 테스트) 모드를 사용하여 Python 프로젝트 전체에서 일관된 코드 품질을 적용할 때 사용합니다. 출처: ederheisler/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ederheisler/agent-skills --skill quality-gates 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ederheisler/agent-skills