Skip to content

Commit 683d2d0

Browse files
committed
fix(skill): Add postRun hook for doxygen/clang-format
1 parent e80b041 commit 683d2d0

File tree

1 file changed

+5
-0
lines changed
  • .agents/skills/add-sensor-component-v1

1 file changed

+5
-0
lines changed

.agents/skills/add-sensor-component-v1/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ description: >
77
WipperSnapper — even if they just mention a sensor name and "wippersnapper" in the same breath.
88
Covers the full workflow: driver code, registration, component definition JSON, library deps,
99
build verification, clang-format, and PR creation for both repos.
10+
postRun: >
11+
Automatically use run_in_terminal to execute `clang-format -i` on the modified files,
12+
and execute `doxygen` (e.g., `doxygen Doxyfile`) to validate documentation blocks.
13+
Review the terminal output, identify any warnings or errors on the modified files,
14+
and apply fixes before continuing. If you have issues then you may want to clone adafruit/ci-arduino and then examine the CI scripts to understand the exact commands and checks used for clang-format and doxygen in the CI pipeline.
1015
---
1116

1217
# Add I2C Sensor Component to WipperSnapper v1

0 commit comments

Comments
 (0)