Linear PR Creation
SkillProductivityCreate GitHub PRs linked to Linear issues. Use when creating pull requests, pushing code for review, or linking PRs to Linear issues.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Linear PR Creation skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-pr/SKILL.md and read by ahel’s review.
Create GitHub pull requests linked to Linear issues using linear-cli.
Create PR
# Create PR linked to Linear issue
linear-cli g pr LIN-123
# Draft PR
linear-cli g pr LIN-123 --draft
# Specify base branch
linear-cli g pr LIN-123 --base main
# Open in browser after creation
linear-cli g pr LIN-123 --web
Git Branch Operations
# Create and checkout branch for issue
linear-cli g checkout LIN-123
# Custom branch name
linear-cli g checkout LIN-123 -b my-custom-branch
# Just show branch name (don't create)
linear-cli g branch LIN-123
# Create branch without checkout
linear-cli g create LIN-123
Complete Workflow
# 1. Start work (assigns, sets In Progress, creates branch)
linear-cli i start LIN-123 --checkout
# 2. Make changes and commit
git add . && git commit -m "Fix the bug"
# 3. Create PR
linear-cli g pr LIN-123
# 4. Mark done
linear-cli i update LIN-123 -s Done
Get Current Issue
# Get issue from current git branch
linear-cli context
linear-cli context --output json
Tips
- PR title/description auto-generated from issue
- Use
--draftfor work-in-progress - Branch pattern:
username/lin-123-issue-title - Requires
ghCLI for GitHub operations
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-pr- Source
- github.com/nesszer/linear-cli