.claude/skills/build-for-testing/SKILL.md
Build the project for testing
npx skillsauth add adamayoung/popcorn build-for-testingInstall 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.
Run via a subagent (Task tool, subagent_type: "general-purpose") to keep large logs out of the main context. The subagent should run make build-for-testing from the project root and report back pass/fail with any errors.
This differs from /build (make build) in that it also compiles all test targets, ensuring they build cleanly before running tests. Both use warnings-as-errors.
data-ai
Add properties to an existing domain model from TMDb
testing
Run all unit tests
testing
Run UI tests
testing
Run snapshot tests