.cursor/skills/interactive-prompts/SKILL.md
Do not complete steps that require interactive prompts (inquirer, CLI input). Tell the user their input is needed and provide exact instructions. Use when verification or workflows involve prompts, wizards, or interactive CLI tools.
npx skillsauth add podverse/podverse interactive-promptsInstall 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.
When a workflow or verification step requires the user to enter input at a prompt (e.g. inquirer, readline, “Enter…”, “Select…”), the agent must not try to complete that step automatically (e.g. by piping input, simulating keystrokes, or assuming default choices).
The bundle analyzer (tools/web-perf/bundle-analyzer) prompts for:
Agent behavior: Do not run the analyzer in the background expecting to satisfy prompts. Instead, after implementing changes, say that the user needs to run the analyzer and complete the prompts, and provide:
cd tools/web-perf/bundle-analyzer && npm run analyze:web).post-measurement-fix).clientBundleSize / serverBundleSize match total asset size).documentation
Per-job env validation and config patterns for the workers app. Use when adding or changing worker commands, touching workers startup validation, or documenting worker env vars.
development
Common patterns and examples for the podverse-web Next.js application
tools
Ensures client-side time displays use formatDateTimeAbbrev for localized, readable timestamps. Use when rendering dates/times in the UI or when the user mentions time formatting or local timezone display.
testing
--- name: podverse-testing-policy description: Skip test implementation unless the user explicitly asks. Use when a plan or task includes adding unit tests, a test phase, or "Phase 3: Tests". version: 1.0.0 --- # Testing policy — skip tests for now ## When to use - When a plan or task includes adding unit tests, a test phase, or "Phase 3: Tests". - When deciding whether to implement tests for a feature. ## Rules 1. **We are not concerning ourselves with tests at this time.** Skip test imp