release-readiness-checklist

Installation
SKILL.md

Release Readiness Checklist

Conduct an interactive release readiness review, walking through each checklist category and producing a markdown summary at the end.

Workflow

  1. Detect build system - Check for Makefile and available targets
  2. Determine version - Analyze changes to recommend semantic version bump
  3. Walk through checklist - Review each category interactively with the user
  4. Generate summary - Output markdown checklist with status and action items

Step 0: Detect Build System

Check if the project has a Makefile or Justfile with standard targets:

# List Makefile targets
make -qp 2>/dev/null | grep -E "^[a-zA-Z_-]+:" | cut -d: -f1 | sort -u
Related skills

More from asteroid-belt-llc/skills

Installs
13
GitHub Stars
3
First Seen
Jan 22, 2026