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

11 lines
408 B
Markdown

---
name: test
description: Run device tests on connected Picos. Use when the user says "test", "run tests", or wants to verify firmware behavior.
user-invocable: 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>`