Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled from the git_wrapup_instructions protocol.
$npx -y skills add cyanheads/obsidian-mcp-server --skill git-wrapupInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/obsidian-mcp-server" --skill "cyanheads/obsidian-mcp-server/git-wrapup"` 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/cyanheads/obsidian-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/obsidian-mcp-server"` and select the relevant skills, then follow their instructions.