원클릭으로
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.