be-code-style
Installation
SKILL.md
What I do
Fix C++ code formatting issues in the BE and Cloud modules using the project's clang-format configuration (v16).
When to use me
- Before committing BE/Cloud C++ code changes
- When CI reports clang-format failures
- When you need to check or fix C++ code style
Procedure
Step 1: Auto-fix formatting
Run the project's formatting script, which enforces clang-format v16:
build-support/clang-format.sh
Related skills