.cursor/skills/validate/SKILL.md
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".
npx skillsauth add sedarged/TikTok-AI-Agent validateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Mirrors the validate command: run the full validation pipeline and summarize.
npm run lint (or npm run lint:fix if available). Note errors or warnings.npm run typecheck (or npm run build if no typecheck). Note TypeScript errors.npm run test, then npm run test:render if available. Note failing tests.If lint or typecheck scripts are missing, say so and suggest adding them (see STATUS.md).
development
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".
testing
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.
tools
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".
testing
Run Playwright E2E tests as smoke; summarize results. Use when asked to "run E2E", "smoke test", or "check E2E".