Release ops demo release automation
One manifest for every AI coding agent: generate AGENTS.md, CLAUDE.md, Claude/Codex Skills, Cursor rules, Copilot instructions, MCP resources, and MCPB bundles.
npx -y skills add guorunjie/skillpack-forge --skill release-ops-demo-release-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when running release automation workflows for release-ops-demo.
SKILL.md
0.9 KB, as published. Nobody here has run it
release-ops-demo-release-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Release automation workflows for changelogs, tags, packages, and CI checks.
Workflow
- Inspect git status, recent commits, package metadata, and release history
- Run tests and package dry-run checks
- Prepare release notes from concrete changes
- Publish only after verifying the target registry or GitHub release state
Commands
- install:
npm install - test:
npm test - build:
npm run build - release:
npm run release - check:
npm run check
Principles
- Verify a clean worktree and passing checks before release steps
- Keep version, tag, package, and release notes aligned
- Treat publish credentials and tokens as sensitive