What problem does it solve? Releasing sbuilder-mcp involves an auto-release GitHub workflow, version bump inference, changelog generation, and npm plus MCP Registry publishing, where several non-obvious pitfalls have already caused real release failures. This Skill preserves those hard-won facts so nobody re-derives them or repeats the mistakes. ## Core Features & Use Cases - Pipeline Reference: Explains the auto-release workflow end to end, from the build/test/smoke gate through bump selection, bilingual changelog, tagging, npm publish, and MCP Registry via GitHub OIDC. - Bump Rules: Clarifies that the version bump is read from the head commit subject alone (feat → minor, BREAKING CHANGE or ! → major, else patch), not the pushed range. - Failure Playbook: Records four real incidents, including duplicate gh workflow run dispatches, EOTP from non-automation npm tokens, and why failed release runs must never be re-run. - Use Case: A release to main failed with EOTP after the tag was pushed; consult this Skill to learn the token must be an npm automation token and how to recover by dispatching a fresh run. ## Quick Start Ask the AI to explain how to safely dispatch or recover an sbuilder-mcp release after a failed auto-release workflow run.