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:
ghCLI is not authenticated- Branch is not
feat/*orfix/*— explain the convention below and stop
Branch convention:
feat/<name>— new feature, branched frommasterfix/<name>— bug fix, branched from the currentrelease/YYYY-MMbranch