SQLiteCpp change workflow checklists for API, tests, build files, and CHANGELOG updates. Use when adding a method or class, editing build files, or writing a CHANGELOG entry for a PR.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
@brief, @param, @return, @throw).tests/.CMakeLists.txt, meson.build).CHANGELOG.md updated for user-facing changes (in a separate commit after opening the PR).Update CHANGELOG.md in the same PR that makes the change, but in a separate commit created after
the PR is opened so the PR number is known. Add one line per PR under the current unreleased
version heading (Version X.Y.Z - <year> ???). Create that heading if it does not exist yet.
- <description> (#NNN). The PR number is the last token, in parentheses.(#NNN) and note
it was committed directly to master.humanizer skill before committing so the
prose stays plain and free of AI tells.Finalizing the version heading and tagging belong to the release process: see [[sqlitecpp-release]].
Workflow for CHANGELOG updates:
This keeps commits atomic (CHANGELOG is separate from code) and allows the PR number to be included in the CHANGELOG entry.
gh pr create against master.humanizer if unsure.update-sqlite-3.52.2 to origin?"). Push only after receiving approval.include/SQLiteCpp/<Class>.h with Doxygen.src/<Class>.cpp.tests/<Class>_test.cpp.include/SQLiteCpp/NewClass.h and src/NewClass.cpp.CMakeLists.txt (SQLITECPP_SRC and SQLITECPP_INC).meson.build.SQLiteCpp.h if public API.tests/NewClass_test.cpp.CMakeLists.txt and meson.build.736fb31
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.