Сортировка GitHub Issues в Medusa

automation

triaging-issues is a Claude Code skill that categorizes and validates GitHub issues in the Medusa repository, operating in strict read-only mode and emitting a structured triage decision for a downstream step to apply. It accepts `issue_number` as a required argument plus optional `title`, `body`, and `author`; missing fields are fetched automatically via `scripts/get_issue.sh`. Five read-only shell scripts are available for fetching issue details, comments, labels, linked PRs, and searching for duplicates. The sole output is a `triage-decision.json` file at the repository root, containing `labels_to_add` from a fixed allowlist, one of seven `comment_template` values — including `close-spam`, `close-invalid`, and `close-duplicate` — and a neutral maintainer-facing `summary` capped at 1000 characters. Designed for teams automating issue triage in GitHub Actions workflows where Claude analyzes but never directly mutates issues.