원클릭으로
commit-messages
Commit message convention for airspy-fmradion. Use when writing a git commit message for this repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit message convention for airspy-fmradion. Use when writing a git commit message for this repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Architecture of airspy-fmradion — signal flow from SDR source to audio output, key type aliases, the Source abstraction, and the FM decoder pipeline. Use when reading or modifying the DSP chain, sources, decoders, buffers, or audio output.
Build airspy-fmradion with CMake — full clean build, incremental rebuild, optimization flags, optional MP3 feature, and CMake-fetched dependencies. Use when compiling the project, editing CMakeLists.txt, or investigating build errors.
Format airspy-fmradion sources with clang-format and cmake-format. Use after editing C++ sources or CMakeLists.txt, and before committing code changes.
| name | commit-messages |
| description | Commit message convention for airspy-fmradion. Use when writing a git commit message for this repository. |
First line: Verb + object or Target: action (e.g.,
FmDecode: remove redundant copy). Keep it short; details go after the
third line.