一键导入
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.