con un clic
test
Run frontend lint, type-check, and Jest tests. Reports a summary of all results.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run frontend lint, type-check, and Jest tests. Reports a summary of all results.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Scaffold a new React component following frontend conventions — shadcn/ui, Tailwind, functional style.
Scaffold a new Next.js App Router page following existing frontend conventions.
Debug frontend auth state — inspect localStorage, decode JWTs, check token expiry, show current auth type and DID.
Start the frontend dev server with dependency install and venue connectivity check.
| name | test |
| description | Run frontend lint, type-check, and Jest tests. Reports a summary of all results. |
Run the full frontend quality check: lint, type-check, and unit tests.
Run these sequentially — stop on first failure:
cd frontend && pnpm lint
pnpm build
pnpm test
__tests__/ at the project rootComponentName.test.tsx or hook-name.test.tspnpm test -- --testPathPattern=ComponentNamepnpm jest:clearReport results as:
Frontend Quality Check
======================
Lint: PASS / FAIL (error count)
Type-check: PASS / FAIL (error summary)
Tests: X passed, Y failed, Z total