ワンクリックで
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