بنقرة واحدة
flags
Use when you need to inspect Rue compile-time defines, build flags, or format-specific injected constants.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you need to inspect Rue compile-time defines, build flags, or format-specific injected constants.
التثبيت باستخدام 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 | flags |
| description | Use when you need to inspect Rue compile-time defines, build flags, or format-specific injected constants. |
Arguments:
Rue has no central pnpm flags command. Inspect flags by reading the define declarations and their build-time injection points.
| File | Purpose |
|---|---|
packages/global.d.ts | Source of truth for declared compile-time globals |
scripts/vite-package-builder.js | Production build define values |
vite.config.ts | Dev/test define values |
__DEV____TEST____BROWSER____GLOBAL____ESM_BUNDLER____ESM_BROWSER____CJS____SSR____VERSION____COMPAT____FEATURE_*packages/global.d.ts.scripts/vite-package-builder.js to see which formats inject which value.vite.config.ts if the question is about local dev or app behavior.__VARIANT__ behavior exist here