- Update documentation
- Update webapp on backend changes
- Update public/bridgeclient if needed
- Add/Update unit tests
- Run
/coderabbit:reviewskill
make all— Check style, run tests, and build the plugin bundlemake check-style— Run linters (golangci-lint + eslint)make test— Run server and webapp unit testsmake server— Build the server binarymake webapp— Build the webapp bundlemake dist— Build and bundle the plugin (.tar.gz)make clean— Remove all build artifactsmake mock— Regenerate mock files
make check-style— Run all linters (Go + webapp)make test— Run all tests (Go + webapp)make dist— Build all assets