Files
picomap/.claude/skills/test/SKILL.md

408 B

name, description, user-invocable
name description user-invocable
test Run device tests on connected Picos. Use when the user says "test", "run tests", or wants to verify firmware behavior. true

Run go run ./cmd/picomap/ test all from the project root. This runs all registered tests on the test device.

To list available tests: go run ./cmd/picomap/ test list To run a specific test: go run ./cmd/picomap/ test run <name>