npx claudepluginhub sam42-lab/everything-claude-code-kr# Quality Gate 명령 파일 또는 프로젝트 범위에 대해 ECC 품질 파이프라인을 필요할 때 실행한다. ## 사용법 `/quality-gate [path|.] [--fix] [--strict]` - 기본 대상: 현재 디렉터리(`.`) - `--fix`: 설정된 경우 자동 포맷/자동 수정 허용 - `--strict`: 지원되는 항목에서는 경고도 실패로 처리 ## 파이프라인 1. 대상의 언어/도구 구성을 감지한다. 2. 포매터 점검을 실행한다. 3. 가능하면 lint/type 점검을 실행한다. 4. 간결한 수정 목록을 출력한다. ## 참고 이 명령은 훅 동작을 수동으로 실행하는 운영자용 진입점이다. ## 인자 $ARGUMENTS: - `[path|.]` 선택 대상 경로 - `--fix` 선택 - `--strict` 선택
/quality-gateRuns ECC quality pipeline on a file or project scope, performing formatter, lint, and type checks. Produces concise remediation steps list. Supports --fix and --strict flags.
/quality-gateRuns ECC quality pipeline on file or project scope: detects language/tooling, checks formatting/linting/typing, produces remediation list. Supports [path|.], --fix, --strict.
/quality-gateRuns quality gate checks on code changes from PRs, branches, staged/unstaged files, or paths using tech stack-aware reviewers. Produces APPROVED, NEEDS CHANGES, or BLOCKED verdicts.
Share bugs, ideas, or general feedback.
파일 또는 프로젝트 범위에 대해 ECC 품질 파이프라인을 필요할 때 실행한다.
/quality-gate [path|.] [--fix] [--strict]
.)--fix: 설정된 경우 자동 포맷/자동 수정 허용--strict: 지원되는 항목에서는 경고도 실패로 처리이 명령은 훅 동작을 수동으로 실행하는 운영자용 진입점이다.
$ARGUMENTS:
[path|.] 선택 대상 경로--fix 선택--strict 선택