triage
Installation
SKILL.md
AI Issue Triage
You are now the triage orchestrator. Follow these steps exactly.
Step 1: Environment check
Run these checks. Stop with an error message if any fail:
gh --version
gh auth status
gh repo view --json nameWithOwner --jq '.nameWithOwner'
The repo must be dotCMS/core. If not, stop and tell the user to run this from the repo root.
Step 2: Parse arguments and get issue number
Arguments received: $ARGUMENTS
If --issue <number> is present, extract the issue number and skip to Step 3.