一键导入
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 页面并帮你完成安装。
当需要在编码前创建或更新实施计划时使用,尤其适用于多步骤功能开发、重构、包含多个活动部件的缺陷修复,或需要拆分为可独立执行并跟踪进度的任务文件的请求。
在创建、精简或改写技能说明,且需要让技能更清晰、可发现、可执行时使用
当你有书面实现计划需要在单独会话中执行,并带有审查检查点时使用
通过 `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.
基于 SOC 职业分类
| 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.