ワンクリックで
readme
Audit README.md against the current Button2 API and recent CHANGELOG entries, then apply any needed updates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit README.md against the current Button2 API and recent CHANGELOG entries, then apply any needed updates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Cut a new Button2 release — suggests version bump based on change type, updates version files and CHANGELOG, commits, tags, pushes, creates a GitHub release, and publishes to PlatformIO
Stage and commit current changes for Button2 — checks for needed CHANGELOG/README/CLAUDE.md updates, creates a branch if on master, writes a commit message, and commits
Compile Button2 examples across Arduino platforms using arduino-cli and PlatformIO. Pass a platform name (esp8266, esp32, nano, all) or leave blank to compile all.
Run Button2 test suites via PlatformIO. Optionally pass a suite name (basics, clicks, callbacks, states, configuration, multiple) or platform (esp8266, esp32, nano). Defaults to all suites on ESP8266.
SOC 職業分類に基づく
| name | readme |
| description | Audit README.md against the current Button2 API and recent CHANGELOG entries, then apply any needed updates |
Audit and update README.md to reflect the current state of the library.
src/Button2.h — extract every public method signature and constant## Unreleased and most recent versioned section of CHANGELOG.mdREADME.md in fullCompare the public API in Button2.h against what README documents. Flag:
Do not flag internal helpers, private methods, or test infrastructure.
List each gap with a one-line description of what needs to change. If $ARGUMENTS contains "audit", stop here and show the list without editing.
For each gap, edit README.md in place:
Report what was changed when done.