بنقرة واحدة
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.