Enforce Definition of Done by detecting and running all quality gates (type checking, linting, dead code detection, tests) for Python, JavaScript, Go, Rust, and other ecosystems. Provides actionable feedback for failures and blocks task completion until all gates pass.
Quick Start → When to Use | What It Does | Simple Example
How to Implement → Detection Process | Execution Workflow | Outcomes
품질 게이트(유형 검사, Linting, 데드 코드 감지, 테스트)를 실행하여 완료 정의를 적용합니다. 작업이 완료될 때, 커밋 전, "완료"를 선언할 때 또는 사용자가 "모두 확인", "품질 게이트 실행", "코드 품질 확인" 또는 "테스트 및 Linting 실행"이라고 말할 때 사용합니다. Python(pyright/ruff/vulture/pytest), JavaScript(tsc/eslint/jest) 및 기타 생태계에 적응합니다. 작업을 완료로 표시하기 전에 필수입니다. 출처: dawiddutoit/custom-claude.