ClearGrow Quick Reference
Slash Commands
Firmware Commands (/firmware:*)
| Command |
Description |
Usage |
/build-controller |
Build ESP32-S3 controller firmware |
/build-controller |
/build-probe |
Build nRF52840 probe firmware |
/build-probe [board] |
/flash-controller |
Flash controller to device |
/flash-controller [port] |
/flash-probe |
Flash probe via J-Link |
/flash-probe |
/test-controller |
Run controller unit tests |
/test-controller |
/test-probe |
Run probe unit tests |
/test-probe |
Git Commands (/git:*)
| Command |
Description |
Usage |
/status |
Show status of all repos |
/status |
/commit |
Create commit with issue link |
/commit CG-123 "Fix bug" |
/push |
Push to Gitea |
/push [branch] |
/pull |
Pull from Gitea |
/pull |
/branch |
Create feature branch |
/branch CG-123 feature-name |
/pr |
Create pull request |
/pr "PR title" |
Platform Commands (/platform:*)
| Command |
Description |
Usage |
/health |
Check all service health |
/health |
/logs |
View service logs |
/logs [service] |
/restart |
Restart a service |
/restart [service] |
/backup |
Run platform backup |
/backup |
/disk |
Check disk usage |
/disk |
Issue Commands (/issues:*)
| Command |
Description |
Usage |
/list |
List issues by state |
/list [state] |
/view |
View issue details |
/view CG-123 |
/comment |
Add comment to issue |
/comment CG-123 "text" |
/transition |
Change issue state |
/transition CG-123 Done |
/create |
Create new issue |
/create "Summary" |
/start |
Start work on issue |
/start CG-123 |
Sub-Agents
| Agent |
Purpose |
Invoke With |
controller-dev |
ESP32-S3 firmware development |
"Use controller-dev agent to..." |
probe-dev |
nRF52840 firmware development |
"Use probe-dev agent to..." |
docs-writer |
Technical documentation |
"Use docs-writer agent to..." |
code-reviewer |
Code review and quality |
"Use code-reviewer agent to..." |
devops |
Platform infrastructure |
"Use devops agent to..." |
test-runner |
Test automation |
"Use test-runner agent to..." |
Skills (Auto-invoked)
| Skill |
Triggers |
esp-idf |
ESP-IDF, ESP32, FreeRTOS, controller firmware |
zephyr |
Zephyr, nRF52840, probe firmware |
documentation |
docs, documentation, writing guides |
devplatform |
Docker, Gitea, YouTrack, TeamCity |
Common Build Commands
Controller (ESP-IDF)
Probe (Zephyr)
Platform URLs
Git Workflow
Commit Message Format
YouTrack Issue States
Repository Paths
| Repo |
Path |
Tech |
| Controller |
/opt/repos/controller |
ESP-IDF (C) |
| Probe |
/opt/repos/probe |
Zephyr (C) |
| Docs |
/opt/repos/docs |
Markdown |
| DevPlatform |
/opt/devplatform |
Docker |
Useful Docker Commands
Environment Variables
Troubleshooting
Build Fails
- Controller: Check
source ~/esp/esp-idf/export.sh
- Probe: Check
west update was run
Service Down
Git Push Rejected