Enforce and automate releases in CI so a promotion to main can never silently ship without a version bump. Documents and governs the release gate (block a main promotion that did not bump VERSION past the last vX.Y.Z tag) plus, on the same VERSION<->tag primitive, the auto-release lanes that already ship in this repo (auto-release a verified @actual-app/api dependency update). The enforced/automated sibling of the invoked release skill. Use when the user asks to "enforce version bumps", "block merge without a release", "auto release on merge", "auto-release dependency updates", or "stop forgetting to tag releases".
$npx -y skills add agigante80/actual-mcp-server --skill release-automationInstalls into the current project.
Run `npx skills use "https://github.com/agigante80/actual-mcp-server" --skill "agigante80/actual-mcp-server/release-automation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agigante80/actual-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/agigante80/actual-mcp-server"` and select the relevant skills, then follow their instructions.