From yux-linear-workflow
Create pull request with Linear integration. Use when user says "create PR", "pull request", "linear PR", "submit for review", or "/yux-linear-pr". Generates PR with Linear issue linking, supports draft mode, and updates Linear status to In Review.
npx claudepluginhub wuyuxiangx/yux-claude-hubThis skill is limited to using the following tools:
Create a pull request with Linear issue integration and optional draft mode.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Create a pull request with Linear issue integration and optional draft mode.
Usage: /yux-linear-pr [--draft] [additional description]
--draft: Create as draft PR (early feedback before full review)git log origin/main..HEAD --onelinegh auth status passesLIN-xxx from branch namemcp__linear__get_issue(id: "LIN-xxx")git log origin/main..HEAD --pretty=format:"%s" --reverse
Group by type for changelog.
[LIN-456] <Issue Title>Closes LIN-456) + changes + test plan.claude/yux-config.jsongit push origin HEAD
gh pr create --title "<title>" --body "<body>" --base main [--draft]
If .claude/linear-tasks.json exists:
pr_number, status to pr_created, update last_active_atmcp__linear__update_issue(id: "<uuid>", state: "In Review")
mcp__linear__create_comment(issueId: "<uuid>", body: "PR created: <url>")
gh pr checks <number> --json name,state,conclusion 2>/dev/null
Display one-time status snapshot.
Show PR number, URL, branch, Linear status, CI snapshot, and next steps.