.agents/skills/repo-prepare-release/SKILL.md
Prepare releases by analyzing changelogs, determining version bumps, and updating package.json and changelog files.
npx skillsauth add open-circle/formisch repo-prepare-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan these for unreleased changes (placeholder: ## vX.X.X (Month DD, YYYY)):
packages/core/CHANGELOG.md and packages/methods/CHANGELOG.mdframeworks/{preact,qwik,react,solid,svelte,vue}/CHANGELOG.md| Prefix | Bump | Examples |
| ------------------------------- | ----- | --------------------------------------- |
| Add, Change (API), Rename | Minor | New feature, API change, renamed export |
| Fix, Change @formisch/* | Patch | Bug fix, dependency update |
@formisch/core → 2. @formisch/methods → 3. All frameworksUpdate package.json: Bump "version" field
Update CHANGELOG.md:
## vX.X.X (Month DD, YYYY) with actual version and dateMonth DD, YYYY (e.g., January 31, 2026)Core/methods are bundled per framework target (/react, /solid, etc.):
Add to affected changelogs:
- Change `@formisch/core` to vX.X.X
- Change `@formisch/methods` to vX.X.X
package.json versionspnpm check-versions to verify consistencydevelopment
Add new documentation guides and tutorials to the Formisch website. Use when creating guides about form concepts, features, or techniques that aren't covered by existing documentation.
development
Update existing API documentation when Formisch source code changes. Use when function signatures, types, interfaces, or JSDoc comments change in the library source.
development
Review and verify API documentation routes on the Formisch website. Use when checking documentation accuracy, completeness, and consistency with source code.
development
Create new API documentation routes for the Formisch website. Use when adding documentation for new exported functions, types, components, or methods that don't yet have website documentation.