com um clique
frontend-verification
Use when verifying frontend build or running type checks
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Use when verifying frontend build or running type checks
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use when deploying Cloudflare Workers, managing R2 storage, or working with Cloudflare infrastructure
Use when working with ANTD components, theme tokens, icons, forms, or feedback components (message/notification/modal)
Use when adding, referencing, or serving static assets (images, fonts, videos, 3D models) through the R2 CDN pipeline with type-safe imports
Use when writing or reviewing JavaScript/TypeScript code for style patterns like concise arrows, inline handlers, expression formatting, or when tempted to use eslint-disable
Use when working with environment variables in frontend code
Use when creating or modifying keyboard shortcuts/hotkeys in frontend code
| name | frontend-verification |
| description | Use when verifying frontend build or running type checks |
Before running any PNPM scripts (including this one), you MUST verify the script exists in package.json. See the general-pnpm-scripts skill for the verification workflow.
Run linting and TypeScript compilation checks to verify frontend code integrity without building the full application.
Executes:
--max-warnings=0 (strict linting)tsc --noEmit (TypeScript type checking without emitting files)This is faster than a full build for verification purposes.
.claude/rules/verification.md