원클릭으로
test
Use when you need to run Rue tests. Supports unit, e2e, full, watch, and coverage workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you need to run Rue tests. Supports unit, e2e, full, watch, and coverage workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
当需要在编码前创建或更新实施计划时使用,尤其适用于多步骤功能开发、重构、包含多个活动部件的缺陷修复,或需要拆分为可独立执行并跟踪进度的任务文件的请求。
在创建、精简或改写技能说明,且需要让技能更清晰、可发现、可执行时使用
当你有书面实现计划需要在单独会话中执行,并带有审查检查点时使用
通过 `rustcodegraph` 命令行界面使用 RustCodeGraph 理解、导航或脚本化操作已索引代码库。当用户要求使用 RustCodeGraph、需要高性能搜索检索代码、需要符号/源码/调用流上下文、调用方/被调用方/影响分析或受影响测试选择时使用。
Use when generating Rue components, hooks, pages, examples, migrations, or when comparing Rue with Vue 3 and React.
Use when migrating away from legacy compat helpers, checking for removed compat symbols, or validating Renderable-first cleanup work in Rue.
| name | test |
| description | Use when you need to run Rue tests. Supports unit, e2e, full, watch, and coverage workflows. |
Run tests for the Rue codebase.
Arguments:
Usage Examples:
/test unit useError/test e2e router/test watch renderable-normalize/test coverage signal/test fullModes:
(default) or unit - Fastest focused path for most source changese2e - Browser / app integration coveragefull or all - Full test suite plus compat cleanup precheckwatch - Watch mode for TDDcoverage - Unit coverage runInstructions:
(default) / unit → pnpm run test-unit -- <pattern>e2e → pnpm run test-e2e -- <pattern>full / all → pnpm run test -- <pattern>watch → pnpm run test-unit-watch -- <pattern>coverage → pnpm run test-coverage-unit -- <pattern>Hard Rules:
unit unless the change clearly needs e2e or the full suite.Common Mistakes:
full when a unit pattern would have been enoughtest-e2e builds Rue global output firstwww variants exist in this repo