一键导入
这个仓库中的 skills
Create, edit, comment on, and label GitHub issues following the project's style
Implement gpsprot high-level (device-independent) configuration - the ConfigProtocol/Configurator - for a new GPS receiver protocol family
Build systematic collection of packet logs for a GPS receiver, covering all implemented decode paths per plan/packet-testing.md
Drive a test satpulsed instance from a recorded packet log, with no GPS hardware, by replaying the log through a FIFO with original packet pacing. Use to exercise the full scan/decode/event pipeline or the web interface from a capture.
End-to-end test of GPS message (gpsprot.*Msg) pipeline with GPS hardware
Stand up a throwaway satpulsed instance as an unprivileged user for testing, fed from a serial device or a FIFO. Use directly to run a test instance, or as the setup step for the drive-satpulsed-from-log and hardware-test-gps-msgs skills.
How to use satpulsetool - GPS receiver configuration and packet decoding tool
Style rules for writing Go unit tests. Load whenever writing or modifying *_test.go files.
This skill should be used when the user asks to "review code", "code review", "review changes", or "review with codex". It uses Codex AI agent in read-only mode to review code changes for correctness and plan consistency, then acts on the findings. Tests should already have been run before invoking this skill.
Create GPS message TOML files for configuring GPS receivers via satpulsetool
Add a group of related GPS configuration messages to a TOML message file
Test GPS messages from a TOML file using satpulsetool