release
Installation
SKILL.md
Universal Release Skill
This skill executes comprehensive release workflows with SDLC validation for multiple project types. It prevents broken, untested, or insecure code from being released.
Supported Project Types
| Type | Detection | Version Tool | Validators |
|---|---|---|---|
| Claude Plugin | .claude-plugin/plugin.json |
bump-my-version | plugin.json, agents, skills, commands |
| Python | pyproject.toml, setup.py |
bump-my-version | pytest, ruff, mypy, bandit, pip-audit |
| Node.js | package.json |
npm version | npm test, eslint, npm audit |
| Go | go.mod |
manual | go test, golangci-lint, go vet |
| Rust | Cargo.toml |
cargo-bump | cargo test, clippy, cargo audit, cargo fmt |
Quick Reference
# Interactive release (prompts for type)
/agents:release