원클릭으로
validate
Run validation and testing commands for the project. Use when the user asks to validate, lint, typecheck, or run tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run validation and testing commands for the project. Use when the user asks to validate, lint, typecheck, or run tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Code review of current PR/commit changes against project coding standards. Use when the user asks for a code review or mentions reviewing changes.
Reference for the Tangle component YAML specification format
Guidelines for building well-structured, maintainable ML pipelines in Tangle
Analyzes merged PRs from the past week, identifies user-facing changes, and opens a draft PR to the TangleML/website docs repo with updated documentation. Use when running the weekly documentation sync, or when the user invokes /docs-update.
React and React Compiler patterns for this project. Use when writing React components, hooks, providers, or working with React Compiler compatibility.
Vitest unit and component testing patterns. Use when writing unit tests, component tests, or hook tests.
| name | validate |
| description | Run validation and testing commands for the project. Use when the user asks to validate, lint, typecheck, or run tests. |
| disable-model-invocation | true |
| allowed-tools | Bash(pnpm run *), Bash(pnpm test*) |
| argument-hint | ["test|e2e"] |
Run project validation and testing commands.
pnpm run validate - Runs format, lint:fix, typecheck, and knip (use before committing)pnpm run validate:test - Runs validate + unit tests (full validation)pnpm run test:e2e - Runs Playwright E2E tests/validate — Run pnpm run validate/validate test — Run pnpm run validate:test/validate e2e — Run pnpm run test:e2elocalhost:3000 (default for pnpm start)localhost:8000localhost:8000/docs