원클릭으로
verify
Use when you want to validate Rue changes before finishing, especially across lint, typecheck, tests, and compat cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you want to validate Rue changes before finishing, especially across lint, typecheck, tests, and compat cleanup.
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 | verify |
| description | Use when you want to validate Rue changes before finishing, especially across lint, typecheck, tests, and compat cleanup. |
Run the validation steps that match the touched area.
Arguments:
Run these first in sequence:
pnpm run format-check.pnpm run oxlint./flow for the repo type check.Then run the narrowest relevant test command:
/test unit <pattern> for most runtime / package source changes./test e2e <pattern> when app, router, or browser integration behavior changed./test full <pattern> only when changes cross multiple packages or verification needs to match CI breadth.Additional checks when relevant:
pnpm run check:compat-cleanup if the change touches compat removals, historical render helpers, docs migration text, or package exports.pnpm run release-check for release or packaging work.If all pass, show a concise success summary. On failure, stop immediately and report the first blocking issue with suggested next steps.