Automates the entire release workflow: validates your changelog, commits outstanding work, bumps versions, cuts tags, and pushes with CI monitoring. It enforces a strict Keep a Changelog format with prose highlights for major releases and detailed sections for changes and fixes. The pre-push hook blocks tag pushes unless package.json, CHANGELOG.md, and CI all align. It also checks for dependency updates to sqlite-vec and node-llama-cpp before cutting releases. The seven-step process is thorough but rigid: if you like automation that refuses to skip validation or force-push, this handles everything from `/release patch` to watching the publish workflow complete. Best for projects where changelog discipline matters more than speed.
npx skills add https://github.com/tobi/qmd --skill release