Skip to content

Commit 935d46b

Browse files
authored
Merge branch 'add-skills-refactor' into copilot/add-adafruit-apds9999-sensor
2 parents 7a1a829 + 26b2f74 commit 935d46b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ description: >
99
build verification, clang-format, and PR creation for both repos.
1010
postRun: >
1111
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.
12+
and run `doxygen` (e.g., `doxygen Doxyfile` or manually) to validate documentation blocks.
1313
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.
14+
and apply fixes before continuing. You can pip install clang-format 20 like GH runners (venv).
1515
---
1616

1717
# Add I2C Sensor Component to WipperSnapper v1

0 commit comments

Comments
 (0)