From maintainer-suite
Prepares and publishes a tagged GitHub release from repository evidence. Use for an explicit release request; not for ordinary commits, packages, or community news.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maintainer-suite:ln-63-release-publisherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prepare a reproducible release and publish it only after the user approves the exact tag and notes.
Prepare a reproducible release and publish it only after the user approves the exact tag and notes.
| Need | Preferred capability | Fallback |
|---|---|---|
| Release boundary and commit evidence | Git history, tags, and diffs | Hosting API commit comparison |
| Existing release style and state | Authenticated GitHub CLI or connector | Public GitHub API for read-only evidence |
| Release identity and version scope | Repository policy, prior tags, and canonical version files when present | Stop only when the release identity remains ambiguous |
| Release validation | Repository-native gates and clean checkout | Manual structural checks with reduced confidence |
| Tag and GitHub Release creation | Git plus authenticated GitHub CLI | BLOCKED; do not emulate release state in files |
| Installation verification | Isolated environment against the documented distribution source | Clean source validation without install proof |
Use a temporary notes file for publication so Markdown, quotes, and code blocks are not reinterpreted by the shell. Keep credentials in the host credential store and never echo them.
Do not browse for generic release advice when repository policy and previous comparable releases answer the question. Use official host documentation only for current API or CLI behavior.
CHANGELOG.md when repository policy says release notes and README are sufficient.RELEASED — tag and GitHub Release point to the verified commit and remote checks pass.READY — proposal and evidence are complete but publication awaits approval.PARTIAL — externally visible release state exists but verification or a later step failed.BLOCKED — release cannot proceed safely.Before returning, account for every checkbox: mark it complete only when its action and required evidence are complete; N/A, skipped, unavailable, or delegated items remain incomplete and must be explained. Apply the skill's existing verdict, decision, and approval rules to every incomplete item.
Prepend this accounting header to every skill-specific report template: Checklist: X/Y complete
Incomplete: None | section/item — reason; outcome impact; exact next action; list every incomplete item.
Return release scope, version changes, tag and commit, full notes or release URL, validation evidence, publication state, verdict, and residual risks.
For PARTIAL, describe every externally visible object and obtain approval before deleting, moving, or replacing any of them.
npx claudepluginhub levnikolaevich/claude-code-skills --plugin maintainer-suiteAnalyzes repository release rules, caches them in .omc/RELEASE_RULE.md, and guides the user through the release process. Supports multiple version sources, CI systems, and registries.
Creates a GitHub release with semantic versioning, changelog generation, release notes, and optional build artifacts via tags and GitHub CLI.
Manages full GitHub release workflow: versioning, CHANGELOG sync, release notes, tagging, CI monitoring, and verification. Enforces constraints to prevent using release for CI testing.