github-release-management
Automate GitHub Releases with Coordinated Workflows
Manual releases can miss version, validation, artifact, and communication steps. This skill guides release planning, testing, publishing, deployment, monitoring, and rollback with reusable workflows.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "github-release-management" from https://skillstore.io/skills/ruvnet-github-release-management.md and its manifest at https://skillstore.io/api/skills/ruvnet-github-release-management/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "github-release-management". Plan a patch release from version 2.4.0 for three approved fixes.
Expected outcome:
- Recommended version: 2.4.1, pending review of the approved fixes.
- Pre-release: verify main, run tests, scan dependencies, and draft notes.
- Release: create a protected tag, publish signed artifacts, and retain manual deployment approval.
- Post-release: validate health metrics, announce availability, and retain rollback target 2.4.0.
Using "github-release-management". Create release notes for version 3.0.0 with one breaking API change.
Expected outcome:
- Release 3.0.0 introduces the new account API and removes the deprecated profile endpoint.
- Migration required: update profile requests before deployment and verify client compatibility.
- Known limitation: legacy clients require the compatibility adapter during transition.
Using "github-release-management". Review a proposed GitHub Actions release workflow for operational risk.
Expected outcome:
- Blocker: the npm token remains in a repository file during the Docker build.
- High priority: replace mutable package versions and reduce job permissions.
- Required gate: keep human approval before production publishing and verify rollback readiness.
Security Audit
High RiskMost alerts are false positives from Markdown fences, quoted substitutions, documentation URLs, and relative links. Six static findings remain for shared temporary files and persisted release credentials. Additional risks include mutable package execution, untrusted metadata entering AI generation, and emergency gate bypasses.
Confirmed security concerns (4)
Capability review items (5)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (6)
๐ Filesystem access (6)
๐ Env variables (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ruvnet-github-release-management/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ruvnet-github-release-management?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ruvnet-github-release-management?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ruvnet-github-release-management/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ruvnet-github-release-management.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ruvnet. (2026). github-release-management security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ruvnet-github-release-management/audits/8BibTeX citation
@techreport{ruvnet-ruvnet-github-release-management-2026,
author = {ruvnet},
title = {github-release-management security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/ruvnet-github-release-management/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "github-release-management security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "ruvnet"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/ruvnet-github-release-management/audits/8"
identifiers:
- type: other
value: "skillstore:ruvnet-github-release-management:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
ruvnet-github-release-management
2026-08-21
dnyoussef-github-release-management
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Prepare a routine package release
A maintainer plans a semantic version, validates changes, drafts notes, publishes artifacts, and completes post-release checks.
Standardize an organization release
A release manager converts existing controls into a staged GitHub workflow with approvals, monitoring, announcements, and rollback criteria.
Coordinate dependent repositories
A DevOps engineer sequences compatible versions across services, validates integrations, and defines an atomic rollback plan.
Try These Prompts
Plan a patch release for [repository] from [current version]. List prerequisites, validation steps, GitHub release actions, and a rollback checkpoint.
Create release notes for [version] from these approved changes: [changes]. Group features, fixes, breaking changes, upgrade steps, contributors, and known issues.
Design a GitHub Actions workflow for [project]. Include least-privilege permissions, pinned dependencies, tests, artifact signing, approvals, publishing, monitoring, and credential cleanup.
Coordinate releases for [repositories and versions] with [dependencies]. Define sequencing, compatibility gates, staged deployment, observability, failure handling, atomic rollback, and communications.
Best Practices
- Verify installed commands, supported flags, and exact dependency versions before running a release.
- Create draft releases first, preserve protected approvals, and review generated notes before publication.
- Use least-privilege permissions, step-scoped secrets, private temporary files, and explicit credential cleanup.
Avoid
- Do not execute mutable prerelease packages inside jobs holding repository or registry credentials.
- Do not publish from unreviewed branches or bypass required validation because a release is urgent.
- Do not write credentials into repository files or release data into predictable shared temporary paths.