release-publish
Installation
SKILL.md
Release and publish workflow
Public repository metadata
- For a public repository, the agent MUST set the GitHub Description, Topics, and Homepage fields.
- A public repository MUST contain:
.github/workflows/ci.yml, issue templates, a PR template,SECURITY.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md, andCHANGELOG.md. - CI MUST run the repository's standard lint, test, and build commands.
Versioning and release flow
- The agent MUST update version metadata when release content changes and MUST keep the package version and the Git tag consistent.
- When asked to choose a version, the agent MUST decide it itself.