yeet
Installation
SKILL.md
Prerequisites
- Require GitHub CLI
gh. Checkgh --version. If missing, ask the user to installghand stop. - Require authenticated
ghsession. Rungh auth status. If not authenticated, ask the user to rungh auth login(and re-rungh auth status) before continuing.
Naming conventions
- Branch:
{github username without '-dn' suffix}/ar-{jira ticket number}/{description}when starting from default branch (v26.1/v26.2 etc. usually based onv{year}.{quarter}). - Commit: See Commit Message Style below.
- PR title:
AR-{jira ticket number}: {description}summarizing the full diff.
Commit Message Style
Format
[type]: Subject line (capitalize first word)