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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yux-linear-workflow:yux-linear-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a pull request with Linear issue integration and optional draft mode.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub wuyuxiangx/yux-claude-hub