원클릭으로
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.