Автоматическое открытие draft pull request

★ 7.6 · automation

open-pr is a Claude Code skill that automates opening a draft pull request from the current branch following Storybook conventions. It runs `git status`, `git diff`, and `git log` in parallel to gather context, then detects the base branch via `detect-base-branch.sh` — supporting stacked PRs and prioritising feature branches over `next`/`main`. Using AskQuestion, it collects three label choices (CI: `ci:normal`/`ci:merged`/`ci:daily`, QA: `qa:needed`/`qa:skip`, and PR type), fills in `.github/PULL_REQUEST_TEMPLATE.md` exactly, and calls `gh pr create --draft` with the result. After reporting the PR URL, the skill offers to trigger a canary release via the `/canary` skill. Ideal for Storybook contributors who want a consistent, guided pull request workflow.