.cursor/skills/lighthouse-env-alignment/SKILL.md
Keeps Lighthouse env handling aligned with apps/api and apps/web startup validation. Use when changing Lighthouse env loading, .env.api/.env.web examples, or app validation requirements.
npx skillsauth add podverse/podverse lighthouse-env-alignmentInstall 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.
Lighthouse runs the API and web apps for testing. Its env files must stay aligned with app startup validation:
apps/api/src/lib/startup/validation.tsapps/web/scripts/validate-env.tsApiManager and WebAppManager must pass
process.env through without hardcoded defaults..env.api for API, .env.web for web..env.api.example / .env.web.example and docs.tools/web-perf/lighthouse/.env.api.exampletools/web-perf/lighthouse/.env.web.exampletools/web-perf/lighthouse/TOOLS-WEB-PERF-LIGHTHOUSE.mdtools/web-perf/lighthouse/.env.lighthouse.example.env formatting consistent (double quotes for non-empty values).tools/web-perf/lighthouse/docker/env/db.env.apps/api or apps/web, update the Lighthouse
examples and re-check the Lighthouse startup flow.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