release▌
26 indexed skills · max 10 per page
release-management
recoupable/release-management · Productivity
Centralized release campaign management using RELEASE.md as the single source of truth for all release data, deliverables, and timelines. \n \n Organizes release information across 18 sections covering project snapshot, metadata, narrative, DSP strategy, marketing, PR, physical production, touring, budget, and performance tracking \n Automatically infers artist and release from user context, then creates, reads, or updates the corresponding RELEASE.md document in the releases/{release-slug}/ fol
press-release-writing
inference-sh/skills · Productivity
Write professional press releases with research and fact-checking via inference.sh CLI.
release-planning
aj-geddes/useful-ai-prompts · Productivity
Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures.
document-release
garrytan/gstack · gstack-release
After shipping, it syncs README, architecture docs, contributing docs, changelog, and related project documentation to match the current code.
benchmark
garrytan/gstack · gstack-release
Performance benchmarking skill focused on web loads, Core Web Vitals, and regressions across runs or changes.
canary
garrytan/gstack · gstack-release
Post-deploy monitoring loop that watches a live app for page failures, performance regressions, and console issues.
land-and-deploy
garrytan/gstack · gstack-release
Continues from `/ship` by merging, waiting for CI/deploy completion, and then verifying production health.
ship
garrytan/gstack · gstack-release
Handles release preparation steps such as syncing base, running checks, updating release metadata, pushing, and opening the PR.
release
schpet/linear-cli · Productivity
This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging.
github-release
jezweb/claude-skills · Productivity
Sanitize code for secrets and artifacts, then create and publish GitHub releases with version tags. \n \n Two-phase workflow: Phase 1 runs blocking checks (secrets scan with gitleaks, LICENSE/README validation, personal artifact removal) and stops on failures; Phase 2 creates version tags and publishes via gh CLI \n Requires gh CLI authenticated, gitleaks installed, and a Git repository with a remote configured \n Includes non-blocking checks for build success and dependency vulnerabilities, plu