Agent skill
release-npm-trustme
Release automation for npm-trustme. Use when asked to cut a new npm-trustme version, run the release script, or tag/publish a new release.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/release-npm-trustme
SKILL.md
release-npm-trustme
Overview
Run scripts/release.ts to bump the version, build, tag, and push a release for npm-trustme.
Workflow
- Open the repo:
cd ~/projects/npm-trustme - Ensure the working tree is clean (the script will refuse to run otherwise).
- Pick the version bump:
patch|minor|majoror a specific semver. - Run:
pnpm tsx scripts/release.ts <bump> - The script builds, commits, tags, pushes, and (if
ghis installed) creates/updates a GitHub Release.
Examples
pnpm tsx scripts/release.ts patch
pnpm tsx scripts/release.ts minor
pnpm tsx scripts/release.ts 0.2.0
Notes
- The script pushes to the current branch and tags; confirm the branch before running.
- Release notes use
CHANGELOG.mdif present. SetGH_NOTES_REFto override the changelog section.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?