.cursor/skills/add-by-rss-parity-sync/SKILL.md
Keeps add-by-RSS views in sync with non-add-by-RSS counterparts. Use when modifying podcasts/episodes/livestreams/artists/albums/tracks list or detail components, routes, or styles in apps/web.
npx skillsauth add podverse/podverse add-by-rss-parity-syncInstall 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.
DetailListWrapper) used by the
non-add-by-RSS page to keep spacing and loading overlays consistent./add-by-rss/podcasts, /add-by-rss/podcast/:id/add-by-rss/episodes, /add-by-rss/episode/:id/add-by-rss/livestreams, /add-by-rss/livestream/:id/add-by-rss/artists, /add-by-rss/artist/:id/add-by-rss/albums, /add-by-rss/album/:id/add-by-rss/tracks, /add-by-rss/track/:idapps/web/src/app/podcasts/PodcastsClient.tsx layout: mirror layout updates in add-by-RSS podcast list components and keep list/grid parity.PodcastList.module.scss: ensure add-by-RSS detail views importing this style remain compatible and reflect the same UI structure.DetailListWrapper,
ensure the add-by-RSS page does the same to keep loading overlays aligned.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