Generate Changeset
SkillFiles & storageGenerate a Changeset file for the current branch using Shipfox agent automation. Trigger when the user asks to add a Changeset, document a change for release, bump versions, or prepare a PR that touches published packages.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Generate Changeset skill
What this skill tells your AI
The instructions your AI receives, as published by shipfoxhq/shipfox in .agents/skills/generate-changeset/SKILL.md and read by ahel’s review.
Agents cannot drive the interactive pnpm exec changeset prompt. This skill
creates the equivalent .changeset/*.md file directly.
When a change may affect a published package, read the Changesets and publishing workflow. It owns when a Changeset is required, package eligibility, bump levels, and the shared summary rules.
Before writing the summary, read the repository writing guide. Apply its word, terminology, contraction, and sentence-length rules. Changeset summaries are published as release notes and are checked by the prose policy.
Process
- Inspect
git diff origin/main...HEAD --name-onlyand apply the shared workflow to decide whether a Changeset is required. - For each changed package, walk upward to its nearest
package.json. Read itsnameandprivatefields. Include only eligible published packages. - Apply the shared bump-level policy. If the change is breaking, explain the major-version impact and ask the user before writing it.
- Generate an unused three-word filename under
.changeset/and write the standard Changesets front matter with the selected package names and bumps. - Write the summary using the shared workflow. Do not create a release pull request or run the publisher.
- Report the filename, package bumps, and summary. The calling workflow is responsible for committing the file with the implementation.
File shape
---
"@shipfox/api-runners": minor
---
Adds per-organization runner concurrency limits.
Use one front-matter entry per affected package.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
generate-changeset- Source
- github.com/shipfoxhq/shipfox