release

Installation
SKILL.md

Release

Route pull requests through Sylla's monthly release-branch model. Detects the current branch, validates its base, and creates the correct PRs.

Prerequisites

gh auth status 2>/dev/null | grep -q "Logged in" || echo "GH_NOT_AUTHENTICATED"
BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "On branch: $BRANCH"

Stop and report if:

  • gh CLI is not authenticated
  • Branch is not feat/* or fix/* — explain the convention below and stop

Branch convention:

  • feat/<name> — new feature, branched from master
  • fix/<name> — bug fix, branched from the current release/YYYY-MM branch
Installs
2
First Seen
Jun 24, 2026
release — sylla-bv/sylla-skills