一键导入
tenkit-verify-generation-matrix
Verify the complete Tenkit generated-project matrix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify the complete Tenkit generated-project matrix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Framework (OSS). Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
Framework (OSS). Build and distribute Expo development clients locally or via TestFlight for internal testing. For production TestFlight releases and store submission, use the eas-app-stores skill.
Framework (OSS). Expo's official example projects - the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an existing Expo app and you want the canonical, version-matched pattern to adapt, or when scaffolding a new project from one with `npx create-expo --example`.
Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the expo-router skill.
Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file should live in one. For new projects only — never restructure an existing app to match.
Framework (OSS). Navigation and routing for Expo Router. Covers file-based routes, groups and dynamic routes, folder organization, Link with previews and context menus, native Stack, page titles, modals and form sheets, NativeTabs, headers and toolbars, and header search bars.
| name | tenkit-verify-generation-matrix |
| description | Verify the complete Tenkit generated-project matrix. |
Run the deterministic repository verifier from the Tenkit workspace root:
pnpm verify:matrix
The command owns /tmp/tenkit-test. It regenerates the matrix from scratch, compares every generated file with the pure generator tree, exercises package-manager/Git/install policy, and verifies installed projects.
Require all cases to pass and /tmp/tenkit-test to be absent after the command exits.
Report the case count and checks performed. The run is complete only when both conditions hold.
Read /tmp/tenkit-test/verification-report.json, then inspect every failed case directory and its exact file or command discrepancy.
Report the failures and your diagnosis. Ask the user for input before editing repository files or rerunning the matrix. Preserve /tmp/tenkit-test while waiting.
After the user directs the fix, apply Tenkit local context and the Template Work Guard where relevant, implement the approved change, and rerun pnpm verify:matrix. Repeat the red branch until green. The verifier deletes /tmp/tenkit-test only on green.