.claude/skills/release/SKILL.md
Cut a new release - bump version, commit, tag, and push to trigger CI publish
npx skillsauth add gricha/perry 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.
Cut a new Perry release. CI builds and publishes on v* tags.
Update version in package.json
Commit and push:
git add package.json
git commit -m "release v<x.y.z>"
git push origin main
Tag and push:
git tag v<x.y.z>
git push origin v<x.y.z>
That's it. CI handles validation, build, and publish.
development
Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-installed. Use when working with Perry workspaces, connecting to coding agents, or managing remote development environments.
testing
Run validation checks - determines whether to use fast (validate) or full (validate:full) based on changed files
development
React and Next.js performance optimization guidelines from Vercel Engineering. Contains 45+ rules across 8 categories.
testing
Create a pull request with a concise, useful description