# Publish

> Publish content changes by running the publish script, which auto-generates a commit message from changed posts and pushes to master.

- Skill: `imxv/publish` (Agent Skill)
- Install (CLI): `npx skillmds@latest add imxv/publish`
- Raw SKILL.md: https://api.skillmd.com/api/skills/imxv/publish/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: imxv (https://skillmd.com/u/imxv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/imxv/publish

---


Run `./publish.sh` to publish content changes. This script:
1. Detects changes in `src/content/` and `src/data/`
2. Auto-generates a commit message listing new and updated posts
3. Commits and pushes to master

Before running, verify there are actual content changes to publish with `git status`.

