원클릭으로
validate-mobile
Validates mobile app code (TypeScript, ESLint, Jest tests) in the frontend-mobile/ directory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validates mobile app code (TypeScript, ESLint, Jest tests) in the frontend-mobile/ directory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | validate-mobile |
| description | Validates mobile app code (TypeScript, ESLint, Jest tests) in the frontend-mobile/ directory |
| user-invocable | true |
CLAUDE: When this skill is invoked with /validate-mobile, run these commands in sequence:
cd frontend-mobile && bun run typecheck && bun run lint && bun test
Validates the mobile app codebase (Expo + React Native + NativeWind) for type safety, lint compliance, and test correctness.
/validate-mobile
cd frontend-mobile && bun run typecheck
.ts and .tsx filescd frontend-mobile && bun run lint
cd frontend-mobile && bun test
cd frontend-mobile && bun run typecheck && bun run lint && bun test
cd frontend-mobile && bun run e2e:build && bun run e2e:test
cd frontend-mobile && bun run e2e:integration
cd frontend-mobile && bun run test:coverage
cd frontend-mobile && bun run test:watch
CRITICAL: Mobile dev server uses port 8082 (port 8081 is reserved for Pierre MCP Server)
cd frontend-mobile && bun start # Uses port 8082
frontend-design - Design system compliance (shares brand colors)accessibility-check - Accessibility audit (mobile accessibility)Use when designing prompts for LLMs, optimizing model performance, building evaluation frameworks, or implementing advanced prompting techniques like chain-of-thought, few-shot learning, or structured outputs.
How to deploy Dravr infrastructure and apply Cloud Run config changes. Use when editing infra/ terraform, when a merged code change is live but a Cloud Run setting (cpu, memory, min/max instances, env var, scaling) hasn't taken effect, or when asked to plan/apply infra. Explains the two-pipeline model (app binary auto-deploys on push; terraform infra config is a separate manual apply) plus the cpu/cpu_idle guardrails.
Enforces zero-tolerance code quality policy using Clippy with strict lints, all warnings treated as errors
Write well-formatted notes to the dravr-vault Obsidian knowledge base. Use this skill whenever creating or updating an ADR, runbook, plan, API doc, guide, session output, or any structured document that should land in the vault — even when the user doesn't say "Obsidian" explicitly. Delegates to obsidian:obsidian-cli to write to the live vault and applies Dravr frontmatter and formatting standards.
Bootstrap Pierre server with database, admin user, coaches, and test users for development and testing
Validates coach markdown files for required frontmatter fields, sections, and naming conventions