Расстановка QA-меток на GitHub issues и PR
★ 7.6 · testing
github-qa-labels is a Claude Code skill that organizes GitHub issues and pull requests found during QA testing of Storybook releases by applying structured labels via GitHub CLI. It handles two label types: versioned `upgrade:<version>` labels to group all findings for a given release, and severity labels `sev:S1` through `sev:S4` to indicate bug impact — from critical blockers with no workaround (S1) to minor edge cases with easy fixes (S4). Severity labels apply exclusively to bugs such as runtime errors, type errors, and automigrate issues, not to documentation problems or feature requests. Batch labeling lets you tag multiple issues and PRs in a single chained command. The skill suits teams running regression QA on Storybook major and minor upgrades who need consistent, searchable bug tracking directly in the repository.
- #storybook
- #github
- #qa
- #issue-tracking
- #labeling