원클릭으로
validate
Run typecheck, tests, and format checks to validate the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run typecheck, tests, and format checks to validate the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | validate |
| description | Run typecheck, tests, and format checks to validate the codebase |
| disable-model-invocation | true |
| allowed-tools | Bash(yarn:*) |
Run the validation checks in this order:
yarn typecheckyarn formatyarn lintyarn testRun each command sequentially. If a check fails, stop and report the failure clearly so it can be addressed before continuing.