
Run lint, typecheck, test, and test:render; summarize pass/fail. Complements the validate command. Use when user asks to "validate", "run checks", or "run full validation".
Create and apply Prisma migrations; validate schema. Use when changing the database schema, adding models or columns, or running migrations.
Debug render pipeline failures. Use when investigating failed or stuck renders, dry-run issues, or pipeline errors.
--- name: deploy-check description: Pre-deploy checklist: build, migrations, healthcheck; brief rollback plan. Use before deploying or when asked "what to check before deploy" or "rollback plan". compatibility: TikTok-AI-Agent. Node, Prisma. Railway, Procfile, railway.toml. --- # Deploy Check Run a pre-deploy checklist and outline a simple rollback plan. ## Input - Target (e.g. "Railway", "staging") or branch. Descriptive only; no secrets. ## Steps 1. **Build** – `npm run build`. Ensure it
Run Playwright E2E tests as smoke; summarize results. Use when asked to "run E2E", "smoke test", or "check E2E".
Say hello and list project commands. Use for a quick project intro or when the user asks "what can this project do" or "list commands".
Turn product plan or requirements into a checklist or task list (e.g. for STATUS.md). Use when given a plan fragment, roadmap, or requirements to break down into concrete tasks.
Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to "audit the repo", "check project health", or "run full validation".
Add a new API endpoint following project conventions (Zod, route registration, client, tests). Use when creating or extending backend API routes.