| name | linear-pr |
| description | DEPRECATED — use the `linear` skill instead. Create GitHub PRs linked to Linear issues. Use when creating pull requests, pushing code for review, or linking PRs to Linear issues. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-pr was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Linear PR Creation
Create GitHub pull requests linked to Linear issues using linear-cli.
Create PR
linear-cli g pr LIN-123
linear-cli g pr LIN-123 --draft
linear-cli g pr LIN-123 --base main
linear-cli g pr LIN-123 --web
Git Branch Operations
linear-cli g checkout LIN-123
linear-cli g checkout LIN-123 -b my-custom-branch
linear-cli g branch LIN-123
linear-cli g create LIN-123
Complete Workflow
linear-cli i start LIN-123 --checkout
git add . && git commit -m "Fix the bug"
linear-cli g pr LIN-123
linear-cli i update LIN-123 -s Done
Get Current Issue
linear-cli context
linear-cli context --output json
Tips
- PR title/description auto-generated from issue
- Use
--draft for work-in-progress
- Branch pattern:
username/lin-123-issue-title
- Requires
gh CLI for GitHub operations